mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-30 09:38:41 +01:00
first commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package ebay
|
||||
|
||||
import (
|
||||
"github.com/cubixle/go-ebay/commands"
|
||||
"github.com/cubixle/go-ebay/config"
|
||||
)
|
||||
|
||||
const xmlns = "urn:ebay:apis:eBLBaseComponents"
|
||||
|
||||
type Request struct {
|
||||
Config *config.Config
|
||||
Command commands.Command
|
||||
}
|
||||
Reference in New Issue
Block a user