Documentation ¶
Index ¶
Constants ¶
View Source
const ConstI32FromBase = 582
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIException ¶
type APIException struct { }
func NewAPIException ¶
func NewAPIException() *APIException
func (*APIException) Error ¶
func (p *APIException) Error() string
func (*APIException) String ¶
func (p *APIException) String() string
type BaseFooBasePingArgs ¶
type BaseFooBasePingArgs struct { }
func NewBaseFooBasePingArgs ¶
func NewBaseFooBasePingArgs() *BaseFooBasePingArgs
func (*BaseFooBasePingArgs) String ¶
func (p *BaseFooBasePingArgs) String() string
type BaseFooBasePingResult ¶
type BaseFooBasePingResult struct { }
func NewBaseFooBasePingResult ¶
func NewBaseFooBasePingResult() *BaseFooBasePingResult
func (*BaseFooBasePingResult) Read ¶
func (p *BaseFooBasePingResult) Read(iprot thrift.TProtocol) error
func (*BaseFooBasePingResult) String ¶
func (p *BaseFooBasePingResult) String() string
type BaseHealthCondition ¶
type BaseHealthCondition int64
const ( BaseHealthCondition_PASS BaseHealthCondition = 1 BaseHealthCondition_WARN BaseHealthCondition = 2 BaseHealthCondition_FAIL BaseHealthCondition = 3 BaseHealthCondition_UNKNOWN BaseHealthCondition = 4 )
func BaseHealthConditionFromString ¶
func BaseHealthConditionFromString(s string) (BaseHealthCondition, error)
func (BaseHealthCondition) String ¶
func (p BaseHealthCondition) String() string
type FBaseFooClient ¶
type FBaseFooClient struct {
// contains filtered or unexported fields
}
func NewFBaseFooClient ¶
func NewFBaseFooClient(provider *frugal.FServiceProvider, middleware ...frugal.ServiceMiddleware) *FBaseFooClient
func (*FBaseFooClient) BasePing ¶
func (f *FBaseFooClient) BasePing(ctx frugal.FContext) (err error)
func (*FBaseFooClient) Client_ ¶
func (f *FBaseFooClient) Client_() frugal.FClient
type FBaseFooProcessor ¶
type FBaseFooProcessor struct {
*frugal.FBaseProcessor
}
func NewFBaseFooProcessor ¶
func NewFBaseFooProcessor(handler FBaseFoo, middleware ...frugal.ServiceMiddleware) *FBaseFooProcessor
type NestedThing ¶
type NestedThing struct {
Things []*Thing
}
func NewNestedThing ¶
func NewNestedThing() *NestedThing
func (*NestedThing) GetThings ¶
func (p *NestedThing) GetThings() []*Thing
func (*NestedThing) String ¶
func (p *NestedThing) String() string
type Thing ¶
func (*Thing) GetAString ¶
Click to show internal directories.
Click to hide internal directories.