Documentation ¶
Index ¶
- type Client
- type Group
- type Instance
- func (i *Instance) CreateGroup(req *data.CreateGroupRequest, c *Client) *data.CreateGroupResponse
- func (i *Instance) JoinGroup(req *data.JoinGroupRequest, c *Client) *data.JoinGroupResponse
- func (i *Instance) LeaveGroup(c *Client) *data.LeaveGroupResponse
- func (i *Instance) ListGroups(req *data.ListGroupsRequest) *data.ListGroupsResponse
- func (i *Instance) ListenAndServe(n, addr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
func (*Instance) CreateGroup ¶
func (i *Instance) CreateGroup(req *data.CreateGroupRequest, c *Client) *data.CreateGroupResponse
func (*Instance) JoinGroup ¶
func (i *Instance) JoinGroup(req *data.JoinGroupRequest, c *Client) *data.JoinGroupResponse
func (*Instance) LeaveGroup ¶
func (i *Instance) LeaveGroup(c *Client) *data.LeaveGroupResponse
func (*Instance) ListGroups ¶
func (i *Instance) ListGroups(req *data.ListGroupsRequest) *data.ListGroupsResponse
func (*Instance) ListenAndServe ¶
Click to show internal directories.
Click to hide internal directories.