Files
go-ebay/request.go
2017-09-12 20:57:38 +01:00

14 lines
225 B
Go

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
}