Commit
This commit is contained in:
8
models/utils.go
Normal file
8
models/utils.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type UtilRequestInfo struct {
|
||||
Url string
|
||||
Header string
|
||||
Body string
|
||||
Timeout int
|
||||
}
|
||||
Reference in New Issue
Block a user