test

package
v0.0.0-...-ce94876 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2019 License: MIT, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bar

type Bar struct {
	Foos                 []*Foo   `protobuf:"bytes,1,rep,name=foos" json:"foos,omitempty"`
	Strs                 []string `protobuf:"bytes,2,rep,name=strs" json:"strs,omitempty"`
	Bufs                 [][]byte `protobuf:"bytes,3,rep,name=bufs" json:"bufs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Bar) Descriptor

func (*Bar) Descriptor() ([]byte, []int)

func (*Bar) GetBufs

func (m *Bar) GetBufs() [][]byte

func (*Bar) GetFoos

func (m *Bar) GetFoos() []*Foo

func (*Bar) GetStrs

func (m *Bar) GetStrs() []string

func (*Bar) ProtoMessage

func (*Bar) ProtoMessage()

func (*Bar) Reset

func (m *Bar) Reset()

func (*Bar) String

func (m *Bar) String() string

func (*Bar) XXX_DiscardUnknown

func (m *Bar) XXX_DiscardUnknown()

func (*Bar) XXX_Marshal

func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bar) XXX_Merge

func (dst *Bar) XXX_Merge(src proto.Message)

func (*Bar) XXX_Size

func (m *Bar) XXX_Size() int

func (*Bar) XXX_Unmarshal

func (m *Bar) XXX_Unmarshal(b []byte) error

type Foo

type Foo struct {
	A                    *int32   `protobuf:"varint,1,opt,name=a" json:"a,omitempty"`
	B                    *int32   `protobuf:"varint,2,opt,name=b" json:"b,omitempty"`
	C                    []int32  `protobuf:"varint,3,rep,name=c" json:"c,omitempty"`
	D                    *int32   `protobuf:"varint,4,opt,name=d" json:"d,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Foo) Descriptor

func (*Foo) Descriptor() ([]byte, []int)

func (*Foo) GetA

func (m *Foo) GetA() int32

func (*Foo) GetB

func (m *Foo) GetB() int32

func (*Foo) GetC

func (m *Foo) GetC() []int32

func (*Foo) GetD

func (m *Foo) GetD() int32

func (*Foo) ProtoMessage

func (*Foo) ProtoMessage()

func (*Foo) Reset

func (m *Foo) Reset()

func (*Foo) String

func (m *Foo) String() string

func (*Foo) XXX_DiscardUnknown

func (m *Foo) XXX_DiscardUnknown()

func (*Foo) XXX_Marshal

func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Foo) XXX_Merge

func (dst *Foo) XXX_Merge(src proto.Message)

func (*Foo) XXX_Size

func (m *Foo) XXX_Size() int

func (*Foo) XXX_Unmarshal

func (m *Foo) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL