charge

package
v0.0.0-...-4036ab3 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: GPL-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Code generated by Kitex v0.12.1. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var BuyFullInterfaceArgs_Req_DEFAULT *core_api.BuyFullInterfaceReq
View Source
var BuyFullInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var CreateBaseInterfaceArgs_Req_DEFAULT *core_api.CreateBaseInterfaceReq
View Source
var CreateBaseInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var CreateFullInterfaceArgs_Req_DEFAULT *core_api.CreateFullInterfaceReq
View Source
var CreateFullInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var CreateGradientArgs_Req_DEFAULT *core_api.CreateGradientReq
View Source
var CreateGradientResult_Success_DEFAULT *core_api.Response
View Source
var DeleteBaseInterfaceArgs_Req_DEFAULT *core_api.DeleteBaseInterfaceReq
View Source
var DeleteBaseInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var DeleteFullInterfaceArgs_Req_DEFAULT *core_api.DeleteFullInterfaceReq
View Source
var DeleteFullInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var GetAmountArgs_Req_DEFAULT *core_api.GetAmountReq
View Source
var GetAmountResult_Success_DEFAULT *core_api.GetAmountResp
View Source
var GetBaseInterfacesArgs_Req_DEFAULT *core_api.GetBaseInterfacesReq
View Source
var GetBaseInterfacesResult_Success_DEFAULT *core_api.GetBaseInterfacesResp
View Source
var GetFullInterfacesArgs_Req_DEFAULT *core_api.GetFullInterfacesReq
View Source
var GetFullInterfacesResult_Success_DEFAULT *core_api.GetFullInterfacesResp
View Source
var GetGradientArgs_Req_DEFAULT *core_api.GetGradientReq
View Source
var GetGradientResult_Success_DEFAULT *core_api.GetGradientResp
View Source
var UpdateBaseInterfaceArgs_Req_DEFAULT *core_api.UpdateBaseInterfaceReq
View Source
var UpdateBaseInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var UpdateFullInterfaceArgs_Req_DEFAULT *core_api.UpdateFullInterfaceReq
View Source
var UpdateFullInterfaceResult_Success_DEFAULT *core_api.Response
View Source
var UpdateGradientArgs_Req_DEFAULT *core_api.UpdateGradientReq
View Source
var UpdateGradientResult_Success_DEFAULT *core_api.Response
View Source
var UpdateMarginArgs_Req_DEFAULT *core_api.UpdateMarginReq
View Source
var UpdateMarginResult_Success_DEFAULT *core_api.Response

Functions

func NewServer

func NewServer(handler core_api.Charge, opts ...server.Option) server.Server

NewServer creates a server.Server with the given handler and options.

func NewServiceInfo

func NewServiceInfo() *kitex.ServiceInfo

NewServiceInfo creates a new ServiceInfo containing all methods

func NewServiceInfoForClient

func NewServiceInfoForClient() *kitex.ServiceInfo

NewServiceInfo creates a new ServiceInfo containing non-streaming methods

func NewServiceInfoForStreamClient

func NewServiceInfoForStreamClient() *kitex.ServiceInfo

func RegisterService

func RegisterService(svr server.Server, handler core_api.Charge, opts ...server.RegisterOption) error

Types

type BuyFullInterfaceArgs

type BuyFullInterfaceArgs struct {
	Req *core_api.BuyFullInterfaceReq
}

func (*BuyFullInterfaceArgs) FastRead

func (p *BuyFullInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*BuyFullInterfaceArgs) FastWrite

func (p *BuyFullInterfaceArgs) FastWrite(buf []byte) (n int)

func (*BuyFullInterfaceArgs) GetFirstArgument

func (p *BuyFullInterfaceArgs) GetFirstArgument() interface{}

func (*BuyFullInterfaceArgs) GetReq

func (*BuyFullInterfaceArgs) IsSetReq

func (p *BuyFullInterfaceArgs) IsSetReq() bool

func (*BuyFullInterfaceArgs) Marshal

func (p *BuyFullInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*BuyFullInterfaceArgs) Size

func (p *BuyFullInterfaceArgs) Size() (n int)

func (*BuyFullInterfaceArgs) Unmarshal

func (p *BuyFullInterfaceArgs) Unmarshal(in []byte) error

type BuyFullInterfaceResult

type BuyFullInterfaceResult struct {
	Success *core_api.Response
}

func (*BuyFullInterfaceResult) FastRead

func (p *BuyFullInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*BuyFullInterfaceResult) FastWrite

func (p *BuyFullInterfaceResult) FastWrite(buf []byte) (n int)

func (*BuyFullInterfaceResult) GetResult

func (p *BuyFullInterfaceResult) GetResult() interface{}

func (*BuyFullInterfaceResult) GetSuccess

func (p *BuyFullInterfaceResult) GetSuccess() *core_api.Response

func (*BuyFullInterfaceResult) IsSetSuccess

func (p *BuyFullInterfaceResult) IsSetSuccess() bool

func (*BuyFullInterfaceResult) Marshal

func (p *BuyFullInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*BuyFullInterfaceResult) SetSuccess

func (p *BuyFullInterfaceResult) SetSuccess(x interface{})

func (*BuyFullInterfaceResult) Size

func (p *BuyFullInterfaceResult) Size() (n int)

func (*BuyFullInterfaceResult) Unmarshal

func (p *BuyFullInterfaceResult) Unmarshal(in []byte) error

type Client

type Client interface {
	CreateBaseInterface(ctx context.Context, Req *core_api.CreateBaseInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	UpdateBaseInterface(ctx context.Context, Req *core_api.UpdateBaseInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	DeleteBaseInterface(ctx context.Context, Req *core_api.DeleteBaseInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	GetBaseInterfaces(ctx context.Context, Req *core_api.GetBaseInterfacesReq, callOptions ...callopt.Option) (r *core_api.GetBaseInterfacesResp, err error)
	CreateFullInterface(ctx context.Context, Req *core_api.CreateFullInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	UpdateFullInterface(ctx context.Context, Req *core_api.UpdateFullInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	UpdateMargin(ctx context.Context, Req *core_api.UpdateMarginReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	DeleteFullInterface(ctx context.Context, Req *core_api.DeleteFullInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	GetFullInterfaces(ctx context.Context, Req *core_api.GetFullInterfacesReq, callOptions ...callopt.Option) (r *core_api.GetFullInterfacesResp, err error)
	BuyFullInterface(ctx context.Context, Req *core_api.BuyFullInterfaceReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	CreateGradient(ctx context.Context, Req *core_api.CreateGradientReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	UpdateGradient(ctx context.Context, Req *core_api.UpdateGradientReq, callOptions ...callopt.Option) (r *core_api.Response, err error)
	GetGradient(ctx context.Context, Req *core_api.GetGradientReq, callOptions ...callopt.Option) (r *core_api.GetGradientResp, err error)
	GetAmount(ctx context.Context, Req *core_api.GetAmountReq, callOptions ...callopt.Option) (r *core_api.GetAmountResp, err error)
}

Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.

func MustNewClient

func MustNewClient(destService string, opts ...client.Option) Client

MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.

func NewClient

func NewClient(destService string, opts ...client.Option) (Client, error)

NewClient creates a client for the service defined in IDL.

type CreateBaseInterfaceArgs

type CreateBaseInterfaceArgs struct {
	Req *core_api.CreateBaseInterfaceReq
}

func (*CreateBaseInterfaceArgs) FastRead

func (p *CreateBaseInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateBaseInterfaceArgs) FastWrite

func (p *CreateBaseInterfaceArgs) FastWrite(buf []byte) (n int)

func (*CreateBaseInterfaceArgs) GetFirstArgument

func (p *CreateBaseInterfaceArgs) GetFirstArgument() interface{}

func (*CreateBaseInterfaceArgs) GetReq

func (*CreateBaseInterfaceArgs) IsSetReq

func (p *CreateBaseInterfaceArgs) IsSetReq() bool

func (*CreateBaseInterfaceArgs) Marshal

func (p *CreateBaseInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*CreateBaseInterfaceArgs) Size

func (p *CreateBaseInterfaceArgs) Size() (n int)

func (*CreateBaseInterfaceArgs) Unmarshal

func (p *CreateBaseInterfaceArgs) Unmarshal(in []byte) error

type CreateBaseInterfaceResult

type CreateBaseInterfaceResult struct {
	Success *core_api.Response
}

func (*CreateBaseInterfaceResult) FastRead

func (p *CreateBaseInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateBaseInterfaceResult) FastWrite

func (p *CreateBaseInterfaceResult) FastWrite(buf []byte) (n int)

func (*CreateBaseInterfaceResult) GetResult

func (p *CreateBaseInterfaceResult) GetResult() interface{}

func (*CreateBaseInterfaceResult) GetSuccess

func (p *CreateBaseInterfaceResult) GetSuccess() *core_api.Response

func (*CreateBaseInterfaceResult) IsSetSuccess

func (p *CreateBaseInterfaceResult) IsSetSuccess() bool

func (*CreateBaseInterfaceResult) Marshal

func (p *CreateBaseInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*CreateBaseInterfaceResult) SetSuccess

func (p *CreateBaseInterfaceResult) SetSuccess(x interface{})

func (*CreateBaseInterfaceResult) Size

func (p *CreateBaseInterfaceResult) Size() (n int)

func (*CreateBaseInterfaceResult) Unmarshal

func (p *CreateBaseInterfaceResult) Unmarshal(in []byte) error

type CreateFullInterfaceArgs

type CreateFullInterfaceArgs struct {
	Req *core_api.CreateFullInterfaceReq
}

func (*CreateFullInterfaceArgs) FastRead

func (p *CreateFullInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateFullInterfaceArgs) FastWrite

func (p *CreateFullInterfaceArgs) FastWrite(buf []byte) (n int)

func (*CreateFullInterfaceArgs) GetFirstArgument

func (p *CreateFullInterfaceArgs) GetFirstArgument() interface{}

func (*CreateFullInterfaceArgs) GetReq

func (*CreateFullInterfaceArgs) IsSetReq

func (p *CreateFullInterfaceArgs) IsSetReq() bool

func (*CreateFullInterfaceArgs) Marshal

func (p *CreateFullInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*CreateFullInterfaceArgs) Size

func (p *CreateFullInterfaceArgs) Size() (n int)

func (*CreateFullInterfaceArgs) Unmarshal

func (p *CreateFullInterfaceArgs) Unmarshal(in []byte) error

type CreateFullInterfaceResult

type CreateFullInterfaceResult struct {
	Success *core_api.Response
}

func (*CreateFullInterfaceResult) FastRead

func (p *CreateFullInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateFullInterfaceResult) FastWrite

func (p *CreateFullInterfaceResult) FastWrite(buf []byte) (n int)

func (*CreateFullInterfaceResult) GetResult

func (p *CreateFullInterfaceResult) GetResult() interface{}

func (*CreateFullInterfaceResult) GetSuccess

func (p *CreateFullInterfaceResult) GetSuccess() *core_api.Response

func (*CreateFullInterfaceResult) IsSetSuccess

func (p *CreateFullInterfaceResult) IsSetSuccess() bool

func (*CreateFullInterfaceResult) Marshal

func (p *CreateFullInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*CreateFullInterfaceResult) SetSuccess

func (p *CreateFullInterfaceResult) SetSuccess(x interface{})

func (*CreateFullInterfaceResult) Size

func (p *CreateFullInterfaceResult) Size() (n int)

func (*CreateFullInterfaceResult) Unmarshal

func (p *CreateFullInterfaceResult) Unmarshal(in []byte) error

type CreateGradientArgs

type CreateGradientArgs struct {
	Req *core_api.CreateGradientReq
}

func (*CreateGradientArgs) FastRead

func (p *CreateGradientArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateGradientArgs) FastWrite

func (p *CreateGradientArgs) FastWrite(buf []byte) (n int)

func (*CreateGradientArgs) GetFirstArgument

func (p *CreateGradientArgs) GetFirstArgument() interface{}

func (*CreateGradientArgs) GetReq

func (*CreateGradientArgs) IsSetReq

func (p *CreateGradientArgs) IsSetReq() bool

func (*CreateGradientArgs) Marshal

func (p *CreateGradientArgs) Marshal(out []byte) ([]byte, error)

func (*CreateGradientArgs) Size

func (p *CreateGradientArgs) Size() (n int)

func (*CreateGradientArgs) Unmarshal

func (p *CreateGradientArgs) Unmarshal(in []byte) error

type CreateGradientResult

type CreateGradientResult struct {
	Success *core_api.Response
}

func (*CreateGradientResult) FastRead

func (p *CreateGradientResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*CreateGradientResult) FastWrite

func (p *CreateGradientResult) FastWrite(buf []byte) (n int)

func (*CreateGradientResult) GetResult

func (p *CreateGradientResult) GetResult() interface{}

func (*CreateGradientResult) GetSuccess

func (p *CreateGradientResult) GetSuccess() *core_api.Response

func (*CreateGradientResult) IsSetSuccess

func (p *CreateGradientResult) IsSetSuccess() bool

func (*CreateGradientResult) Marshal

func (p *CreateGradientResult) Marshal(out []byte) ([]byte, error)

func (*CreateGradientResult) SetSuccess

func (p *CreateGradientResult) SetSuccess(x interface{})

func (*CreateGradientResult) Size

func (p *CreateGradientResult) Size() (n int)

func (*CreateGradientResult) Unmarshal

func (p *CreateGradientResult) Unmarshal(in []byte) error

type DeleteBaseInterfaceArgs

type DeleteBaseInterfaceArgs struct {
	Req *core_api.DeleteBaseInterfaceReq
}

func (*DeleteBaseInterfaceArgs) FastRead

func (p *DeleteBaseInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteBaseInterfaceArgs) FastWrite

func (p *DeleteBaseInterfaceArgs) FastWrite(buf []byte) (n int)

func (*DeleteBaseInterfaceArgs) GetFirstArgument

func (p *DeleteBaseInterfaceArgs) GetFirstArgument() interface{}

func (*DeleteBaseInterfaceArgs) GetReq

func (*DeleteBaseInterfaceArgs) IsSetReq

func (p *DeleteBaseInterfaceArgs) IsSetReq() bool

func (*DeleteBaseInterfaceArgs) Marshal

func (p *DeleteBaseInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteBaseInterfaceArgs) Size

func (p *DeleteBaseInterfaceArgs) Size() (n int)

func (*DeleteBaseInterfaceArgs) Unmarshal

func (p *DeleteBaseInterfaceArgs) Unmarshal(in []byte) error

type DeleteBaseInterfaceResult

type DeleteBaseInterfaceResult struct {
	Success *core_api.Response
}

func (*DeleteBaseInterfaceResult) FastRead

func (p *DeleteBaseInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteBaseInterfaceResult) FastWrite

func (p *DeleteBaseInterfaceResult) FastWrite(buf []byte) (n int)

func (*DeleteBaseInterfaceResult) GetResult

func (p *DeleteBaseInterfaceResult) GetResult() interface{}

func (*DeleteBaseInterfaceResult) GetSuccess

func (p *DeleteBaseInterfaceResult) GetSuccess() *core_api.Response

func (*DeleteBaseInterfaceResult) IsSetSuccess

func (p *DeleteBaseInterfaceResult) IsSetSuccess() bool

func (*DeleteBaseInterfaceResult) Marshal

func (p *DeleteBaseInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*DeleteBaseInterfaceResult) SetSuccess

func (p *DeleteBaseInterfaceResult) SetSuccess(x interface{})

func (*DeleteBaseInterfaceResult) Size

func (p *DeleteBaseInterfaceResult) Size() (n int)

func (*DeleteBaseInterfaceResult) Unmarshal

func (p *DeleteBaseInterfaceResult) Unmarshal(in []byte) error

type DeleteFullInterfaceArgs

type DeleteFullInterfaceArgs struct {
	Req *core_api.DeleteFullInterfaceReq
}

func (*DeleteFullInterfaceArgs) FastRead

func (p *DeleteFullInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteFullInterfaceArgs) FastWrite

func (p *DeleteFullInterfaceArgs) FastWrite(buf []byte) (n int)

func (*DeleteFullInterfaceArgs) GetFirstArgument

func (p *DeleteFullInterfaceArgs) GetFirstArgument() interface{}

func (*DeleteFullInterfaceArgs) GetReq

func (*DeleteFullInterfaceArgs) IsSetReq

func (p *DeleteFullInterfaceArgs) IsSetReq() bool

func (*DeleteFullInterfaceArgs) Marshal

func (p *DeleteFullInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*DeleteFullInterfaceArgs) Size

func (p *DeleteFullInterfaceArgs) Size() (n int)

func (*DeleteFullInterfaceArgs) Unmarshal

func (p *DeleteFullInterfaceArgs) Unmarshal(in []byte) error

type DeleteFullInterfaceResult

type DeleteFullInterfaceResult struct {
	Success *core_api.Response
}

func (*DeleteFullInterfaceResult) FastRead

func (p *DeleteFullInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*DeleteFullInterfaceResult) FastWrite

func (p *DeleteFullInterfaceResult) FastWrite(buf []byte) (n int)

func (*DeleteFullInterfaceResult) GetResult

func (p *DeleteFullInterfaceResult) GetResult() interface{}

func (*DeleteFullInterfaceResult) GetSuccess

func (p *DeleteFullInterfaceResult) GetSuccess() *core_api.Response

func (*DeleteFullInterfaceResult) IsSetSuccess

func (p *DeleteFullInterfaceResult) IsSetSuccess() bool

func (*DeleteFullInterfaceResult) Marshal

func (p *DeleteFullInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*DeleteFullInterfaceResult) SetSuccess

func (p *DeleteFullInterfaceResult) SetSuccess(x interface{})

func (*DeleteFullInterfaceResult) Size

func (p *DeleteFullInterfaceResult) Size() (n int)

func (*DeleteFullInterfaceResult) Unmarshal

func (p *DeleteFullInterfaceResult) Unmarshal(in []byte) error

type GetAmountArgs

type GetAmountArgs struct {
	Req *core_api.GetAmountReq
}

func (*GetAmountArgs) FastRead

func (p *GetAmountArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetAmountArgs) FastWrite

func (p *GetAmountArgs) FastWrite(buf []byte) (n int)

func (*GetAmountArgs) GetFirstArgument

func (p *GetAmountArgs) GetFirstArgument() interface{}

func (*GetAmountArgs) GetReq

func (p *GetAmountArgs) GetReq() *core_api.GetAmountReq

func (*GetAmountArgs) IsSetReq

func (p *GetAmountArgs) IsSetReq() bool

func (*GetAmountArgs) Marshal

func (p *GetAmountArgs) Marshal(out []byte) ([]byte, error)

func (*GetAmountArgs) Size

func (p *GetAmountArgs) Size() (n int)

func (*GetAmountArgs) Unmarshal

func (p *GetAmountArgs) Unmarshal(in []byte) error

type GetAmountResult

type GetAmountResult struct {
	Success *core_api.GetAmountResp
}

func (*GetAmountResult) FastRead

func (p *GetAmountResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetAmountResult) FastWrite

func (p *GetAmountResult) FastWrite(buf []byte) (n int)

func (*GetAmountResult) GetResult

func (p *GetAmountResult) GetResult() interface{}

func (*GetAmountResult) GetSuccess

func (p *GetAmountResult) GetSuccess() *core_api.GetAmountResp

func (*GetAmountResult) IsSetSuccess

func (p *GetAmountResult) IsSetSuccess() bool

func (*GetAmountResult) Marshal

func (p *GetAmountResult) Marshal(out []byte) ([]byte, error)

func (*GetAmountResult) SetSuccess

func (p *GetAmountResult) SetSuccess(x interface{})

func (*GetAmountResult) Size

func (p *GetAmountResult) Size() (n int)

func (*GetAmountResult) Unmarshal

func (p *GetAmountResult) Unmarshal(in []byte) error

type GetBaseInterfacesArgs

type GetBaseInterfacesArgs struct {
	Req *core_api.GetBaseInterfacesReq
}

func (*GetBaseInterfacesArgs) FastRead

func (p *GetBaseInterfacesArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetBaseInterfacesArgs) FastWrite

func (p *GetBaseInterfacesArgs) FastWrite(buf []byte) (n int)

func (*GetBaseInterfacesArgs) GetFirstArgument

func (p *GetBaseInterfacesArgs) GetFirstArgument() interface{}

func (*GetBaseInterfacesArgs) GetReq

func (*GetBaseInterfacesArgs) IsSetReq

func (p *GetBaseInterfacesArgs) IsSetReq() bool

func (*GetBaseInterfacesArgs) Marshal

func (p *GetBaseInterfacesArgs) Marshal(out []byte) ([]byte, error)

func (*GetBaseInterfacesArgs) Size

func (p *GetBaseInterfacesArgs) Size() (n int)

func (*GetBaseInterfacesArgs) Unmarshal

func (p *GetBaseInterfacesArgs) Unmarshal(in []byte) error

type GetBaseInterfacesResult

type GetBaseInterfacesResult struct {
	Success *core_api.GetBaseInterfacesResp
}

func (*GetBaseInterfacesResult) FastRead

func (p *GetBaseInterfacesResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetBaseInterfacesResult) FastWrite

func (p *GetBaseInterfacesResult) FastWrite(buf []byte) (n int)

func (*GetBaseInterfacesResult) GetResult

func (p *GetBaseInterfacesResult) GetResult() interface{}

func (*GetBaseInterfacesResult) GetSuccess

func (*GetBaseInterfacesResult) IsSetSuccess

func (p *GetBaseInterfacesResult) IsSetSuccess() bool

func (*GetBaseInterfacesResult) Marshal

func (p *GetBaseInterfacesResult) Marshal(out []byte) ([]byte, error)

func (*GetBaseInterfacesResult) SetSuccess

func (p *GetBaseInterfacesResult) SetSuccess(x interface{})

func (*GetBaseInterfacesResult) Size

func (p *GetBaseInterfacesResult) Size() (n int)

func (*GetBaseInterfacesResult) Unmarshal

func (p *GetBaseInterfacesResult) Unmarshal(in []byte) error

type GetFullInterfacesArgs

type GetFullInterfacesArgs struct {
	Req *core_api.GetFullInterfacesReq
}

func (*GetFullInterfacesArgs) FastRead

func (p *GetFullInterfacesArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetFullInterfacesArgs) FastWrite

func (p *GetFullInterfacesArgs) FastWrite(buf []byte) (n int)

func (*GetFullInterfacesArgs) GetFirstArgument

func (p *GetFullInterfacesArgs) GetFirstArgument() interface{}

func (*GetFullInterfacesArgs) GetReq

func (*GetFullInterfacesArgs) IsSetReq

func (p *GetFullInterfacesArgs) IsSetReq() bool

func (*GetFullInterfacesArgs) Marshal

func (p *GetFullInterfacesArgs) Marshal(out []byte) ([]byte, error)

func (*GetFullInterfacesArgs) Size

func (p *GetFullInterfacesArgs) Size() (n int)

func (*GetFullInterfacesArgs) Unmarshal

func (p *GetFullInterfacesArgs) Unmarshal(in []byte) error

type GetFullInterfacesResult

type GetFullInterfacesResult struct {
	Success *core_api.GetFullInterfacesResp
}

func (*GetFullInterfacesResult) FastRead

func (p *GetFullInterfacesResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetFullInterfacesResult) FastWrite

func (p *GetFullInterfacesResult) FastWrite(buf []byte) (n int)

func (*GetFullInterfacesResult) GetResult

func (p *GetFullInterfacesResult) GetResult() interface{}

func (*GetFullInterfacesResult) GetSuccess

func (*GetFullInterfacesResult) IsSetSuccess

func (p *GetFullInterfacesResult) IsSetSuccess() bool

func (*GetFullInterfacesResult) Marshal

func (p *GetFullInterfacesResult) Marshal(out []byte) ([]byte, error)

func (*GetFullInterfacesResult) SetSuccess

func (p *GetFullInterfacesResult) SetSuccess(x interface{})

func (*GetFullInterfacesResult) Size

func (p *GetFullInterfacesResult) Size() (n int)

func (*GetFullInterfacesResult) Unmarshal

func (p *GetFullInterfacesResult) Unmarshal(in []byte) error

type GetGradientArgs

type GetGradientArgs struct {
	Req *core_api.GetGradientReq
}

func (*GetGradientArgs) FastRead

func (p *GetGradientArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetGradientArgs) FastWrite

func (p *GetGradientArgs) FastWrite(buf []byte) (n int)

func (*GetGradientArgs) GetFirstArgument

func (p *GetGradientArgs) GetFirstArgument() interface{}

func (*GetGradientArgs) GetReq

func (*GetGradientArgs) IsSetReq

func (p *GetGradientArgs) IsSetReq() bool

func (*GetGradientArgs) Marshal

func (p *GetGradientArgs) Marshal(out []byte) ([]byte, error)

func (*GetGradientArgs) Size

func (p *GetGradientArgs) Size() (n int)

func (*GetGradientArgs) Unmarshal

func (p *GetGradientArgs) Unmarshal(in []byte) error

type GetGradientResult

type GetGradientResult struct {
	Success *core_api.GetGradientResp
}

func (*GetGradientResult) FastRead

func (p *GetGradientResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetGradientResult) FastWrite

func (p *GetGradientResult) FastWrite(buf []byte) (n int)

func (*GetGradientResult) GetResult

func (p *GetGradientResult) GetResult() interface{}

func (*GetGradientResult) GetSuccess

func (p *GetGradientResult) GetSuccess() *core_api.GetGradientResp

func (*GetGradientResult) IsSetSuccess

func (p *GetGradientResult) IsSetSuccess() bool

func (*GetGradientResult) Marshal

func (p *GetGradientResult) Marshal(out []byte) ([]byte, error)

func (*GetGradientResult) SetSuccess

func (p *GetGradientResult) SetSuccess(x interface{})

func (*GetGradientResult) Size

func (p *GetGradientResult) Size() (n int)

func (*GetGradientResult) Unmarshal

func (p *GetGradientResult) Unmarshal(in []byte) error

type UpdateBaseInterfaceArgs

type UpdateBaseInterfaceArgs struct {
	Req *core_api.UpdateBaseInterfaceReq
}

func (*UpdateBaseInterfaceArgs) FastRead

func (p *UpdateBaseInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateBaseInterfaceArgs) FastWrite

func (p *UpdateBaseInterfaceArgs) FastWrite(buf []byte) (n int)

func (*UpdateBaseInterfaceArgs) GetFirstArgument

func (p *UpdateBaseInterfaceArgs) GetFirstArgument() interface{}

func (*UpdateBaseInterfaceArgs) GetReq

func (*UpdateBaseInterfaceArgs) IsSetReq

func (p *UpdateBaseInterfaceArgs) IsSetReq() bool

func (*UpdateBaseInterfaceArgs) Marshal

func (p *UpdateBaseInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateBaseInterfaceArgs) Size

func (p *UpdateBaseInterfaceArgs) Size() (n int)

func (*UpdateBaseInterfaceArgs) Unmarshal

func (p *UpdateBaseInterfaceArgs) Unmarshal(in []byte) error

type UpdateBaseInterfaceResult

type UpdateBaseInterfaceResult struct {
	Success *core_api.Response
}

func (*UpdateBaseInterfaceResult) FastRead

func (p *UpdateBaseInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateBaseInterfaceResult) FastWrite

func (p *UpdateBaseInterfaceResult) FastWrite(buf []byte) (n int)

func (*UpdateBaseInterfaceResult) GetResult

func (p *UpdateBaseInterfaceResult) GetResult() interface{}

func (*UpdateBaseInterfaceResult) GetSuccess

func (p *UpdateBaseInterfaceResult) GetSuccess() *core_api.Response

func (*UpdateBaseInterfaceResult) IsSetSuccess

func (p *UpdateBaseInterfaceResult) IsSetSuccess() bool

func (*UpdateBaseInterfaceResult) Marshal

func (p *UpdateBaseInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*UpdateBaseInterfaceResult) SetSuccess

func (p *UpdateBaseInterfaceResult) SetSuccess(x interface{})

func (*UpdateBaseInterfaceResult) Size

func (p *UpdateBaseInterfaceResult) Size() (n int)

func (*UpdateBaseInterfaceResult) Unmarshal

func (p *UpdateBaseInterfaceResult) Unmarshal(in []byte) error

type UpdateFullInterfaceArgs

type UpdateFullInterfaceArgs struct {
	Req *core_api.UpdateFullInterfaceReq
}

func (*UpdateFullInterfaceArgs) FastRead

func (p *UpdateFullInterfaceArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateFullInterfaceArgs) FastWrite

func (p *UpdateFullInterfaceArgs) FastWrite(buf []byte) (n int)

func (*UpdateFullInterfaceArgs) GetFirstArgument

func (p *UpdateFullInterfaceArgs) GetFirstArgument() interface{}

func (*UpdateFullInterfaceArgs) GetReq

func (*UpdateFullInterfaceArgs) IsSetReq

func (p *UpdateFullInterfaceArgs) IsSetReq() bool

func (*UpdateFullInterfaceArgs) Marshal

func (p *UpdateFullInterfaceArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateFullInterfaceArgs) Size

func (p *UpdateFullInterfaceArgs) Size() (n int)

func (*UpdateFullInterfaceArgs) Unmarshal

func (p *UpdateFullInterfaceArgs) Unmarshal(in []byte) error

type UpdateFullInterfaceResult

type UpdateFullInterfaceResult struct {
	Success *core_api.Response
}

func (*UpdateFullInterfaceResult) FastRead

func (p *UpdateFullInterfaceResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateFullInterfaceResult) FastWrite

func (p *UpdateFullInterfaceResult) FastWrite(buf []byte) (n int)

func (*UpdateFullInterfaceResult) GetResult

func (p *UpdateFullInterfaceResult) GetResult() interface{}

func (*UpdateFullInterfaceResult) GetSuccess

func (p *UpdateFullInterfaceResult) GetSuccess() *core_api.Response

func (*UpdateFullInterfaceResult) IsSetSuccess

func (p *UpdateFullInterfaceResult) IsSetSuccess() bool

func (*UpdateFullInterfaceResult) Marshal

func (p *UpdateFullInterfaceResult) Marshal(out []byte) ([]byte, error)

func (*UpdateFullInterfaceResult) SetSuccess

func (p *UpdateFullInterfaceResult) SetSuccess(x interface{})

func (*UpdateFullInterfaceResult) Size

func (p *UpdateFullInterfaceResult) Size() (n int)

func (*UpdateFullInterfaceResult) Unmarshal

func (p *UpdateFullInterfaceResult) Unmarshal(in []byte) error

type UpdateGradientArgs

type UpdateGradientArgs struct {
	Req *core_api.UpdateGradientReq
}

func (*UpdateGradientArgs) FastRead

func (p *UpdateGradientArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateGradientArgs) FastWrite

func (p *UpdateGradientArgs) FastWrite(buf []byte) (n int)

func (*UpdateGradientArgs) GetFirstArgument

func (p *UpdateGradientArgs) GetFirstArgument() interface{}

func (*UpdateGradientArgs) GetReq

func (*UpdateGradientArgs) IsSetReq

func (p *UpdateGradientArgs) IsSetReq() bool

func (*UpdateGradientArgs) Marshal

func (p *UpdateGradientArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateGradientArgs) Size

func (p *UpdateGradientArgs) Size() (n int)

func (*UpdateGradientArgs) Unmarshal

func (p *UpdateGradientArgs) Unmarshal(in []byte) error

type UpdateGradientResult

type UpdateGradientResult struct {
	Success *core_api.Response
}

func (*UpdateGradientResult) FastRead

func (p *UpdateGradientResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateGradientResult) FastWrite

func (p *UpdateGradientResult) FastWrite(buf []byte) (n int)

func (*UpdateGradientResult) GetResult

func (p *UpdateGradientResult) GetResult() interface{}

func (*UpdateGradientResult) GetSuccess

func (p *UpdateGradientResult) GetSuccess() *core_api.Response

func (*UpdateGradientResult) IsSetSuccess

func (p *UpdateGradientResult) IsSetSuccess() bool

func (*UpdateGradientResult) Marshal

func (p *UpdateGradientResult) Marshal(out []byte) ([]byte, error)

func (*UpdateGradientResult) SetSuccess

func (p *UpdateGradientResult) SetSuccess(x interface{})

func (*UpdateGradientResult) Size

func (p *UpdateGradientResult) Size() (n int)

func (*UpdateGradientResult) Unmarshal

func (p *UpdateGradientResult) Unmarshal(in []byte) error

type UpdateMarginArgs

type UpdateMarginArgs struct {
	Req *core_api.UpdateMarginReq
}

func (*UpdateMarginArgs) FastRead

func (p *UpdateMarginArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateMarginArgs) FastWrite

func (p *UpdateMarginArgs) FastWrite(buf []byte) (n int)

func (*UpdateMarginArgs) GetFirstArgument

func (p *UpdateMarginArgs) GetFirstArgument() interface{}

func (*UpdateMarginArgs) GetReq

func (*UpdateMarginArgs) IsSetReq

func (p *UpdateMarginArgs) IsSetReq() bool

func (*UpdateMarginArgs) Marshal

func (p *UpdateMarginArgs) Marshal(out []byte) ([]byte, error)

func (*UpdateMarginArgs) Size

func (p *UpdateMarginArgs) Size() (n int)

func (*UpdateMarginArgs) Unmarshal

func (p *UpdateMarginArgs) Unmarshal(in []byte) error

type UpdateMarginResult

type UpdateMarginResult struct {
	Success *core_api.Response
}

func (*UpdateMarginResult) FastRead

func (p *UpdateMarginResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*UpdateMarginResult) FastWrite

func (p *UpdateMarginResult) FastWrite(buf []byte) (n int)

func (*UpdateMarginResult) GetResult

func (p *UpdateMarginResult) GetResult() interface{}

func (*UpdateMarginResult) GetSuccess

func (p *UpdateMarginResult) GetSuccess() *core_api.Response

func (*UpdateMarginResult) IsSetSuccess

func (p *UpdateMarginResult) IsSetSuccess() bool

func (*UpdateMarginResult) Marshal

func (p *UpdateMarginResult) Marshal(out []byte) ([]byte, error)

func (*UpdateMarginResult) SetSuccess

func (p *UpdateMarginResult) SetSuccess(x interface{})

func (*UpdateMarginResult) Size

func (p *UpdateMarginResult) Size() (n int)

func (*UpdateMarginResult) Unmarshal

func (p *UpdateMarginResult) Unmarshal(in []byte) error

Jump to

Keyboard shortcuts

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