first commit

This commit is contained in:
2017-09-12 20:57:38 +01:00
commit 704805e7b4
11 changed files with 865 additions and 0 deletions
+13
View File
@@ -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
}