MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / ReadField1

Method ReadField1

rpc/client.go:6308–6314  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

6306}
6307
6308func (p *TSGetTimeZoneResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
6309 p.Status = &common.TSStatus{}
6310 if err := p.Status.Read(ctx, iprot); err != nil {
6311 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Status), err)
6312 }
6313 return nil
6314}
6315
6316func (p *TSGetTimeZoneResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
6317 if v, err := iprot.ReadString(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected