Versions in this module Expand all Collapse all v1 v1.0.1 Aug 19, 2021 v1.0.0 Aug 13, 2021 Changes in this version type Echo_EchoEnum_Args + func Default_Echo_EchoEnum_Args() *Echo_EchoEnum_Args v0 v0.6.7 May 21, 2021 v0.6.6 Aug 24, 2020 v0.6.5 Aug 24, 2020 v0.6.4 Jul 29, 2020 v0.6.3 Jul 20, 2020 v0.6.2 Jul 17, 2020 v0.6.1 Jul 15, 2020 v0.6.0 Jul 13, 2020 Changes in this version + var Bar_ArgNotStruct_Helper = struct{ ... } + var Bar_ArgWithHeaders_Helper = struct{ ... } + var Bar_ArgWithManyQueryParams_Helper = struct{ ... } + var Bar_ArgWithNearDupQueryParams_Helper = struct{ ... } + var Bar_ArgWithNestedQueryParams_Helper = struct{ ... } + var Bar_ArgWithParamsAndDuplicateFields_Helper = struct{ ... } + var Bar_ArgWithParams_Helper = struct{ ... } + var Bar_ArgWithQueryHeader_Helper = struct{ ... } + var Bar_ArgWithQueryParams_Helper = struct{ ... } + var Bar_DeleteFoo_Helper = struct{ ... } + var Bar_DeleteWithBody_Helper = struct{ ... } + var Bar_DeleteWithQueryParams_Helper = struct{ ... } + var Bar_HelloWorld_Helper = struct{ ... } + var Bar_ListAndEnum_Helper = struct{ ... } + var Bar_MissingArg_Helper = struct{ ... } + var Bar_NoRequest_Helper = struct{ ... } + var Bar_NormalRecur_Helper = struct{ ... } + var Bar_Normal_Helper = struct{ ... } + var Bar_TooManyArgs_Helper = struct{ ... } + var Echo_EchoBinary_Helper = struct{ ... } + var Echo_EchoBool_Helper = struct{ ... } + var Echo_EchoDouble_Helper = struct{ ... } + var Echo_EchoEnum_Helper = struct{ ... } + var Echo_EchoI16_Helper = struct{ ... } + var Echo_EchoI32Map_Helper = struct{ ... } + var Echo_EchoI32_Helper = struct{ ... } + var Echo_EchoI64_Helper = struct{ ... } + var Echo_EchoI8_Helper = struct{ ... } + var Echo_EchoStringList_Helper = struct{ ... } + var Echo_EchoStringMap_Helper = struct{ ... } + var Echo_EchoStringSet_Helper = struct{ ... } + var Echo_EchoString_Helper = struct{ ... } + var Echo_EchoStructList_Helper = struct{ ... } + var Echo_EchoStructMap_Helper = struct{ ... } + var Echo_EchoStructSet_Helper = struct{ ... } + var Echo_EchoTypedef_Helper = struct{ ... } + type BarException struct + StringField string + func (*BarException) ErrorName() string + func (v *BarException) Equals(rhs *BarException) bool + func (v *BarException) Error() string + func (v *BarException) FromWire(w wire.Value) error + func (v *BarException) GetStringField() (o string) + func (v *BarException) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *BarException) String() string + func (v *BarException) ToWire() (wire.Value, error) + func (v *BarException) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BarException) UnmarshalJSON(data []byte) error + func (v BarException) MarshalEasyJSON(w *jwriter.Writer) + func (v BarException) MarshalJSON() ([]byte, error) + type BarRequest struct + BinaryField []byte + BoolField bool + EnumField Fruit + LongField Long + StringField string + Timestamp Timestamp + func (v *BarRequest) Equals(rhs *BarRequest) bool + func (v *BarRequest) FromWire(w wire.Value) error + func (v *BarRequest) GetBinaryField() (o []byte) + func (v *BarRequest) GetBoolField() (o bool) + func (v *BarRequest) GetEnumField() (o Fruit) + func (v *BarRequest) GetLongField() (o Long) + func (v *BarRequest) GetStringField() (o string) + func (v *BarRequest) GetTimestamp() (o Timestamp) + func (v *BarRequest) IsSetBinaryField() bool + func (v *BarRequest) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *BarRequest) String() string + func (v *BarRequest) ToWire() (wire.Value, error) + func (v *BarRequest) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BarRequest) UnmarshalJSON(data []byte) error + func (v BarRequest) MarshalEasyJSON(w *jwriter.Writer) + func (v BarRequest) MarshalJSON() ([]byte, error) + type BarRequestRecur struct + Name string + Recur *BarRequestRecur + func (v *BarRequestRecur) Equals(rhs *BarRequestRecur) bool + func (v *BarRequestRecur) FromWire(w wire.Value) error + func (v *BarRequestRecur) GetName() (o string) + func (v *BarRequestRecur) GetRecur() (o *BarRequestRecur) + func (v *BarRequestRecur) IsSetRecur() bool + func (v *BarRequestRecur) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *BarRequestRecur) String() string + func (v *BarRequestRecur) ToWire() (wire.Value, error) + func (v *BarRequestRecur) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BarRequestRecur) UnmarshalJSON(data []byte) error + func (v BarRequestRecur) MarshalEasyJSON(w *jwriter.Writer) + func (v BarRequestRecur) MarshalJSON() ([]byte, error) + type BarResponse struct + BinaryField []byte + IntWithRange int32 + IntWithoutRange int32 + MapIntWithRange map[UUID]int32 + MapIntWithoutRange map[string]int32 + NextResponse *BarResponse + StringField string + func (v *BarResponse) Equals(rhs *BarResponse) bool + func (v *BarResponse) FromWire(w wire.Value) error + func (v *BarResponse) GetBinaryField() (o []byte) + func (v *BarResponse) GetIntWithRange() (o int32) + func (v *BarResponse) GetIntWithoutRange() (o int32) + func (v *BarResponse) GetMapIntWithRange() (o map[UUID]int32) + func (v *BarResponse) GetMapIntWithoutRange() (o map[string]int32) + func (v *BarResponse) GetNextResponse() (o *BarResponse) + func (v *BarResponse) GetStringField() (o string) + func (v *BarResponse) IsSetBinaryField() bool + func (v *BarResponse) IsSetMapIntWithRange() bool + func (v *BarResponse) IsSetMapIntWithoutRange() bool + func (v *BarResponse) IsSetNextResponse() bool + func (v *BarResponse) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *BarResponse) String() string + func (v *BarResponse) ToWire() (wire.Value, error) + func (v *BarResponse) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BarResponse) UnmarshalJSON(data []byte) error + func (v BarResponse) MarshalEasyJSON(w *jwriter.Writer) + func (v BarResponse) MarshalJSON() ([]byte, error) + type BarResponseRecur struct + Height int32 + Nodes []string + func (v *BarResponseRecur) Equals(rhs *BarResponseRecur) bool + func (v *BarResponseRecur) FromWire(w wire.Value) error + func (v *BarResponseRecur) GetHeight() (o int32) + func (v *BarResponseRecur) GetNodes() (o []string) + func (v *BarResponseRecur) IsSetNodes() bool + func (v *BarResponseRecur) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *BarResponseRecur) String() string + func (v *BarResponseRecur) ToWire() (wire.Value, error) + func (v *BarResponseRecur) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BarResponseRecur) UnmarshalJSON(data []byte) error + func (v BarResponseRecur) MarshalEasyJSON(w *jwriter.Writer) + func (v BarResponseRecur) MarshalJSON() ([]byte, error) + type Bar_ArgNotStruct_Args struct + Request string + func (v *Bar_ArgNotStruct_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgNotStruct_Args) Equals(rhs *Bar_ArgNotStruct_Args) bool + func (v *Bar_ArgNotStruct_Args) FromWire(w wire.Value) error + func (v *Bar_ArgNotStruct_Args) GetRequest() (o string) + func (v *Bar_ArgNotStruct_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgNotStruct_Args) MethodName() string + func (v *Bar_ArgNotStruct_Args) String() string + func (v *Bar_ArgNotStruct_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgNotStruct_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgNotStruct_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgNotStruct_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgNotStruct_Args) MarshalJSON() ([]byte, error) + type Bar_ArgNotStruct_Result struct + BarException *BarException + func (v *Bar_ArgNotStruct_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgNotStruct_Result) Equals(rhs *Bar_ArgNotStruct_Result) bool + func (v *Bar_ArgNotStruct_Result) FromWire(w wire.Value) error + func (v *Bar_ArgNotStruct_Result) GetBarException() (o *BarException) + func (v *Bar_ArgNotStruct_Result) IsSetBarException() bool + func (v *Bar_ArgNotStruct_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgNotStruct_Result) MethodName() string + func (v *Bar_ArgNotStruct_Result) String() string + func (v *Bar_ArgNotStruct_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgNotStruct_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgNotStruct_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgNotStruct_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgNotStruct_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithHeaders_Args struct + Name string + ParamsStruct *OptionalParamsStruct + UserUUID *string + func (v *Bar_ArgWithHeaders_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithHeaders_Args) Equals(rhs *Bar_ArgWithHeaders_Args) bool + func (v *Bar_ArgWithHeaders_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithHeaders_Args) GetName() (o string) + func (v *Bar_ArgWithHeaders_Args) GetParamsStruct() (o *OptionalParamsStruct) + func (v *Bar_ArgWithHeaders_Args) GetUserUUID() (o string) + func (v *Bar_ArgWithHeaders_Args) IsSetParamsStruct() bool + func (v *Bar_ArgWithHeaders_Args) IsSetUserUUID() bool + func (v *Bar_ArgWithHeaders_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithHeaders_Args) MethodName() string + func (v *Bar_ArgWithHeaders_Args) String() string + func (v *Bar_ArgWithHeaders_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithHeaders_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithHeaders_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithHeaders_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithHeaders_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithHeaders_Result struct + Success *BarResponse + func (v *Bar_ArgWithHeaders_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithHeaders_Result) Equals(rhs *Bar_ArgWithHeaders_Result) bool + func (v *Bar_ArgWithHeaders_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithHeaders_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithHeaders_Result) IsSetSuccess() bool + func (v *Bar_ArgWithHeaders_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithHeaders_Result) MethodName() string + func (v *Bar_ArgWithHeaders_Result) String() string + func (v *Bar_ArgWithHeaders_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithHeaders_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithHeaders_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithHeaders_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithHeaders_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithManyQueryParams_Args struct + ABool bool + AFloat64 float64 + AInt16 int16 + AInt32 int32 + AInt64 int64 + AInt8 int8 + AListUUID []UUID + AReqDemo DemoType + AReqFruits []Fruit + AStr string + AStringList StringList + ATs Timestamp + AUUID UUID + AUUIDList UUIDList + AnOptBool *bool + AnOptDemos []DemoType + AnOptFloat64 *float64 + AnOptFruit *Fruit + AnOptInt16 *int16 + AnOptInt32 *int32 + AnOptInt64 *int64 + AnOptInt8 *int8 + AnOptListUUID []UUID + AnOptStr *string + AnOptStringList StringList + AnOptTs *Timestamp + AnOptUUID *UUID + AnOptUUIDList UUIDList + func (v *Bar_ArgWithManyQueryParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithManyQueryParams_Args) Equals(rhs *Bar_ArgWithManyQueryParams_Args) bool + func (v *Bar_ArgWithManyQueryParams_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithManyQueryParams_Args) GetABool() (o bool) + func (v *Bar_ArgWithManyQueryParams_Args) GetAFloat64() (o float64) + func (v *Bar_ArgWithManyQueryParams_Args) GetAInt16() (o int16) + func (v *Bar_ArgWithManyQueryParams_Args) GetAInt32() (o int32) + func (v *Bar_ArgWithManyQueryParams_Args) GetAInt64() (o int64) + func (v *Bar_ArgWithManyQueryParams_Args) GetAInt8() (o int8) + func (v *Bar_ArgWithManyQueryParams_Args) GetAListUUID() (o []UUID) + func (v *Bar_ArgWithManyQueryParams_Args) GetAReqDemo() (o DemoType) + func (v *Bar_ArgWithManyQueryParams_Args) GetAReqFruits() (o []Fruit) + func (v *Bar_ArgWithManyQueryParams_Args) GetAStr() (o string) + func (v *Bar_ArgWithManyQueryParams_Args) GetAStringList() (o StringList) + func (v *Bar_ArgWithManyQueryParams_Args) GetATs() (o Timestamp) + func (v *Bar_ArgWithManyQueryParams_Args) GetAUUID() (o UUID) + func (v *Bar_ArgWithManyQueryParams_Args) GetAUUIDList() (o UUIDList) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptBool() (o bool) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptDemos() (o []DemoType) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptFloat64() (o float64) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptFruit() (o Fruit) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptInt16() (o int16) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptInt32() (o int32) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptInt64() (o int64) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptInt8() (o int8) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptListUUID() (o []UUID) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptStr() (o string) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptStringList() (o StringList) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptTs() (o Timestamp) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptUUID() (o UUID) + func (v *Bar_ArgWithManyQueryParams_Args) GetAnOptUUIDList() (o UUIDList) + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAListUUID() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAReqFruits() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAStringList() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAUUIDList() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptBool() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptDemos() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptFloat64() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptFruit() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptInt16() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptInt32() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptInt64() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptInt8() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptListUUID() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptStr() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptStringList() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptTs() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptUUID() bool + func (v *Bar_ArgWithManyQueryParams_Args) IsSetAnOptUUIDList() bool + func (v *Bar_ArgWithManyQueryParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithManyQueryParams_Args) MethodName() string + func (v *Bar_ArgWithManyQueryParams_Args) String() string + func (v *Bar_ArgWithManyQueryParams_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithManyQueryParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithManyQueryParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithManyQueryParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithManyQueryParams_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithManyQueryParams_Result struct + Success *BarResponse + func (v *Bar_ArgWithManyQueryParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithManyQueryParams_Result) Equals(rhs *Bar_ArgWithManyQueryParams_Result) bool + func (v *Bar_ArgWithManyQueryParams_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithManyQueryParams_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithManyQueryParams_Result) IsSetSuccess() bool + func (v *Bar_ArgWithManyQueryParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithManyQueryParams_Result) MethodName() string + func (v *Bar_ArgWithManyQueryParams_Result) String() string + func (v *Bar_ArgWithManyQueryParams_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithManyQueryParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithManyQueryParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithManyQueryParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithManyQueryParams_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithNearDupQueryParams_Args struct + Four *string + One string + Three *string + Two *int32 + func (v *Bar_ArgWithNearDupQueryParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithNearDupQueryParams_Args) Equals(rhs *Bar_ArgWithNearDupQueryParams_Args) bool + func (v *Bar_ArgWithNearDupQueryParams_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithNearDupQueryParams_Args) GetFour() (o string) + func (v *Bar_ArgWithNearDupQueryParams_Args) GetOne() (o string) + func (v *Bar_ArgWithNearDupQueryParams_Args) GetThree() (o string) + func (v *Bar_ArgWithNearDupQueryParams_Args) GetTwo() (o int32) + func (v *Bar_ArgWithNearDupQueryParams_Args) IsSetFour() bool + func (v *Bar_ArgWithNearDupQueryParams_Args) IsSetThree() bool + func (v *Bar_ArgWithNearDupQueryParams_Args) IsSetTwo() bool + func (v *Bar_ArgWithNearDupQueryParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithNearDupQueryParams_Args) MethodName() string + func (v *Bar_ArgWithNearDupQueryParams_Args) String() string + func (v *Bar_ArgWithNearDupQueryParams_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithNearDupQueryParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithNearDupQueryParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithNearDupQueryParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithNearDupQueryParams_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithNearDupQueryParams_Result struct + Success *BarResponse + func (v *Bar_ArgWithNearDupQueryParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithNearDupQueryParams_Result) Equals(rhs *Bar_ArgWithNearDupQueryParams_Result) bool + func (v *Bar_ArgWithNearDupQueryParams_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithNearDupQueryParams_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithNearDupQueryParams_Result) IsSetSuccess() bool + func (v *Bar_ArgWithNearDupQueryParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithNearDupQueryParams_Result) MethodName() string + func (v *Bar_ArgWithNearDupQueryParams_Result) String() string + func (v *Bar_ArgWithNearDupQueryParams_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithNearDupQueryParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithNearDupQueryParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithNearDupQueryParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithNearDupQueryParams_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithNestedQueryParams_Args struct + Opt *QueryParamsOptsStruct + Request *QueryParamsStruct + func (v *Bar_ArgWithNestedQueryParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithNestedQueryParams_Args) Equals(rhs *Bar_ArgWithNestedQueryParams_Args) bool + func (v *Bar_ArgWithNestedQueryParams_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithNestedQueryParams_Args) GetOpt() (o *QueryParamsOptsStruct) + func (v *Bar_ArgWithNestedQueryParams_Args) GetRequest() (o *QueryParamsStruct) + func (v *Bar_ArgWithNestedQueryParams_Args) IsSetOpt() bool + func (v *Bar_ArgWithNestedQueryParams_Args) IsSetRequest() bool + func (v *Bar_ArgWithNestedQueryParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithNestedQueryParams_Args) MethodName() string + func (v *Bar_ArgWithNestedQueryParams_Args) String() string + func (v *Bar_ArgWithNestedQueryParams_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithNestedQueryParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithNestedQueryParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithNestedQueryParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithNestedQueryParams_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithNestedQueryParams_Result struct + Success *BarResponse + func (v *Bar_ArgWithNestedQueryParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithNestedQueryParams_Result) Equals(rhs *Bar_ArgWithNestedQueryParams_Result) bool + func (v *Bar_ArgWithNestedQueryParams_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithNestedQueryParams_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithNestedQueryParams_Result) IsSetSuccess() bool + func (v *Bar_ArgWithNestedQueryParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithNestedQueryParams_Result) MethodName() string + func (v *Bar_ArgWithNestedQueryParams_Result) String() string + func (v *Bar_ArgWithNestedQueryParams_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithNestedQueryParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithNestedQueryParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithNestedQueryParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithNestedQueryParams_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithParamsAndDuplicateFields_Args struct + EntityUUID string + Request *RequestWithDuplicateType + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) Equals(rhs *Bar_ArgWithParamsAndDuplicateFields_Args) bool + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) GetEntityUUID() (o string) + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) GetRequest() (o *RequestWithDuplicateType) + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) IsSetRequest() bool + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) MethodName() string + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) String() string + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithParamsAndDuplicateFields_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithParamsAndDuplicateFields_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithParamsAndDuplicateFields_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithParamsAndDuplicateFields_Result struct + Success *BarResponse + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) Equals(rhs *Bar_ArgWithParamsAndDuplicateFields_Result) bool + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) IsSetSuccess() bool + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) MethodName() string + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) String() string + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithParamsAndDuplicateFields_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithParamsAndDuplicateFields_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithParamsAndDuplicateFields_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithParams_Args struct + Params *ParamsStruct + UUID string + func (v *Bar_ArgWithParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithParams_Args) Equals(rhs *Bar_ArgWithParams_Args) bool + func (v *Bar_ArgWithParams_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithParams_Args) GetParams() (o *ParamsStruct) + func (v *Bar_ArgWithParams_Args) GetUUID() (o string) + func (v *Bar_ArgWithParams_Args) IsSetParams() bool + func (v *Bar_ArgWithParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithParams_Args) MethodName() string + func (v *Bar_ArgWithParams_Args) String() string + func (v *Bar_ArgWithParams_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithParams_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithParams_Result struct + Success *BarResponse + func (v *Bar_ArgWithParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithParams_Result) Equals(rhs *Bar_ArgWithParams_Result) bool + func (v *Bar_ArgWithParams_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithParams_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithParams_Result) IsSetSuccess() bool + func (v *Bar_ArgWithParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithParams_Result) MethodName() string + func (v *Bar_ArgWithParams_Result) String() string + func (v *Bar_ArgWithParams_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithParams_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithQueryHeader_Args struct + UserUUID *string + func (v *Bar_ArgWithQueryHeader_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithQueryHeader_Args) Equals(rhs *Bar_ArgWithQueryHeader_Args) bool + func (v *Bar_ArgWithQueryHeader_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithQueryHeader_Args) GetUserUUID() (o string) + func (v *Bar_ArgWithQueryHeader_Args) IsSetUserUUID() bool + func (v *Bar_ArgWithQueryHeader_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithQueryHeader_Args) MethodName() string + func (v *Bar_ArgWithQueryHeader_Args) String() string + func (v *Bar_ArgWithQueryHeader_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithQueryHeader_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithQueryHeader_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithQueryHeader_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithQueryHeader_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithQueryHeader_Result struct + Success *BarResponse + func (v *Bar_ArgWithQueryHeader_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithQueryHeader_Result) Equals(rhs *Bar_ArgWithQueryHeader_Result) bool + func (v *Bar_ArgWithQueryHeader_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithQueryHeader_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithQueryHeader_Result) IsSetSuccess() bool + func (v *Bar_ArgWithQueryHeader_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithQueryHeader_Result) MethodName() string + func (v *Bar_ArgWithQueryHeader_Result) String() string + func (v *Bar_ArgWithQueryHeader_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithQueryHeader_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithQueryHeader_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithQueryHeader_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithQueryHeader_Result) MarshalJSON() ([]byte, error) + type Bar_ArgWithQueryParams_Args struct + Bar []int8 + Foo []string + Name string + UserUUID *string + func (v *Bar_ArgWithQueryParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithQueryParams_Args) Equals(rhs *Bar_ArgWithQueryParams_Args) bool + func (v *Bar_ArgWithQueryParams_Args) FromWire(w wire.Value) error + func (v *Bar_ArgWithQueryParams_Args) GetBar() (o []int8) + func (v *Bar_ArgWithQueryParams_Args) GetFoo() (o []string) + func (v *Bar_ArgWithQueryParams_Args) GetName() (o string) + func (v *Bar_ArgWithQueryParams_Args) GetUserUUID() (o string) + func (v *Bar_ArgWithQueryParams_Args) IsSetBar() bool + func (v *Bar_ArgWithQueryParams_Args) IsSetFoo() bool + func (v *Bar_ArgWithQueryParams_Args) IsSetUserUUID() bool + func (v *Bar_ArgWithQueryParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithQueryParams_Args) MethodName() string + func (v *Bar_ArgWithQueryParams_Args) String() string + func (v *Bar_ArgWithQueryParams_Args) ToWire() (wire.Value, error) + func (v *Bar_ArgWithQueryParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithQueryParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithQueryParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithQueryParams_Args) MarshalJSON() ([]byte, error) + type Bar_ArgWithQueryParams_Result struct + Success *BarResponse + func (v *Bar_ArgWithQueryParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ArgWithQueryParams_Result) Equals(rhs *Bar_ArgWithQueryParams_Result) bool + func (v *Bar_ArgWithQueryParams_Result) FromWire(w wire.Value) error + func (v *Bar_ArgWithQueryParams_Result) GetSuccess() (o *BarResponse) + func (v *Bar_ArgWithQueryParams_Result) IsSetSuccess() bool + func (v *Bar_ArgWithQueryParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ArgWithQueryParams_Result) MethodName() string + func (v *Bar_ArgWithQueryParams_Result) String() string + func (v *Bar_ArgWithQueryParams_Result) ToWire() (wire.Value, error) + func (v *Bar_ArgWithQueryParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ArgWithQueryParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_ArgWithQueryParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ArgWithQueryParams_Result) MarshalJSON() ([]byte, error) + type Bar_DeleteFoo_Args struct + UserUUID string + func (v *Bar_DeleteFoo_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteFoo_Args) Equals(rhs *Bar_DeleteFoo_Args) bool + func (v *Bar_DeleteFoo_Args) FromWire(w wire.Value) error + func (v *Bar_DeleteFoo_Args) GetUserUUID() (o string) + func (v *Bar_DeleteFoo_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteFoo_Args) MethodName() string + func (v *Bar_DeleteFoo_Args) String() string + func (v *Bar_DeleteFoo_Args) ToWire() (wire.Value, error) + func (v *Bar_DeleteFoo_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteFoo_Args) UnmarshalJSON(data []byte) error + func (v Bar_DeleteFoo_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteFoo_Args) MarshalJSON() ([]byte, error) + type Bar_DeleteFoo_Result struct + func (v *Bar_DeleteFoo_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteFoo_Result) Equals(rhs *Bar_DeleteFoo_Result) bool + func (v *Bar_DeleteFoo_Result) FromWire(w wire.Value) error + func (v *Bar_DeleteFoo_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteFoo_Result) MethodName() string + func (v *Bar_DeleteFoo_Result) String() string + func (v *Bar_DeleteFoo_Result) ToWire() (wire.Value, error) + func (v *Bar_DeleteFoo_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteFoo_Result) UnmarshalJSON(data []byte) error + func (v Bar_DeleteFoo_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteFoo_Result) MarshalJSON() ([]byte, error) + type Bar_DeleteWithBody_Args struct + Count *int32 + Filter string + func (v *Bar_DeleteWithBody_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteWithBody_Args) Equals(rhs *Bar_DeleteWithBody_Args) bool + func (v *Bar_DeleteWithBody_Args) FromWire(w wire.Value) error + func (v *Bar_DeleteWithBody_Args) GetCount() (o int32) + func (v *Bar_DeleteWithBody_Args) GetFilter() (o string) + func (v *Bar_DeleteWithBody_Args) IsSetCount() bool + func (v *Bar_DeleteWithBody_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteWithBody_Args) MethodName() string + func (v *Bar_DeleteWithBody_Args) String() string + func (v *Bar_DeleteWithBody_Args) ToWire() (wire.Value, error) + func (v *Bar_DeleteWithBody_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteWithBody_Args) UnmarshalJSON(data []byte) error + func (v Bar_DeleteWithBody_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteWithBody_Args) MarshalJSON() ([]byte, error) + type Bar_DeleteWithBody_Result struct + func (v *Bar_DeleteWithBody_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteWithBody_Result) Equals(rhs *Bar_DeleteWithBody_Result) bool + func (v *Bar_DeleteWithBody_Result) FromWire(w wire.Value) error + func (v *Bar_DeleteWithBody_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteWithBody_Result) MethodName() string + func (v *Bar_DeleteWithBody_Result) String() string + func (v *Bar_DeleteWithBody_Result) ToWire() (wire.Value, error) + func (v *Bar_DeleteWithBody_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteWithBody_Result) UnmarshalJSON(data []byte) error + func (v Bar_DeleteWithBody_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteWithBody_Result) MarshalJSON() ([]byte, error) + type Bar_DeleteWithQueryParams_Args struct + Count *int32 + Filter string + func (v *Bar_DeleteWithQueryParams_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteWithQueryParams_Args) Equals(rhs *Bar_DeleteWithQueryParams_Args) bool + func (v *Bar_DeleteWithQueryParams_Args) FromWire(w wire.Value) error + func (v *Bar_DeleteWithQueryParams_Args) GetCount() (o int32) + func (v *Bar_DeleteWithQueryParams_Args) GetFilter() (o string) + func (v *Bar_DeleteWithQueryParams_Args) IsSetCount() bool + func (v *Bar_DeleteWithQueryParams_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteWithQueryParams_Args) MethodName() string + func (v *Bar_DeleteWithQueryParams_Args) String() string + func (v *Bar_DeleteWithQueryParams_Args) ToWire() (wire.Value, error) + func (v *Bar_DeleteWithQueryParams_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteWithQueryParams_Args) UnmarshalJSON(data []byte) error + func (v Bar_DeleteWithQueryParams_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteWithQueryParams_Args) MarshalJSON() ([]byte, error) + type Bar_DeleteWithQueryParams_Result struct + func (v *Bar_DeleteWithQueryParams_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_DeleteWithQueryParams_Result) Equals(rhs *Bar_DeleteWithQueryParams_Result) bool + func (v *Bar_DeleteWithQueryParams_Result) FromWire(w wire.Value) error + func (v *Bar_DeleteWithQueryParams_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_DeleteWithQueryParams_Result) MethodName() string + func (v *Bar_DeleteWithQueryParams_Result) String() string + func (v *Bar_DeleteWithQueryParams_Result) ToWire() (wire.Value, error) + func (v *Bar_DeleteWithQueryParams_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_DeleteWithQueryParams_Result) UnmarshalJSON(data []byte) error + func (v Bar_DeleteWithQueryParams_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_DeleteWithQueryParams_Result) MarshalJSON() ([]byte, error) + type Bar_HelloWorld_Args struct + func (v *Bar_HelloWorld_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_HelloWorld_Args) Equals(rhs *Bar_HelloWorld_Args) bool + func (v *Bar_HelloWorld_Args) FromWire(w wire.Value) error + func (v *Bar_HelloWorld_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_HelloWorld_Args) MethodName() string + func (v *Bar_HelloWorld_Args) String() string + func (v *Bar_HelloWorld_Args) ToWire() (wire.Value, error) + func (v *Bar_HelloWorld_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_HelloWorld_Args) UnmarshalJSON(data []byte) error + func (v Bar_HelloWorld_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_HelloWorld_Args) MarshalJSON() ([]byte, error) + type Bar_HelloWorld_Result struct + BarException *BarException + SeeOthersRedirection *SeeOthersRedirection + Success *string + func (v *Bar_HelloWorld_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_HelloWorld_Result) Equals(rhs *Bar_HelloWorld_Result) bool + func (v *Bar_HelloWorld_Result) FromWire(w wire.Value) error + func (v *Bar_HelloWorld_Result) GetBarException() (o *BarException) + func (v *Bar_HelloWorld_Result) GetSeeOthersRedirection() (o *SeeOthersRedirection) + func (v *Bar_HelloWorld_Result) GetSuccess() (o string) + func (v *Bar_HelloWorld_Result) IsSetBarException() bool + func (v *Bar_HelloWorld_Result) IsSetSeeOthersRedirection() bool + func (v *Bar_HelloWorld_Result) IsSetSuccess() bool + func (v *Bar_HelloWorld_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_HelloWorld_Result) MethodName() string + func (v *Bar_HelloWorld_Result) String() string + func (v *Bar_HelloWorld_Result) ToWire() (wire.Value, error) + func (v *Bar_HelloWorld_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_HelloWorld_Result) UnmarshalJSON(data []byte) error + func (v Bar_HelloWorld_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_HelloWorld_Result) MarshalJSON() ([]byte, error) + type Bar_ListAndEnum_Args struct + DemoIds []string + DemoType *DemoType + Demos []DemoType + func (v *Bar_ListAndEnum_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_ListAndEnum_Args) Equals(rhs *Bar_ListAndEnum_Args) bool + func (v *Bar_ListAndEnum_Args) FromWire(w wire.Value) error + func (v *Bar_ListAndEnum_Args) GetDemoIds() (o []string) + func (v *Bar_ListAndEnum_Args) GetDemoType() (o DemoType) + func (v *Bar_ListAndEnum_Args) GetDemos() (o []DemoType) + func (v *Bar_ListAndEnum_Args) IsSetDemoIds() bool + func (v *Bar_ListAndEnum_Args) IsSetDemoType() bool + func (v *Bar_ListAndEnum_Args) IsSetDemos() bool + func (v *Bar_ListAndEnum_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ListAndEnum_Args) MethodName() string + func (v *Bar_ListAndEnum_Args) String() string + func (v *Bar_ListAndEnum_Args) ToWire() (wire.Value, error) + func (v *Bar_ListAndEnum_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ListAndEnum_Args) UnmarshalJSON(data []byte) error + func (v Bar_ListAndEnum_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ListAndEnum_Args) MarshalJSON() ([]byte, error) + type Bar_ListAndEnum_Result struct + BarException *BarException + Success *string + func (v *Bar_ListAndEnum_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_ListAndEnum_Result) Equals(rhs *Bar_ListAndEnum_Result) bool + func (v *Bar_ListAndEnum_Result) FromWire(w wire.Value) error + func (v *Bar_ListAndEnum_Result) GetBarException() (o *BarException) + func (v *Bar_ListAndEnum_Result) GetSuccess() (o string) + func (v *Bar_ListAndEnum_Result) IsSetBarException() bool + func (v *Bar_ListAndEnum_Result) IsSetSuccess() bool + func (v *Bar_ListAndEnum_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_ListAndEnum_Result) MethodName() string + func (v *Bar_ListAndEnum_Result) String() string + func (v *Bar_ListAndEnum_Result) ToWire() (wire.Value, error) + func (v *Bar_ListAndEnum_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_ListAndEnum_Result) UnmarshalJSON(data []byte) error + func (v Bar_ListAndEnum_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_ListAndEnum_Result) MarshalJSON() ([]byte, error) + type Bar_MissingArg_Args struct + func (v *Bar_MissingArg_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_MissingArg_Args) Equals(rhs *Bar_MissingArg_Args) bool + func (v *Bar_MissingArg_Args) FromWire(w wire.Value) error + func (v *Bar_MissingArg_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_MissingArg_Args) MethodName() string + func (v *Bar_MissingArg_Args) String() string + func (v *Bar_MissingArg_Args) ToWire() (wire.Value, error) + func (v *Bar_MissingArg_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_MissingArg_Args) UnmarshalJSON(data []byte) error + func (v Bar_MissingArg_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_MissingArg_Args) MarshalJSON() ([]byte, error) + type Bar_MissingArg_Result struct + BarException *BarException + Success *BarResponse + func (v *Bar_MissingArg_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_MissingArg_Result) Equals(rhs *Bar_MissingArg_Result) bool + func (v *Bar_MissingArg_Result) FromWire(w wire.Value) error + func (v *Bar_MissingArg_Result) GetBarException() (o *BarException) + func (v *Bar_MissingArg_Result) GetSuccess() (o *BarResponse) + func (v *Bar_MissingArg_Result) IsSetBarException() bool + func (v *Bar_MissingArg_Result) IsSetSuccess() bool + func (v *Bar_MissingArg_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_MissingArg_Result) MethodName() string + func (v *Bar_MissingArg_Result) String() string + func (v *Bar_MissingArg_Result) ToWire() (wire.Value, error) + func (v *Bar_MissingArg_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_MissingArg_Result) UnmarshalJSON(data []byte) error + func (v Bar_MissingArg_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_MissingArg_Result) MarshalJSON() ([]byte, error) + type Bar_NoRequest_Args struct + func (v *Bar_NoRequest_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_NoRequest_Args) Equals(rhs *Bar_NoRequest_Args) bool + func (v *Bar_NoRequest_Args) FromWire(w wire.Value) error + func (v *Bar_NoRequest_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_NoRequest_Args) MethodName() string + func (v *Bar_NoRequest_Args) String() string + func (v *Bar_NoRequest_Args) ToWire() (wire.Value, error) + func (v *Bar_NoRequest_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_NoRequest_Args) UnmarshalJSON(data []byte) error + func (v Bar_NoRequest_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_NoRequest_Args) MarshalJSON() ([]byte, error) + type Bar_NoRequest_Result struct + BarException *BarException + Success *BarResponse + func (v *Bar_NoRequest_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_NoRequest_Result) Equals(rhs *Bar_NoRequest_Result) bool + func (v *Bar_NoRequest_Result) FromWire(w wire.Value) error + func (v *Bar_NoRequest_Result) GetBarException() (o *BarException) + func (v *Bar_NoRequest_Result) GetSuccess() (o *BarResponse) + func (v *Bar_NoRequest_Result) IsSetBarException() bool + func (v *Bar_NoRequest_Result) IsSetSuccess() bool + func (v *Bar_NoRequest_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_NoRequest_Result) MethodName() string + func (v *Bar_NoRequest_Result) String() string + func (v *Bar_NoRequest_Result) ToWire() (wire.Value, error) + func (v *Bar_NoRequest_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_NoRequest_Result) UnmarshalJSON(data []byte) error + func (v Bar_NoRequest_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_NoRequest_Result) MarshalJSON() ([]byte, error) + type Bar_NormalRecur_Args struct + Request *BarRequestRecur + func (v *Bar_NormalRecur_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_NormalRecur_Args) Equals(rhs *Bar_NormalRecur_Args) bool + func (v *Bar_NormalRecur_Args) FromWire(w wire.Value) error + func (v *Bar_NormalRecur_Args) GetRequest() (o *BarRequestRecur) + func (v *Bar_NormalRecur_Args) IsSetRequest() bool + func (v *Bar_NormalRecur_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_NormalRecur_Args) MethodName() string + func (v *Bar_NormalRecur_Args) String() string + func (v *Bar_NormalRecur_Args) ToWire() (wire.Value, error) + func (v *Bar_NormalRecur_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_NormalRecur_Args) UnmarshalJSON(data []byte) error + func (v Bar_NormalRecur_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_NormalRecur_Args) MarshalJSON() ([]byte, error) + type Bar_NormalRecur_Result struct + BarException *BarException + Success *BarResponseRecur + func (v *Bar_NormalRecur_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_NormalRecur_Result) Equals(rhs *Bar_NormalRecur_Result) bool + func (v *Bar_NormalRecur_Result) FromWire(w wire.Value) error + func (v *Bar_NormalRecur_Result) GetBarException() (o *BarException) + func (v *Bar_NormalRecur_Result) GetSuccess() (o *BarResponseRecur) + func (v *Bar_NormalRecur_Result) IsSetBarException() bool + func (v *Bar_NormalRecur_Result) IsSetSuccess() bool + func (v *Bar_NormalRecur_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_NormalRecur_Result) MethodName() string + func (v *Bar_NormalRecur_Result) String() string + func (v *Bar_NormalRecur_Result) ToWire() (wire.Value, error) + func (v *Bar_NormalRecur_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_NormalRecur_Result) UnmarshalJSON(data []byte) error + func (v Bar_NormalRecur_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_NormalRecur_Result) MarshalJSON() ([]byte, error) + type Bar_Normal_Args struct + Request *BarRequest + func (v *Bar_Normal_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_Normal_Args) Equals(rhs *Bar_Normal_Args) bool + func (v *Bar_Normal_Args) FromWire(w wire.Value) error + func (v *Bar_Normal_Args) GetRequest() (o *BarRequest) + func (v *Bar_Normal_Args) IsSetRequest() bool + func (v *Bar_Normal_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_Normal_Args) MethodName() string + func (v *Bar_Normal_Args) String() string + func (v *Bar_Normal_Args) ToWire() (wire.Value, error) + func (v *Bar_Normal_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_Normal_Args) UnmarshalJSON(data []byte) error + func (v Bar_Normal_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_Normal_Args) MarshalJSON() ([]byte, error) + type Bar_Normal_Result struct + BarException *BarException + Success *BarResponse + func (v *Bar_Normal_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_Normal_Result) Equals(rhs *Bar_Normal_Result) bool + func (v *Bar_Normal_Result) FromWire(w wire.Value) error + func (v *Bar_Normal_Result) GetBarException() (o *BarException) + func (v *Bar_Normal_Result) GetSuccess() (o *BarResponse) + func (v *Bar_Normal_Result) IsSetBarException() bool + func (v *Bar_Normal_Result) IsSetSuccess() bool + func (v *Bar_Normal_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_Normal_Result) MethodName() string + func (v *Bar_Normal_Result) String() string + func (v *Bar_Normal_Result) ToWire() (wire.Value, error) + func (v *Bar_Normal_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_Normal_Result) UnmarshalJSON(data []byte) error + func (v Bar_Normal_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_Normal_Result) MarshalJSON() ([]byte, error) + type Bar_TooManyArgs_Args struct + Foo *foo.FooStruct + Request *BarRequest + func (v *Bar_TooManyArgs_Args) EnvelopeType() wire.EnvelopeType + func (v *Bar_TooManyArgs_Args) Equals(rhs *Bar_TooManyArgs_Args) bool + func (v *Bar_TooManyArgs_Args) FromWire(w wire.Value) error + func (v *Bar_TooManyArgs_Args) GetFoo() (o *foo.FooStruct) + func (v *Bar_TooManyArgs_Args) GetRequest() (o *BarRequest) + func (v *Bar_TooManyArgs_Args) IsSetFoo() bool + func (v *Bar_TooManyArgs_Args) IsSetRequest() bool + func (v *Bar_TooManyArgs_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_TooManyArgs_Args) MethodName() string + func (v *Bar_TooManyArgs_Args) String() string + func (v *Bar_TooManyArgs_Args) ToWire() (wire.Value, error) + func (v *Bar_TooManyArgs_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_TooManyArgs_Args) UnmarshalJSON(data []byte) error + func (v Bar_TooManyArgs_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_TooManyArgs_Args) MarshalJSON() ([]byte, error) + type Bar_TooManyArgs_Result struct + BarException *BarException + FooException *foo.FooException + Success *BarResponse + func (v *Bar_TooManyArgs_Result) EnvelopeType() wire.EnvelopeType + func (v *Bar_TooManyArgs_Result) Equals(rhs *Bar_TooManyArgs_Result) bool + func (v *Bar_TooManyArgs_Result) FromWire(w wire.Value) error + func (v *Bar_TooManyArgs_Result) GetBarException() (o *BarException) + func (v *Bar_TooManyArgs_Result) GetFooException() (o *foo.FooException) + func (v *Bar_TooManyArgs_Result) GetSuccess() (o *BarResponse) + func (v *Bar_TooManyArgs_Result) IsSetBarException() bool + func (v *Bar_TooManyArgs_Result) IsSetFooException() bool + func (v *Bar_TooManyArgs_Result) IsSetSuccess() bool + func (v *Bar_TooManyArgs_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Bar_TooManyArgs_Result) MethodName() string + func (v *Bar_TooManyArgs_Result) String() string + func (v *Bar_TooManyArgs_Result) ToWire() (wire.Value, error) + func (v *Bar_TooManyArgs_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Bar_TooManyArgs_Result) UnmarshalJSON(data []byte) error + func (v Bar_TooManyArgs_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Bar_TooManyArgs_Result) MarshalJSON() ([]byte, error) + type DemoType int32 + const DemoTypeFirst + const DemoTypeSecond + func DemoType_Values() []DemoType + func (v *DemoType) FromWire(w wire.Value) error + func (v *DemoType) UnmarshalJSON(text []byte) error + func (v *DemoType) UnmarshalText(value []byte) error + func (v DemoType) Equals(rhs DemoType) bool + func (v DemoType) MarshalJSON() ([]byte, error) + func (v DemoType) MarshalLogObject(enc zapcore.ObjectEncoder) error + func (v DemoType) MarshalText() ([]byte, error) + func (v DemoType) Ptr() *DemoType + func (v DemoType) String() string + func (v DemoType) ToWire() (wire.Value, error) + type Echo_EchoBinary_Args struct + Arg []byte + func (v *Echo_EchoBinary_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoBinary_Args) Equals(rhs *Echo_EchoBinary_Args) bool + func (v *Echo_EchoBinary_Args) FromWire(w wire.Value) error + func (v *Echo_EchoBinary_Args) GetArg() (o []byte) + func (v *Echo_EchoBinary_Args) IsSetArg() bool + func (v *Echo_EchoBinary_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoBinary_Args) MethodName() string + func (v *Echo_EchoBinary_Args) String() string + func (v *Echo_EchoBinary_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoBinary_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoBinary_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoBinary_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoBinary_Args) MarshalJSON() ([]byte, error) + type Echo_EchoBinary_Result struct + Success []byte + func (v *Echo_EchoBinary_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoBinary_Result) Equals(rhs *Echo_EchoBinary_Result) bool + func (v *Echo_EchoBinary_Result) FromWire(w wire.Value) error + func (v *Echo_EchoBinary_Result) GetSuccess() (o []byte) + func (v *Echo_EchoBinary_Result) IsSetSuccess() bool + func (v *Echo_EchoBinary_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoBinary_Result) MethodName() string + func (v *Echo_EchoBinary_Result) String() string + func (v *Echo_EchoBinary_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoBinary_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoBinary_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoBinary_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoBinary_Result) MarshalJSON() ([]byte, error) + type Echo_EchoBool_Args struct + Arg bool + func (v *Echo_EchoBool_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoBool_Args) Equals(rhs *Echo_EchoBool_Args) bool + func (v *Echo_EchoBool_Args) FromWire(w wire.Value) error + func (v *Echo_EchoBool_Args) GetArg() (o bool) + func (v *Echo_EchoBool_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoBool_Args) MethodName() string + func (v *Echo_EchoBool_Args) String() string + func (v *Echo_EchoBool_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoBool_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoBool_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoBool_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoBool_Args) MarshalJSON() ([]byte, error) + type Echo_EchoBool_Result struct + Success *bool + func (v *Echo_EchoBool_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoBool_Result) Equals(rhs *Echo_EchoBool_Result) bool + func (v *Echo_EchoBool_Result) FromWire(w wire.Value) error + func (v *Echo_EchoBool_Result) GetSuccess() (o bool) + func (v *Echo_EchoBool_Result) IsSetSuccess() bool + func (v *Echo_EchoBool_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoBool_Result) MethodName() string + func (v *Echo_EchoBool_Result) String() string + func (v *Echo_EchoBool_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoBool_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoBool_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoBool_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoBool_Result) MarshalJSON() ([]byte, error) + type Echo_EchoDouble_Args struct + Arg float64 + func (v *Echo_EchoDouble_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoDouble_Args) Equals(rhs *Echo_EchoDouble_Args) bool + func (v *Echo_EchoDouble_Args) FromWire(w wire.Value) error + func (v *Echo_EchoDouble_Args) GetArg() (o float64) + func (v *Echo_EchoDouble_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoDouble_Args) MethodName() string + func (v *Echo_EchoDouble_Args) String() string + func (v *Echo_EchoDouble_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoDouble_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoDouble_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoDouble_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoDouble_Args) MarshalJSON() ([]byte, error) + type Echo_EchoDouble_Result struct + Success *float64 + func (v *Echo_EchoDouble_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoDouble_Result) Equals(rhs *Echo_EchoDouble_Result) bool + func (v *Echo_EchoDouble_Result) FromWire(w wire.Value) error + func (v *Echo_EchoDouble_Result) GetSuccess() (o float64) + func (v *Echo_EchoDouble_Result) IsSetSuccess() bool + func (v *Echo_EchoDouble_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoDouble_Result) MethodName() string + func (v *Echo_EchoDouble_Result) String() string + func (v *Echo_EchoDouble_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoDouble_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoDouble_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoDouble_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoDouble_Result) MarshalJSON() ([]byte, error) + type Echo_EchoEnum_Args struct + Arg *Fruit + func (v *Echo_EchoEnum_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoEnum_Args) Equals(rhs *Echo_EchoEnum_Args) bool + func (v *Echo_EchoEnum_Args) FromWire(w wire.Value) error + func (v *Echo_EchoEnum_Args) GetArg() (o Fruit) + func (v *Echo_EchoEnum_Args) IsSetArg() bool + func (v *Echo_EchoEnum_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoEnum_Args) MethodName() string + func (v *Echo_EchoEnum_Args) String() string + func (v *Echo_EchoEnum_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoEnum_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoEnum_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoEnum_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoEnum_Args) MarshalJSON() ([]byte, error) + type Echo_EchoEnum_Result struct + Success *Fruit + func (v *Echo_EchoEnum_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoEnum_Result) Equals(rhs *Echo_EchoEnum_Result) bool + func (v *Echo_EchoEnum_Result) FromWire(w wire.Value) error + func (v *Echo_EchoEnum_Result) GetSuccess() (o Fruit) + func (v *Echo_EchoEnum_Result) IsSetSuccess() bool + func (v *Echo_EchoEnum_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoEnum_Result) MethodName() string + func (v *Echo_EchoEnum_Result) String() string + func (v *Echo_EchoEnum_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoEnum_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoEnum_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoEnum_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoEnum_Result) MarshalJSON() ([]byte, error) + type Echo_EchoI16_Args struct + Arg int16 + func (v *Echo_EchoI16_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI16_Args) Equals(rhs *Echo_EchoI16_Args) bool + func (v *Echo_EchoI16_Args) FromWire(w wire.Value) error + func (v *Echo_EchoI16_Args) GetArg() (o int16) + func (v *Echo_EchoI16_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI16_Args) MethodName() string + func (v *Echo_EchoI16_Args) String() string + func (v *Echo_EchoI16_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoI16_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI16_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoI16_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI16_Args) MarshalJSON() ([]byte, error) + type Echo_EchoI16_Result struct + Success *int16 + func (v *Echo_EchoI16_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI16_Result) Equals(rhs *Echo_EchoI16_Result) bool + func (v *Echo_EchoI16_Result) FromWire(w wire.Value) error + func (v *Echo_EchoI16_Result) GetSuccess() (o int16) + func (v *Echo_EchoI16_Result) IsSetSuccess() bool + func (v *Echo_EchoI16_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI16_Result) MethodName() string + func (v *Echo_EchoI16_Result) String() string + func (v *Echo_EchoI16_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoI16_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI16_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoI16_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI16_Result) MarshalJSON() ([]byte, error) + type Echo_EchoI32Map_Args struct + Arg map[int32]*BarResponse + func (v *Echo_EchoI32Map_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI32Map_Args) Equals(rhs *Echo_EchoI32Map_Args) bool + func (v *Echo_EchoI32Map_Args) FromWire(w wire.Value) error + func (v *Echo_EchoI32Map_Args) GetArg() (o map[int32]*BarResponse) + func (v *Echo_EchoI32Map_Args) IsSetArg() bool + func (v *Echo_EchoI32Map_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI32Map_Args) MethodName() string + func (v *Echo_EchoI32Map_Args) String() string + func (v *Echo_EchoI32Map_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoI32Map_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI32Map_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoI32Map_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI32Map_Args) MarshalJSON() ([]byte, error) + type Echo_EchoI32Map_Result struct + Success map[int32]*BarResponse + func (v *Echo_EchoI32Map_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI32Map_Result) Equals(rhs *Echo_EchoI32Map_Result) bool + func (v *Echo_EchoI32Map_Result) FromWire(w wire.Value) error + func (v *Echo_EchoI32Map_Result) GetSuccess() (o map[int32]*BarResponse) + func (v *Echo_EchoI32Map_Result) IsSetSuccess() bool + func (v *Echo_EchoI32Map_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI32Map_Result) MethodName() string + func (v *Echo_EchoI32Map_Result) String() string + func (v *Echo_EchoI32Map_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoI32Map_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI32Map_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoI32Map_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI32Map_Result) MarshalJSON() ([]byte, error) + type Echo_EchoI32_Args struct + Arg int32 + func (v *Echo_EchoI32_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI32_Args) Equals(rhs *Echo_EchoI32_Args) bool + func (v *Echo_EchoI32_Args) FromWire(w wire.Value) error + func (v *Echo_EchoI32_Args) GetArg() (o int32) + func (v *Echo_EchoI32_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI32_Args) MethodName() string + func (v *Echo_EchoI32_Args) String() string + func (v *Echo_EchoI32_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoI32_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI32_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoI32_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI32_Args) MarshalJSON() ([]byte, error) + type Echo_EchoI32_Result struct + Success *int32 + func (v *Echo_EchoI32_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI32_Result) Equals(rhs *Echo_EchoI32_Result) bool + func (v *Echo_EchoI32_Result) FromWire(w wire.Value) error + func (v *Echo_EchoI32_Result) GetSuccess() (o int32) + func (v *Echo_EchoI32_Result) IsSetSuccess() bool + func (v *Echo_EchoI32_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI32_Result) MethodName() string + func (v *Echo_EchoI32_Result) String() string + func (v *Echo_EchoI32_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoI32_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI32_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoI32_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI32_Result) MarshalJSON() ([]byte, error) + type Echo_EchoI64_Args struct + Arg int64 + func (v *Echo_EchoI64_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI64_Args) Equals(rhs *Echo_EchoI64_Args) bool + func (v *Echo_EchoI64_Args) FromWire(w wire.Value) error + func (v *Echo_EchoI64_Args) GetArg() (o int64) + func (v *Echo_EchoI64_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI64_Args) MethodName() string + func (v *Echo_EchoI64_Args) String() string + func (v *Echo_EchoI64_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoI64_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI64_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoI64_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI64_Args) MarshalJSON() ([]byte, error) + type Echo_EchoI64_Result struct + Success *int64 + func (v *Echo_EchoI64_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI64_Result) Equals(rhs *Echo_EchoI64_Result) bool + func (v *Echo_EchoI64_Result) FromWire(w wire.Value) error + func (v *Echo_EchoI64_Result) GetSuccess() (o int64) + func (v *Echo_EchoI64_Result) IsSetSuccess() bool + func (v *Echo_EchoI64_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI64_Result) MethodName() string + func (v *Echo_EchoI64_Result) String() string + func (v *Echo_EchoI64_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoI64_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI64_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoI64_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI64_Result) MarshalJSON() ([]byte, error) + type Echo_EchoI8_Args struct + Arg int8 + func (v *Echo_EchoI8_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI8_Args) Equals(rhs *Echo_EchoI8_Args) bool + func (v *Echo_EchoI8_Args) FromWire(w wire.Value) error + func (v *Echo_EchoI8_Args) GetArg() (o int8) + func (v *Echo_EchoI8_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI8_Args) MethodName() string + func (v *Echo_EchoI8_Args) String() string + func (v *Echo_EchoI8_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoI8_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI8_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoI8_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI8_Args) MarshalJSON() ([]byte, error) + type Echo_EchoI8_Result struct + Success *int8 + func (v *Echo_EchoI8_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoI8_Result) Equals(rhs *Echo_EchoI8_Result) bool + func (v *Echo_EchoI8_Result) FromWire(w wire.Value) error + func (v *Echo_EchoI8_Result) GetSuccess() (o int8) + func (v *Echo_EchoI8_Result) IsSetSuccess() bool + func (v *Echo_EchoI8_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoI8_Result) MethodName() string + func (v *Echo_EchoI8_Result) String() string + func (v *Echo_EchoI8_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoI8_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoI8_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoI8_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoI8_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStringList_Args struct + Arg []string + func (v *Echo_EchoStringList_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringList_Args) Equals(rhs *Echo_EchoStringList_Args) bool + func (v *Echo_EchoStringList_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStringList_Args) GetArg() (o []string) + func (v *Echo_EchoStringList_Args) IsSetArg() bool + func (v *Echo_EchoStringList_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringList_Args) MethodName() string + func (v *Echo_EchoStringList_Args) String() string + func (v *Echo_EchoStringList_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStringList_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringList_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringList_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringList_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStringList_Result struct + Success []string + func (v *Echo_EchoStringList_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringList_Result) Equals(rhs *Echo_EchoStringList_Result) bool + func (v *Echo_EchoStringList_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStringList_Result) GetSuccess() (o []string) + func (v *Echo_EchoStringList_Result) IsSetSuccess() bool + func (v *Echo_EchoStringList_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringList_Result) MethodName() string + func (v *Echo_EchoStringList_Result) String() string + func (v *Echo_EchoStringList_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStringList_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringList_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringList_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringList_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStringMap_Args struct + Arg map[string]*BarResponse + func (v *Echo_EchoStringMap_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringMap_Args) Equals(rhs *Echo_EchoStringMap_Args) bool + func (v *Echo_EchoStringMap_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStringMap_Args) GetArg() (o map[string]*BarResponse) + func (v *Echo_EchoStringMap_Args) IsSetArg() bool + func (v *Echo_EchoStringMap_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringMap_Args) MethodName() string + func (v *Echo_EchoStringMap_Args) String() string + func (v *Echo_EchoStringMap_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStringMap_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringMap_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringMap_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringMap_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStringMap_Result struct + Success map[string]*BarResponse + func (v *Echo_EchoStringMap_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringMap_Result) Equals(rhs *Echo_EchoStringMap_Result) bool + func (v *Echo_EchoStringMap_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStringMap_Result) GetSuccess() (o map[string]*BarResponse) + func (v *Echo_EchoStringMap_Result) IsSetSuccess() bool + func (v *Echo_EchoStringMap_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringMap_Result) MethodName() string + func (v *Echo_EchoStringMap_Result) String() string + func (v *Echo_EchoStringMap_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStringMap_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringMap_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringMap_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringMap_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStringSet_Args struct + Arg map[string]struct{} + func (v *Echo_EchoStringSet_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringSet_Args) Equals(rhs *Echo_EchoStringSet_Args) bool + func (v *Echo_EchoStringSet_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStringSet_Args) GetArg() (o map[string]struct{}) + func (v *Echo_EchoStringSet_Args) IsSetArg() bool + func (v *Echo_EchoStringSet_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringSet_Args) MethodName() string + func (v *Echo_EchoStringSet_Args) String() string + func (v *Echo_EchoStringSet_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStringSet_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringSet_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringSet_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringSet_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStringSet_Result struct + Success map[string]struct{} + func (v *Echo_EchoStringSet_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStringSet_Result) Equals(rhs *Echo_EchoStringSet_Result) bool + func (v *Echo_EchoStringSet_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStringSet_Result) GetSuccess() (o map[string]struct{}) + func (v *Echo_EchoStringSet_Result) IsSetSuccess() bool + func (v *Echo_EchoStringSet_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStringSet_Result) MethodName() string + func (v *Echo_EchoStringSet_Result) String() string + func (v *Echo_EchoStringSet_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStringSet_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStringSet_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStringSet_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStringSet_Result) MarshalJSON() ([]byte, error) + type Echo_EchoString_Args struct + Arg string + func (v *Echo_EchoString_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoString_Args) Equals(rhs *Echo_EchoString_Args) bool + func (v *Echo_EchoString_Args) FromWire(w wire.Value) error + func (v *Echo_EchoString_Args) GetArg() (o string) + func (v *Echo_EchoString_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoString_Args) MethodName() string + func (v *Echo_EchoString_Args) String() string + func (v *Echo_EchoString_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoString_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoString_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoString_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoString_Args) MarshalJSON() ([]byte, error) + type Echo_EchoString_Result struct + Success *string + func (v *Echo_EchoString_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoString_Result) Equals(rhs *Echo_EchoString_Result) bool + func (v *Echo_EchoString_Result) FromWire(w wire.Value) error + func (v *Echo_EchoString_Result) GetSuccess() (o string) + func (v *Echo_EchoString_Result) IsSetSuccess() bool + func (v *Echo_EchoString_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoString_Result) MethodName() string + func (v *Echo_EchoString_Result) String() string + func (v *Echo_EchoString_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoString_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoString_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoString_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoString_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStructList_Args struct + Arg []*BarResponse + func (v *Echo_EchoStructList_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructList_Args) Equals(rhs *Echo_EchoStructList_Args) bool + func (v *Echo_EchoStructList_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStructList_Args) GetArg() (o []*BarResponse) + func (v *Echo_EchoStructList_Args) IsSetArg() bool + func (v *Echo_EchoStructList_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructList_Args) MethodName() string + func (v *Echo_EchoStructList_Args) String() string + func (v *Echo_EchoStructList_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStructList_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructList_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructList_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructList_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStructList_Result struct + Success []*BarResponse + func (v *Echo_EchoStructList_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructList_Result) Equals(rhs *Echo_EchoStructList_Result) bool + func (v *Echo_EchoStructList_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStructList_Result) GetSuccess() (o []*BarResponse) + func (v *Echo_EchoStructList_Result) IsSetSuccess() bool + func (v *Echo_EchoStructList_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructList_Result) MethodName() string + func (v *Echo_EchoStructList_Result) String() string + func (v *Echo_EchoStructList_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStructList_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructList_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructList_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructList_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStructMap_Args struct + Arg []struct{ ... } + func (v *Echo_EchoStructMap_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructMap_Args) Equals(rhs *Echo_EchoStructMap_Args) bool + func (v *Echo_EchoStructMap_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStructMap_Args) GetArg() (o []struct{ ... }) + func (v *Echo_EchoStructMap_Args) IsSetArg() bool + func (v *Echo_EchoStructMap_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructMap_Args) MethodName() string + func (v *Echo_EchoStructMap_Args) String() string + func (v *Echo_EchoStructMap_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStructMap_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructMap_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructMap_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructMap_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStructMap_Result struct + Success []struct{ ... } + func (v *Echo_EchoStructMap_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructMap_Result) Equals(rhs *Echo_EchoStructMap_Result) bool + func (v *Echo_EchoStructMap_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStructMap_Result) GetSuccess() (o []struct{ ... }) + func (v *Echo_EchoStructMap_Result) IsSetSuccess() bool + func (v *Echo_EchoStructMap_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructMap_Result) MethodName() string + func (v *Echo_EchoStructMap_Result) String() string + func (v *Echo_EchoStructMap_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStructMap_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructMap_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructMap_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructMap_Result) MarshalJSON() ([]byte, error) + type Echo_EchoStructSet_Args struct + Arg []*BarResponse + func (v *Echo_EchoStructSet_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructSet_Args) Equals(rhs *Echo_EchoStructSet_Args) bool + func (v *Echo_EchoStructSet_Args) FromWire(w wire.Value) error + func (v *Echo_EchoStructSet_Args) GetArg() (o []*BarResponse) + func (v *Echo_EchoStructSet_Args) IsSetArg() bool + func (v *Echo_EchoStructSet_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructSet_Args) MethodName() string + func (v *Echo_EchoStructSet_Args) String() string + func (v *Echo_EchoStructSet_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoStructSet_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructSet_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructSet_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructSet_Args) MarshalJSON() ([]byte, error) + type Echo_EchoStructSet_Result struct + Success []*BarResponse + func (v *Echo_EchoStructSet_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoStructSet_Result) Equals(rhs *Echo_EchoStructSet_Result) bool + func (v *Echo_EchoStructSet_Result) FromWire(w wire.Value) error + func (v *Echo_EchoStructSet_Result) GetSuccess() (o []*BarResponse) + func (v *Echo_EchoStructSet_Result) IsSetSuccess() bool + func (v *Echo_EchoStructSet_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoStructSet_Result) MethodName() string + func (v *Echo_EchoStructSet_Result) String() string + func (v *Echo_EchoStructSet_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoStructSet_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoStructSet_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoStructSet_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoStructSet_Result) MarshalJSON() ([]byte, error) + type Echo_EchoTypedef_Args struct + Arg UUID + func (v *Echo_EchoTypedef_Args) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoTypedef_Args) Equals(rhs *Echo_EchoTypedef_Args) bool + func (v *Echo_EchoTypedef_Args) FromWire(w wire.Value) error + func (v *Echo_EchoTypedef_Args) GetArg() (o UUID) + func (v *Echo_EchoTypedef_Args) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoTypedef_Args) MethodName() string + func (v *Echo_EchoTypedef_Args) String() string + func (v *Echo_EchoTypedef_Args) ToWire() (wire.Value, error) + func (v *Echo_EchoTypedef_Args) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoTypedef_Args) UnmarshalJSON(data []byte) error + func (v Echo_EchoTypedef_Args) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoTypedef_Args) MarshalJSON() ([]byte, error) + type Echo_EchoTypedef_Result struct + Success *UUID + func (v *Echo_EchoTypedef_Result) EnvelopeType() wire.EnvelopeType + func (v *Echo_EchoTypedef_Result) Equals(rhs *Echo_EchoTypedef_Result) bool + func (v *Echo_EchoTypedef_Result) FromWire(w wire.Value) error + func (v *Echo_EchoTypedef_Result) GetSuccess() (o UUID) + func (v *Echo_EchoTypedef_Result) IsSetSuccess() bool + func (v *Echo_EchoTypedef_Result) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *Echo_EchoTypedef_Result) MethodName() string + func (v *Echo_EchoTypedef_Result) String() string + func (v *Echo_EchoTypedef_Result) ToWire() (wire.Value, error) + func (v *Echo_EchoTypedef_Result) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Echo_EchoTypedef_Result) UnmarshalJSON(data []byte) error + func (v Echo_EchoTypedef_Result) MarshalEasyJSON(w *jwriter.Writer) + func (v Echo_EchoTypedef_Result) MarshalJSON() ([]byte, error) + type Fruit int32 + const FruitApple + const FruitBanana + func Fruit_Values() []Fruit + func (v *Fruit) FromWire(w wire.Value) error + func (v *Fruit) UnmarshalJSON(text []byte) error + func (v *Fruit) UnmarshalText(value []byte) error + func (v Fruit) Equals(rhs Fruit) bool + func (v Fruit) MarshalJSON() ([]byte, error) + func (v Fruit) MarshalLogObject(enc zapcore.ObjectEncoder) error + func (v Fruit) MarshalText() ([]byte, error) + func (v Fruit) Ptr() *Fruit + func (v Fruit) String() string + func (v Fruit) ToWire() (wire.Value, error) + type Long int64 + func (lhs Long) Equals(rhs Long) bool + func (v *Long) FromWire(w wire.Value) error + func (v *Long) UnmarshalJSON(text []byte) error + func (v Long) MarshalJSON() ([]byte, error) + func (v Long) Ptr() *Long + func (v Long) String() string + func (v Long) ToWire() (wire.Value, error) + type OptionalParamsStruct struct + UserID *string + func (v *OptionalParamsStruct) Equals(rhs *OptionalParamsStruct) bool + func (v *OptionalParamsStruct) FromWire(w wire.Value) error + func (v *OptionalParamsStruct) GetUserID() (o string) + func (v *OptionalParamsStruct) IsSetUserID() bool + func (v *OptionalParamsStruct) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *OptionalParamsStruct) String() string + func (v *OptionalParamsStruct) ToWire() (wire.Value, error) + func (v *OptionalParamsStruct) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *OptionalParamsStruct) UnmarshalJSON(data []byte) error + func (v OptionalParamsStruct) MarshalEasyJSON(w *jwriter.Writer) + func (v OptionalParamsStruct) MarshalJSON() ([]byte, error) + type ParamsStruct struct + UserUUID string + func (v *ParamsStruct) Equals(rhs *ParamsStruct) bool + func (v *ParamsStruct) FromWire(w wire.Value) error + func (v *ParamsStruct) GetUserUUID() (o string) + func (v *ParamsStruct) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *ParamsStruct) String() string + func (v *ParamsStruct) ToWire() (wire.Value, error) + func (v *ParamsStruct) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ParamsStruct) UnmarshalJSON(data []byte) error + func (v ParamsStruct) MarshalEasyJSON(w *jwriter.Writer) + func (v ParamsStruct) MarshalJSON() ([]byte, error) + type QueryParamsOptsStruct struct + AuthUUID *string + AuthUUID2 *string + Name string + UserUUID *string + func (v *QueryParamsOptsStruct) Equals(rhs *QueryParamsOptsStruct) bool + func (v *QueryParamsOptsStruct) FromWire(w wire.Value) error + func (v *QueryParamsOptsStruct) GetAuthUUID() (o string) + func (v *QueryParamsOptsStruct) GetAuthUUID2() (o string) + func (v *QueryParamsOptsStruct) GetName() (o string) + func (v *QueryParamsOptsStruct) GetUserUUID() (o string) + func (v *QueryParamsOptsStruct) IsSetAuthUUID() bool + func (v *QueryParamsOptsStruct) IsSetAuthUUID2() bool + func (v *QueryParamsOptsStruct) IsSetUserUUID() bool + func (v *QueryParamsOptsStruct) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *QueryParamsOptsStruct) String() string + func (v *QueryParamsOptsStruct) ToWire() (wire.Value, error) + func (v *QueryParamsOptsStruct) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *QueryParamsOptsStruct) UnmarshalJSON(data []byte) error + func (v QueryParamsOptsStruct) MarshalEasyJSON(w *jwriter.Writer) + func (v QueryParamsOptsStruct) MarshalJSON() ([]byte, error) + type QueryParamsStruct struct + AuthUUID *string + AuthUUID2 *string + Foo []string + Name string + UserUUID *string + func (v *QueryParamsStruct) Equals(rhs *QueryParamsStruct) bool + func (v *QueryParamsStruct) FromWire(w wire.Value) error + func (v *QueryParamsStruct) GetAuthUUID() (o string) + func (v *QueryParamsStruct) GetAuthUUID2() (o string) + func (v *QueryParamsStruct) GetFoo() (o []string) + func (v *QueryParamsStruct) GetName() (o string) + func (v *QueryParamsStruct) GetUserUUID() (o string) + func (v *QueryParamsStruct) IsSetAuthUUID() bool + func (v *QueryParamsStruct) IsSetAuthUUID2() bool + func (v *QueryParamsStruct) IsSetFoo() bool + func (v *QueryParamsStruct) IsSetUserUUID() bool + func (v *QueryParamsStruct) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *QueryParamsStruct) String() string + func (v *QueryParamsStruct) ToWire() (wire.Value, error) + func (v *QueryParamsStruct) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *QueryParamsStruct) UnmarshalJSON(data []byte) error + func (v QueryParamsStruct) MarshalEasyJSON(w *jwriter.Writer) + func (v QueryParamsStruct) MarshalJSON() ([]byte, error) + type RequestWithDuplicateType struct + Request1 *BarRequest + Request2 *BarRequest + func (v *RequestWithDuplicateType) Equals(rhs *RequestWithDuplicateType) bool + func (v *RequestWithDuplicateType) FromWire(w wire.Value) error + func (v *RequestWithDuplicateType) GetRequest1() (o *BarRequest) + func (v *RequestWithDuplicateType) GetRequest2() (o *BarRequest) + func (v *RequestWithDuplicateType) IsSetRequest1() bool + func (v *RequestWithDuplicateType) IsSetRequest2() bool + func (v *RequestWithDuplicateType) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *RequestWithDuplicateType) String() string + func (v *RequestWithDuplicateType) ToWire() (wire.Value, error) + func (v *RequestWithDuplicateType) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RequestWithDuplicateType) UnmarshalJSON(data []byte) error + func (v RequestWithDuplicateType) MarshalEasyJSON(w *jwriter.Writer) + func (v RequestWithDuplicateType) MarshalJSON() ([]byte, error) + type SeeOthersRedirection struct + func (*SeeOthersRedirection) ErrorName() string + func (v *SeeOthersRedirection) Equals(rhs *SeeOthersRedirection) bool + func (v *SeeOthersRedirection) Error() string + func (v *SeeOthersRedirection) FromWire(w wire.Value) error + func (v *SeeOthersRedirection) MarshalLogObject(enc zapcore.ObjectEncoder) (err error) + func (v *SeeOthersRedirection) String() string + func (v *SeeOthersRedirection) ToWire() (wire.Value, error) + func (v *SeeOthersRedirection) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SeeOthersRedirection) UnmarshalJSON(data []byte) error + func (v SeeOthersRedirection) MarshalEasyJSON(w *jwriter.Writer) + func (v SeeOthersRedirection) MarshalJSON() ([]byte, error) + type StringList []string + func (lhs StringList) Equals(rhs StringList) bool + func (v *StringList) FromWire(w wire.Value) error + func (v StringList) MarshalLogArray(enc zapcore.ArrayEncoder) error + func (v StringList) String() string + func (v StringList) ToWire() (wire.Value, error) + type Timestamp int64 + func (lhs Timestamp) Equals(rhs Timestamp) bool + func (v *Timestamp) FromWire(w wire.Value) error + func (v *Timestamp) UnmarshalJSON(text []byte) error + func (v Timestamp) MarshalJSON() ([]byte, error) + func (v Timestamp) Ptr() *Timestamp + func (v Timestamp) String() string + func (v Timestamp) ToWire() (wire.Value, error) + type UUID string + func (lhs UUID) Equals(rhs UUID) bool + func (v *UUID) FromWire(w wire.Value) error + func (v UUID) Ptr() *UUID + func (v UUID) String() string + func (v UUID) ToWire() (wire.Value, error) + type UUIDList []UUID + func (lhs UUIDList) Equals(rhs UUIDList) bool + func (v *UUIDList) FromWire(w wire.Value) error + func (v UUIDList) MarshalLogArray(enc zapcore.ArrayEncoder) error + func (v UUIDList) String() string + func (v UUIDList) ToWire() (wire.Value, error)