Documentation
¶
Index ¶
- Variables
- type Client
- func (*Client) Descriptor() ([]byte, []int)
- func (m *Client) GetContacts() []string
- func (m *Client) GetId() string
- func (m *Client) GetLogoUri() string
- func (m *Client) GetName() string
- func (m *Client) GetOwner() string
- func (m *Client) GetUri() string
- func (m *Client) Marshal() (dAtA []byte, err error)
- func (m *Client) MarshalTo(dAtA []byte) (int, error)
- func (*Client) ProtoMessage()
- func (m *Client) Reset()
- func (m *Client) Size() (n int)
- func (m *Client) String() string
- func (m *Client) Unmarshal(dAtA []byte) error
- func (this *Client) Validate() error
- func (m *Client) XXX_DiscardUnknown()
- func (m *Client) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Client) XXX_Merge(src proto.Message)
- func (m *Client) XXX_Size() int
- func (m *Client) XXX_Unmarshal(b []byte) error
- type Department
- func (*Department) Descriptor() ([]byte, []int)
- func (m *Department) GetId() uint32
- func (m *Department) GetName() string
- func (m *Department) GetShortName() string
- func (*Department) ProtoMessage()
- func (m *Department) Reset()
- func (m *Department) String() string
- func (this *Department) Validate() error
- func (m *Department) XXX_DiscardUnknown()
- func (m *Department) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Department) XXX_Merge(src proto.Message)
- func (m *Department) XXX_Size() int
- func (m *Department) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthClient = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowClient = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Uri string `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty"` Contacts []string `protobuf:"bytes,4,rep,name=contacts,proto3" json:"contacts,omitempty"` LogoUri string `protobuf:"bytes,5,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"` Owner string `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Client) Descriptor ¶
func (*Client) GetContacts ¶
func (*Client) GetLogoUri ¶
func (*Client) ProtoMessage ¶
func (*Client) ProtoMessage()
func (*Client) XXX_DiscardUnknown ¶
func (m *Client) XXX_DiscardUnknown()
func (*Client) XXX_Marshal ¶
func (*Client) XXX_Unmarshal ¶
type Department ¶
type Department struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ShortName string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Department) Descriptor ¶
func (*Department) Descriptor() ([]byte, []int)
func (*Department) GetId ¶
func (m *Department) GetId() uint32
func (*Department) GetName ¶
func (m *Department) GetName() string
func (*Department) GetShortName ¶
func (m *Department) GetShortName() string
func (*Department) ProtoMessage ¶
func (*Department) ProtoMessage()
func (*Department) Reset ¶
func (m *Department) Reset()
func (*Department) String ¶
func (m *Department) String() string
func (*Department) Validate ¶
func (this *Department) Validate() error
func (*Department) XXX_DiscardUnknown ¶
func (m *Department) XXX_DiscardUnknown()
func (*Department) XXX_Marshal ¶
func (m *Department) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Department) XXX_Merge ¶
func (dst *Department) XXX_Merge(src proto.Message)
func (*Department) XXX_Size ¶
func (m *Department) XXX_Size() int
func (*Department) XXX_Unmarshal ¶
func (m *Department) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.