Versions in this module Expand all Collapse all v1 v1.1.0 Jul 23, 2016 v1.0.0 Jun 15, 2016 Changes in this version + type ABitOfEverythingNested struct + Amount int64 + Name string + Ok NestedDeepEnum + type ABitOfEverythingServiceApi struct + func NewABitOfEverythingServiceApi() *ABitOfEverythingServiceApi + func NewABitOfEverythingServiceApiWithBasePath(basePath string) *ABitOfEverythingServiceApi + func (a ABitOfEverythingServiceApi) Create(floatValue float32, doubleValue float64, int64Value string, uint64Value string, ...) (ExamplepbABitOfEverything, error) + func (a ABitOfEverythingServiceApi) CreateBody(body ExamplepbABitOfEverything) (ExamplepbABitOfEverything, error) + func (a ABitOfEverythingServiceApi) DeepPathEcho(singleNestedName string, body ExamplepbABitOfEverything) (ExamplepbABitOfEverything, error) + func (a ABitOfEverythingServiceApi) Delete(uuid string) (ProtobufEmpty, error) + func (a ABitOfEverythingServiceApi) Echo(value string) (SubStringMessage, error) + func (a ABitOfEverythingServiceApi) Echo_1() (SubStringMessage, error) + func (a ABitOfEverythingServiceApi) Echo_2(body SubStringMessage) (SubStringMessage, error) + func (a ABitOfEverythingServiceApi) Lookup(uuid string) (ExamplepbABitOfEverything, error) + func (a ABitOfEverythingServiceApi) Timeout() (ProtobufEmpty, error) + func (a ABitOfEverythingServiceApi) Update(uuid string, body ExamplepbABitOfEverything) (ProtobufEmpty, error) + type ExamplepbABitOfEverything struct + BoolValue bool + DoubleValue float64 + EnumValue ExamplepbNumericEnum + Fixed32Value int64 + Fixed64Value string + FloatValue float32 + Int32Value int32 + Int64Value string + MapValue map[string]ExamplepbNumericEnum + MappedNestedValue map[string]ABitOfEverythingNested + MappedStringValue map[string]string + Nested []ABitOfEverythingNested + NonConventionalNameValue string + OneofEmpty ProtobufEmpty + OneofString string + RepeatedStringValue []string + Sfixed32Value int32 + Sfixed64Value string + SingleNested ABitOfEverythingNested + Sint32Value int32 + Sint64Value string + StringValue string + Uint32Value int64 + Uint64Value string + Uuid string + type ExamplepbNumericEnum struct + type NestedDeepEnum struct + type ProtobufEmpty struct + type Sub2IdMessage struct + Uuid string + type SubStringMessage struct + Value string