Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanceledInvoice ¶
type CanceledInvoice struct {
eel.RestResource
}
func (*CanceledInvoice) GetParameters ¶
func (this *CanceledInvoice) GetParameters() map[string][]string
func (*CanceledInvoice) Put ¶
func (this *CanceledInvoice) Put(ctx *eel.Context)
func (*CanceledInvoice) Resource ¶
func (this *CanceledInvoice) Resource() string
type CanceledOrder ¶
type CanceledOrder struct {
eel.RestResource
}
func (*CanceledOrder) GetParameters ¶
func (this *CanceledOrder) GetParameters() map[string][]string
func (*CanceledOrder) Put ¶
func (this *CanceledOrder) Put(ctx *eel.Context)
func (*CanceledOrder) Resource ¶
func (this *CanceledOrder) Resource() string
type ConfirmedInvoice ¶
type ConfirmedInvoice struct {
eel.RestResource
}
func (*ConfirmedInvoice) GetParameters ¶
func (this *ConfirmedInvoice) GetParameters() map[string][]string
func (*ConfirmedInvoice) Put ¶
func (this *ConfirmedInvoice) Put(ctx *eel.Context)
func (*ConfirmedInvoice) Resource ¶
func (this *ConfirmedInvoice) Resource() string
type CorpInvoices ¶
type CorpInvoices struct {
eel.RestResource
}
func (*CorpInvoices) Get ¶
func (this *CorpInvoices) Get(ctx *eel.Context)
func (*CorpInvoices) GetParameters ¶
func (this *CorpInvoices) GetParameters() map[string][]string
func (*CorpInvoices) Resource ¶
func (this *CorpInvoices) Resource() string
type FinishedInvoice ¶
type FinishedInvoice struct {
eel.RestResource
}
func (*FinishedInvoice) GetParameters ¶
func (this *FinishedInvoice) GetParameters() map[string][]string
func (*FinishedInvoice) Put ¶
func (this *FinishedInvoice) Put(ctx *eel.Context)
func (*FinishedInvoice) Resource ¶
func (this *FinishedInvoice) Resource() string
type Order ¶
type Order struct {
eel.RestResource
}
func (*Order) GetLockKey ¶
func (*Order) GetParameters ¶
type OrderRemark ¶
type OrderRemark struct {
eel.RestResource
}
func (*OrderRemark) GetParameters ¶
func (this *OrderRemark) GetParameters() map[string][]string
func (*OrderRemark) Post ¶
func (this *OrderRemark) Post(ctx *eel.Context)
func (*OrderRemark) Resource ¶
func (this *OrderRemark) Resource() string
type OrderStatus ¶
type OrderStatus struct {
eel.RestResource
}
func (*OrderStatus) Get ¶
func (this *OrderStatus) Get(ctx *eel.Context)
func (*OrderStatus) GetParameters ¶
func (this *OrderStatus) GetParameters() map[string][]string
func (*OrderStatus) Resource ¶
func (this *OrderStatus) Resource() string
type PayedOrder ¶
type PayedOrder struct {
eel.RestResource
}
func (*PayedOrder) GetParameters ¶
func (this *PayedOrder) GetParameters() map[string][]string
func (*PayedOrder) Put ¶
func (this *PayedOrder) Put(ctx *eel.Context)
func (*PayedOrder) Resource ¶
func (this *PayedOrder) Resource() string
type ShippedInvoice ¶
type ShippedInvoice struct {
eel.RestResource
}
func (*ShippedInvoice) GetParameters ¶
func (this *ShippedInvoice) GetParameters() map[string][]string
func (*ShippedInvoice) Put ¶
func (this *ShippedInvoice) Put(ctx *eel.Context)
func (*ShippedInvoice) Resource ¶
func (this *ShippedInvoice) Resource() string
type UserOrders ¶
type UserOrders struct {
eel.RestResource
}
func (*UserOrders) Get ¶
func (this *UserOrders) Get(ctx *eel.Context)
func (*UserOrders) GetParameters ¶
func (this *UserOrders) GetParameters() map[string][]string
func (*UserOrders) Resource ¶
func (this *UserOrders) Resource() string
Click to show internal directories.
Click to hide internal directories.