Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2018 v0.7.0 Jul 24, 2018 v0.6.2 May 8, 2018 v0.6.1 Apr 16, 2018 v0.6.0 Apr 10, 2018 v0.5.4 Feb 10, 2018 v0.5.3 Feb 5, 2018 v0.5.2 Jan 26, 2018 v0.5.1 Nov 19, 2017 v0.4.2 Oct 16, 2017 Changes in this version + var ForeignEnum_name = map[int]string + var ForeignEnum_value = map[string]int + var MapEnum_name = map[int]string + var MapEnum_value = map[string]int + var TestAllTypes_NestedEnum_name = map[int]string + var TestAllTypes_NestedEnum_value = map[string]int + type EchoServiceClient interface + EchoAllTypes func(ctx context.Context, in *TestAllTypes, opts ...grpcweb.CallOption) (*TestAllTypes, error) + EchoMaps func(ctx context.Context, in *TestMap, opts ...grpcweb.CallOption) (*TestMap, error) + func NewEchoServiceClient(hostname string, opts ...grpcweb.DialOption) EchoServiceClient + type ForeignEnum int + const ForeignEnum_FOREIGN_BAR + const ForeignEnum_FOREIGN_BAZ + const ForeignEnum_FOREIGN_FOO + const ForeignEnum_FOREIGN_UNSPECIFIED + func (x ForeignEnum) String() string + type ForeignMessage struct + C int32 + func (m *ForeignMessage) GetC() (x int32) + func (m *ForeignMessage) Marshal() []byte + func (m *ForeignMessage) MarshalToWriter(writer jspb.Writer) + func (m *ForeignMessage) Unmarshal(rawBytes []byte) (*ForeignMessage, error) + func (m *ForeignMessage) UnmarshalFromReader(reader jspb.Reader) *ForeignMessage + type MapEnum int + const MapEnum_MAP_ENUM_BAR + const MapEnum_MAP_ENUM_BAZ + const MapEnum_MAP_ENUM_FOO + func (x MapEnum) String() string + type NestedTestAllTypes struct + Child *NestedTestAllTypes + Payload *TestAllTypes + RepeatedChild []*NestedTestAllTypes + func (m *NestedTestAllTypes) GetChild() (x *NestedTestAllTypes) + func (m *NestedTestAllTypes) GetPayload() (x *TestAllTypes) + func (m *NestedTestAllTypes) GetRepeatedChild() (x []*NestedTestAllTypes) + func (m *NestedTestAllTypes) Marshal() []byte + func (m *NestedTestAllTypes) MarshalToWriter(writer jspb.Writer) + func (m *NestedTestAllTypes) Unmarshal(rawBytes []byte) (*NestedTestAllTypes, error) + func (m *NestedTestAllTypes) UnmarshalFromReader(reader jspb.Reader) *NestedTestAllTypes + type TestAllTypes struct + OneofField isTestAllTypes_OneofField + RepeatedBool []bool + RepeatedBytes [][]byte + RepeatedDouble []float64 + RepeatedFixed32 []uint32 + RepeatedFixed64 []uint64 + RepeatedFloat []float32 + RepeatedForeignEnum []ForeignEnum + RepeatedForeignMessage []*ForeignMessage + RepeatedImportedMessage []*multitest2.Multi1 + RepeatedInt32 []int32 + RepeatedInt64 []int64 + RepeatedNestedEnum []TestAllTypes_NestedEnum + RepeatedNestedMessage []*TestAllTypes_NestedMessage + RepeatedSfixed32 []int32 + RepeatedSfixed64 []int64 + RepeatedSint32 []int32 + RepeatedSint64 []int64 + RepeatedString []string + RepeatedUint32 []uint32 + RepeatedUint64 []uint64 + SingleBool bool + SingleBytes []byte + SingleDouble float64 + SingleFixed32 uint32 + SingleFixed64 uint64 + SingleFloat float32 + SingleForeignEnum ForeignEnum + SingleForeignMessage *ForeignMessage + SingleImportedMessage *multitest2.Multi1 + SingleInt32 int32 + SingleInt64 int64 + SingleNestedEnum TestAllTypes_NestedEnum + SingleNestedMessage *TestAllTypes_NestedMessage + SingleSfixed32 int32 + SingleSfixed64 int64 + SingleSint32 int32 + SingleSint64 int64 + SingleString string + SingleUint32 uint32 + SingleUint64 uint64 + func (m *TestAllTypes) GetOneofBytes() (x []byte) + func (m *TestAllTypes) GetOneofField() (x isTestAllTypes_OneofField) + func (m *TestAllTypes) GetOneofImportedMessage() (x *multitest2.Multi1) + func (m *TestAllTypes) GetOneofNestedMessage() (x *TestAllTypes_NestedMessage) + func (m *TestAllTypes) GetOneofString() (x string) + func (m *TestAllTypes) GetOneofUint32() (x uint32) + func (m *TestAllTypes) GetRepeatedBool() (x []bool) + func (m *TestAllTypes) GetRepeatedBytes() (x [][]byte) + func (m *TestAllTypes) GetRepeatedDouble() (x []float64) + func (m *TestAllTypes) GetRepeatedFixed32() (x []uint32) + func (m *TestAllTypes) GetRepeatedFixed64() (x []uint64) + func (m *TestAllTypes) GetRepeatedFloat() (x []float32) + func (m *TestAllTypes) GetRepeatedForeignEnum() (x []ForeignEnum) + func (m *TestAllTypes) GetRepeatedForeignMessage() (x []*ForeignMessage) + func (m *TestAllTypes) GetRepeatedImportedMessage() (x []*multitest2.Multi1) + func (m *TestAllTypes) GetRepeatedInt32() (x []int32) + func (m *TestAllTypes) GetRepeatedInt64() (x []int64) + func (m *TestAllTypes) GetRepeatedNestedEnum() (x []TestAllTypes_NestedEnum) + func (m *TestAllTypes) GetRepeatedNestedMessage() (x []*TestAllTypes_NestedMessage) + func (m *TestAllTypes) GetRepeatedSfixed32() (x []int32) + func (m *TestAllTypes) GetRepeatedSfixed64() (x []int64) + func (m *TestAllTypes) GetRepeatedSint32() (x []int32) + func (m *TestAllTypes) GetRepeatedSint64() (x []int64) + func (m *TestAllTypes) GetRepeatedString() (x []string) + func (m *TestAllTypes) GetRepeatedUint32() (x []uint32) + func (m *TestAllTypes) GetRepeatedUint64() (x []uint64) + func (m *TestAllTypes) GetSingleBool() (x bool) + func (m *TestAllTypes) GetSingleBytes() (x []byte) + func (m *TestAllTypes) GetSingleDouble() (x float64) + func (m *TestAllTypes) GetSingleFixed32() (x uint32) + func (m *TestAllTypes) GetSingleFixed64() (x uint64) + func (m *TestAllTypes) GetSingleFloat() (x float32) + func (m *TestAllTypes) GetSingleForeignEnum() (x ForeignEnum) + func (m *TestAllTypes) GetSingleForeignMessage() (x *ForeignMessage) + func (m *TestAllTypes) GetSingleImportedMessage() (x *multitest2.Multi1) + func (m *TestAllTypes) GetSingleInt32() (x int32) + func (m *TestAllTypes) GetSingleInt64() (x int64) + func (m *TestAllTypes) GetSingleNestedEnum() (x TestAllTypes_NestedEnum) + func (m *TestAllTypes) GetSingleNestedMessage() (x *TestAllTypes_NestedMessage) + func (m *TestAllTypes) GetSingleSfixed32() (x int32) + func (m *TestAllTypes) GetSingleSfixed64() (x int64) + func (m *TestAllTypes) GetSingleSint32() (x int32) + func (m *TestAllTypes) GetSingleSint64() (x int64) + func (m *TestAllTypes) GetSingleString() (x string) + func (m *TestAllTypes) GetSingleUint32() (x uint32) + func (m *TestAllTypes) GetSingleUint64() (x uint64) + func (m *TestAllTypes) Marshal() []byte + func (m *TestAllTypes) MarshalToWriter(writer jspb.Writer) + func (m *TestAllTypes) Unmarshal(rawBytes []byte) (*TestAllTypes, error) + func (m *TestAllTypes) UnmarshalFromReader(reader jspb.Reader) *TestAllTypes + type TestAllTypes_NestedEnum int + const TestAllTypes_BAR + const TestAllTypes_BAZ + const TestAllTypes_FOO + const TestAllTypes_NEG + const TestAllTypes_NESTED_ENUM_UNSPECIFIED + func (x TestAllTypes_NestedEnum) String() string + type TestAllTypes_NestedMessage struct + B int32 + func (m *TestAllTypes_NestedMessage) GetB() (x int32) + func (m *TestAllTypes_NestedMessage) Marshal() []byte + func (m *TestAllTypes_NestedMessage) MarshalToWriter(writer jspb.Writer) + func (m *TestAllTypes_NestedMessage) Unmarshal(rawBytes []byte) (*TestAllTypes_NestedMessage, error) + func (m *TestAllTypes_NestedMessage) UnmarshalFromReader(reader jspb.Reader) *TestAllTypes_NestedMessage + type TestAllTypes_OneofBytes struct + OneofBytes []byte + type TestAllTypes_OneofImportedMessage struct + OneofImportedMessage *multitest2.Multi1 + type TestAllTypes_OneofNestedMessage struct + OneofNestedMessage *TestAllTypes_NestedMessage + type TestAllTypes_OneofString struct + OneofString string + type TestAllTypes_OneofUint32 struct + OneofUint32 uint32 + type TestMap struct + MapBoolBool map[bool]bool + MapFixed32Fixed32 map[uint32]uint32 + MapFixed64Fixed64 map[uint64]uint64 + MapInt32Bytes map[int32][]byte + MapInt32Double map[int32]float64 + MapInt32Enum map[int32]MapEnum + MapInt32Float map[int32]float32 + MapInt32ForeignMessage map[int32]*ForeignMessage + MapInt32ImportedMessage map[int32]*multitest2.Multi1 + MapInt32Int32 map[int32]int32 + MapInt64Int64 map[int64]int64 + MapSfixed32Sfixed32 map[int32]int32 + MapSfixed64Sfixed64 map[int64]int64 + MapSint32Sint32 map[int32]int32 + MapSint64Sint64 map[int64]int64 + MapStringString map[string]string + MapUint32Uint32 map[uint32]uint32 + MapUint64Uint64 map[uint64]uint64 + func (m *TestMap) GetMapBoolBool() (x map[bool]bool) + func (m *TestMap) GetMapFixed32Fixed32() (x map[uint32]uint32) + func (m *TestMap) GetMapFixed64Fixed64() (x map[uint64]uint64) + func (m *TestMap) GetMapInt32Bytes() (x map[int32][]byte) + func (m *TestMap) GetMapInt32Double() (x map[int32]float64) + func (m *TestMap) GetMapInt32Enum() (x map[int32]MapEnum) + func (m *TestMap) GetMapInt32Float() (x map[int32]float32) + func (m *TestMap) GetMapInt32ForeignMessage() (x map[int32]*ForeignMessage) + func (m *TestMap) GetMapInt32ImportedMessage() (x map[int32]*multitest2.Multi1) + func (m *TestMap) GetMapInt32Int32() (x map[int32]int32) + func (m *TestMap) GetMapInt64Int64() (x map[int64]int64) + func (m *TestMap) GetMapSfixed32Sfixed32() (x map[int32]int32) + func (m *TestMap) GetMapSfixed64Sfixed64() (x map[int64]int64) + func (m *TestMap) GetMapSint32Sint32() (x map[int32]int32) + func (m *TestMap) GetMapSint64Sint64() (x map[int64]int64) + func (m *TestMap) GetMapStringString() (x map[string]string) + func (m *TestMap) GetMapUint32Uint32() (x map[uint32]uint32) + func (m *TestMap) GetMapUint64Uint64() (x map[uint64]uint64) + func (m *TestMap) Marshal() []byte + func (m *TestMap) MarshalToWriter(writer jspb.Writer) + func (m *TestMap) Unmarshal(rawBytes []byte) (*TestMap, error) + func (m *TestMap) UnmarshalFromReader(reader jspb.Reader) *TestMap v0.4.1-alpha Aug 24, 2017 v0.4.0-alpha Aug 20, 2017 v0.3.1-alpha Aug 14, 2017 v0.3.0-alpha Aug 13, 2017 v0.2.1-alpha Aug 9, 2017