mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-30 11:58:40 +01:00
first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package commands
|
||||
|
||||
type Command interface {
|
||||
CallName() string
|
||||
GetRequestBody() []byte
|
||||
SetToken(token string)
|
||||
}
|
||||
Reference in New Issue
Block a user