Versions in this module Expand all Collapse all v0 v0.3.0 Feb 12, 2018 v0.2.0 Jan 30, 2018 Changes in this version + var BaggageRestrictionManagerGetBaggageRestrictionsResult_Success_DEFAULT []*BaggageRestriction + var GoUnusedProtection__ int + type BaggageRestriction struct + BaggageKey string + MaxValueLength int32 + func NewBaggageRestriction() *BaggageRestriction + func (p *BaggageRestriction) GetBaggageKey() string + func (p *BaggageRestriction) GetMaxValueLength() int32 + func (p *BaggageRestriction) Read(iprot thrift.TProtocol) error + func (p *BaggageRestriction) ReadField1(iprot thrift.TProtocol) error + func (p *BaggageRestriction) ReadField2(iprot thrift.TProtocol) error + func (p *BaggageRestriction) String() string + func (p *BaggageRestriction) Write(oprot thrift.TProtocol) error + type BaggageRestrictionManager interface + GetBaggageRestrictions func(ctx context.Context, serviceName string) (r []*BaggageRestriction, err error) + type BaggageRestrictionManagerClient struct + func NewBaggageRestrictionManagerClient(c thrift.TClient) *BaggageRestrictionManagerClient + func NewBaggageRestrictionManagerClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *BaggageRestrictionManagerClient + func NewBaggageRestrictionManagerClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *BaggageRestrictionManagerClient + func (p *BaggageRestrictionManagerClient) GetBaggageRestrictions(ctx context.Context, serviceName string) (r []*BaggageRestriction, err error) + type BaggageRestrictionManagerGetBaggageRestrictionsArgs struct + ServiceName string + func NewBaggageRestrictionManagerGetBaggageRestrictionsArgs() *BaggageRestrictionManagerGetBaggageRestrictionsArgs + func (p *BaggageRestrictionManagerGetBaggageRestrictionsArgs) GetServiceName() string + func (p *BaggageRestrictionManagerGetBaggageRestrictionsArgs) Read(iprot thrift.TProtocol) error + func (p *BaggageRestrictionManagerGetBaggageRestrictionsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *BaggageRestrictionManagerGetBaggageRestrictionsArgs) String() string + func (p *BaggageRestrictionManagerGetBaggageRestrictionsArgs) Write(oprot thrift.TProtocol) error + type BaggageRestrictionManagerGetBaggageRestrictionsResult struct + Success []*BaggageRestriction + func NewBaggageRestrictionManagerGetBaggageRestrictionsResult() *BaggageRestrictionManagerGetBaggageRestrictionsResult + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) GetSuccess() []*BaggageRestriction + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) IsSetSuccess() bool + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) Read(iprot thrift.TProtocol) error + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) ReadField0(iprot thrift.TProtocol) error + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) String() string + func (p *BaggageRestrictionManagerGetBaggageRestrictionsResult) Write(oprot thrift.TProtocol) error + type BaggageRestrictionManagerProcessor struct + func NewBaggageRestrictionManagerProcessor(handler BaggageRestrictionManager) *BaggageRestrictionManagerProcessor + func (p *BaggageRestrictionManagerProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *BaggageRestrictionManagerProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *BaggageRestrictionManagerProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *BaggageRestrictionManagerProcessor) ProcessorMap() map[string]thrift.TProcessorFunction