listing

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnyType

type AnyType struct {
	InnerXML string `xml:",innerxml"`
}

type AnyURI

type AnyURI string

type ArrayOfRestartedItem

type ArrayOfRestartedItem struct {
	RestartedItem []*RestartedItem `xml:"RestartedItem,omitempty" json:"RestartedItem,omitempty"`
}

type AuthenticationHeader

type AuthenticationHeader struct {
	AppId int32 `xml:"AppId,omitempty" json:"AppId,omitempty"`

	AppKey string `xml:"AppKey,omitempty" json:"AppKey,omitempty"`
}

type ConfigurationHeader

type ConfigurationHeader struct {
	Sandbox int32 `xml:"Sandbox,omitempty" json:"Sandbox,omitempty"`

	MaxResultAge int32 `xml:"MaxResultAge,omitempty" json:"MaxResultAge,omitempty"`
}

type GetItemRestarts

type GetItemRestarts struct {
	XMLName xml.Name `xml:"http://api.tradera.com GetItemRestarts"`

	ItemId int32 `xml:"itemId,omitempty" json:"itemId,omitempty"`
}

type GetItemRestartsResponse

type GetItemRestartsResponse struct {
	XMLName xml.Name `xml:"http://api.tradera.com GetItemRestartsResponse"`

	GetItemRestartsResult *ItemRestarts `xml:"GetItemRestartsResult,omitempty" json:"GetItemRestartsResult,omitempty"`
}

type ItemRestarts

type ItemRestarts struct {
	LastRestartedItemId int32 `xml:"LastRestartedItemId,omitempty" json:"LastRestartedItemId,omitempty"`

	AncestorItemId int32 `xml:"AncestorItemId,omitempty" json:"AncestorItemId,omitempty"`

	RestartedItems *ArrayOfRestartedItem `xml:"RestartedItems,omitempty" json:"RestartedItems,omitempty"`
}

type ListingServiceHttpGet

type ListingServiceHttpGet interface {
	GetItemRestarts(request *string) (*ItemRestarts, error)

	GetItemRestartsContext(ctx context.Context, request *string) (*ItemRestarts, error)
}

func NewListingServiceHttpGet

func NewListingServiceHttpGet(client *soap.Client) ListingServiceHttpGet

type ListingServiceHttpPost

type ListingServiceHttpPost interface {
	GetItemRestarts(request *string) (*ItemRestarts, error)

	GetItemRestartsContext(ctx context.Context, request *string) (*ItemRestarts, error)
}

func NewListingServiceHttpPost

func NewListingServiceHttpPost(client *soap.Client) ListingServiceHttpPost

type ListingServiceSoap

type ListingServiceSoap interface {
	GetItemRestarts(request *GetItemRestarts) (*GetItemRestartsResponse, error)

	GetItemRestartsContext(ctx context.Context, request *GetItemRestarts) (*GetItemRestartsResponse, error)
}

func NewListingServiceSoap

func NewListingServiceSoap(client *soap.Client) ListingServiceSoap

type NCName

type NCName string

type RestartedItem

type RestartedItem struct {
	RestartedItemId int32 `xml:"RestartedItemId,omitempty" json:"RestartedItemId,omitempty"`

	RestartedAsItemId int32 `xml:"RestartedAsItemId,omitempty" json:"RestartedAsItemId,omitempty"`

	RestartedDate soap.XSDDateTime `xml:"RestartedDate,omitempty" json:"RestartedDate,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL