Documentation
¶
Overview ¶
Package client is a generated protocol buffer package.
It is generated from these files:
client/client.proto
It has these top-level messages:
Client
Index ¶
- Constants
- func Routes(router *httprouter.Router, ds *store.InMemory)
- type Client
- func (*Client) Descriptor() ([]byte, []int)
- func (m *Client) GetFirstName() string
- func (c *Client) GetFullName() string
- func (m *Client) GetLastName() string
- func (m *Client) GetName() string
- func (m *Client) GetSid() string
- func (m *Client) GetUid() string
- func (c Client) MarshalJSON() ([]byte, error)
- func (*Client) ProtoMessage()
- func (m *Client) Reset()
- func (c Client) StoreKey() string
- func (m *Client) String() string
- func (c *Client) UnmarshalJSON(data []byte) error
Constants ¶
View Source
const ( DEBUG string = "DEBUG" INFO string = "INFO" WARNING string = "WARN" ERROR string = "ERROR" FATAL string = "FATAL" )
Log levels
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { FirstName string `protobuf:"bytes,1,opt,name=first_name" json:"first_name,omitempty"` LastName string `protobuf:"bytes,2,opt,name=last_name" json:"last_name,omitempty"` Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"` Uid string `protobuf:"bytes,4,opt,name=uid,json=id" json:"uid,omitempty"` Sid string `protobuf:"bytes,5,opt,name=sid" json:"sid,omitempty"` }
func (*Client) Descriptor ¶
func (*Client) GetFirstName ¶
func (*Client) GetFullName ¶
func (*Client) GetLastName ¶
func (Client) MarshalJSON ¶
func (*Client) ProtoMessage ¶
func (*Client) ProtoMessage()
func (*Client) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.