Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package httpSender
|
||||
|
||||
// 请求
|
||||
type Requester interface {
|
||||
GetMethod() string
|
||||
GetUrl() string
|
||||
GetData() []byte
|
||||
}
|
||||
Reference in New Issue
Block a user