Documentation ¶
Index ¶
- Variables
- type Hygrothermograph
- func (p *Hygrothermograph) Equals(other *Hygrothermograph) bool
- func (p *Hygrothermograph) GetHumidity() float64
- func (p *Hygrothermograph) GetTemperature() float64
- func (p *Hygrothermograph) IsSetHumidity() bool
- func (p *Hygrothermograph) IsSetTemperature() bool
- func (p *Hygrothermograph) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Hygrothermograph) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Hygrothermograph) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Hygrothermograph) String() string
- func (p *Hygrothermograph) Validate() error
- func (p *Hygrothermograph) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HygrothermographService
- type HygrothermographServiceClient
- func NewHygrothermographServiceClient(c thrift.TClient) *HygrothermographServiceClient
- func NewHygrothermographServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *HygrothermographServiceClient
- func NewHygrothermographServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *HygrothermographServiceClient
- func (p *HygrothermographServiceClient) Client_() thrift.TClient
- func (p *HygrothermographServiceClient) GetHygrothermograph(ctx context.Context) (_r *Hygrothermograph, _err error)
- func (p *HygrothermographServiceClient) LastResponseMeta_() thrift.ResponseMeta
- func (p *HygrothermographServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- type HygrothermographServiceGetHygrothermographArgs
- type HygrothermographServiceGetHygrothermographResult
- func (p *HygrothermographServiceGetHygrothermographResult) GetSuccess() *Hygrothermograph
- func (p *HygrothermographServiceGetHygrothermographResult) IsSetSuccess() bool
- func (p *HygrothermographServiceGetHygrothermographResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HygrothermographServiceGetHygrothermographResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HygrothermographServiceGetHygrothermographResult) String() string
- func (p *HygrothermographServiceGetHygrothermographResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HygrothermographServiceProcessor
- func (p *HygrothermographServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *HygrothermographServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *HygrothermographServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *HygrothermographServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
View Source
var Hygrothermograph_Humidity_DEFAULT float64
View Source
var Hygrothermograph_Temperature_DEFAULT float64
Functions ¶
This section is empty.
Types ¶
type Hygrothermograph ¶
type Hygrothermograph struct { Humidity *float64 `thrift:"Humidity,1" db:"Humidity" json:"Humidity,omitempty"` Temperature *float64 `thrift:"Temperature,2" db:"Temperature" json:"Temperature,omitempty"` }
Attributes:
- Humidity
- Temperature
var HygrothermographServiceGetHygrothermographResult_Success_DEFAULT *Hygrothermograph
func NewHygrothermograph ¶
func NewHygrothermograph() *Hygrothermograph
func (*Hygrothermograph) Equals ¶
func (p *Hygrothermograph) Equals(other *Hygrothermograph) bool
func (*Hygrothermograph) GetHumidity ¶
func (p *Hygrothermograph) GetHumidity() float64
func (*Hygrothermograph) GetTemperature ¶
func (p *Hygrothermograph) GetTemperature() float64
func (*Hygrothermograph) IsSetHumidity ¶
func (p *Hygrothermograph) IsSetHumidity() bool
func (*Hygrothermograph) IsSetTemperature ¶
func (p *Hygrothermograph) IsSetTemperature() bool
func (*Hygrothermograph) ReadField1 ¶
func (*Hygrothermograph) ReadField2 ¶
func (*Hygrothermograph) String ¶
func (p *Hygrothermograph) String() string
func (*Hygrothermograph) Validate ¶
func (p *Hygrothermograph) Validate() error
type HygrothermographService ¶
type HygrothermographService interface {
GetHygrothermograph(ctx context.Context) (_r *Hygrothermograph, _err error)
}
type HygrothermographServiceClient ¶
type HygrothermographServiceClient struct {
// contains filtered or unexported fields
}
func NewHygrothermographServiceClient ¶
func NewHygrothermographServiceClient(c thrift.TClient) *HygrothermographServiceClient
func NewHygrothermographServiceClientFactory ¶
func NewHygrothermographServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *HygrothermographServiceClient
func NewHygrothermographServiceClientProtocol ¶
func NewHygrothermographServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *HygrothermographServiceClient
func (*HygrothermographServiceClient) Client_ ¶
func (p *HygrothermographServiceClient) Client_() thrift.TClient
func (*HygrothermographServiceClient) GetHygrothermograph ¶
func (p *HygrothermographServiceClient) GetHygrothermograph(ctx context.Context) (_r *Hygrothermograph, _err error)
func (*HygrothermographServiceClient) LastResponseMeta_ ¶
func (p *HygrothermographServiceClient) LastResponseMeta_() thrift.ResponseMeta
func (*HygrothermographServiceClient) SetLastResponseMeta_ ¶
func (p *HygrothermographServiceClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
type HygrothermographServiceGetHygrothermographArgs ¶
type HygrothermographServiceGetHygrothermographArgs struct { }
func NewHygrothermographServiceGetHygrothermographArgs ¶
func NewHygrothermographServiceGetHygrothermographArgs() *HygrothermographServiceGetHygrothermographArgs
func (*HygrothermographServiceGetHygrothermographArgs) String ¶
func (p *HygrothermographServiceGetHygrothermographArgs) String() string
type HygrothermographServiceGetHygrothermographResult ¶
type HygrothermographServiceGetHygrothermographResult struct {
Success *Hygrothermograph `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewHygrothermographServiceGetHygrothermographResult ¶
func NewHygrothermographServiceGetHygrothermographResult() *HygrothermographServiceGetHygrothermographResult
func (*HygrothermographServiceGetHygrothermographResult) GetSuccess ¶
func (p *HygrothermographServiceGetHygrothermographResult) GetSuccess() *Hygrothermograph
func (*HygrothermographServiceGetHygrothermographResult) IsSetSuccess ¶
func (p *HygrothermographServiceGetHygrothermographResult) IsSetSuccess() bool
func (*HygrothermographServiceGetHygrothermographResult) ReadField0 ¶
func (*HygrothermographServiceGetHygrothermographResult) String ¶
func (p *HygrothermographServiceGetHygrothermographResult) String() string
type HygrothermographServiceProcessor ¶
type HygrothermographServiceProcessor struct {
// contains filtered or unexported fields
}
func NewHygrothermographServiceProcessor ¶
func NewHygrothermographServiceProcessor(handler HygrothermographService) *HygrothermographServiceProcessor
func (*HygrothermographServiceProcessor) AddToProcessorMap ¶
func (p *HygrothermographServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*HygrothermographServiceProcessor) GetProcessorFunction ¶
func (p *HygrothermographServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*HygrothermographServiceProcessor) Process ¶
func (p *HygrothermographServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*HygrothermographServiceProcessor) ProcessorMap ¶
func (p *HygrothermographServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Source Files ¶
Click to show internal directories.
Click to hide internal directories.