Documentation ¶
Index ¶
- Variables
- type Client
- func (client *Client) Addr() net.Addr
- func (client *Client) Close() error
- func (client *Client) Data() map[string]interface{}
- func (client *Client) Group() *group.Group
- func (client *Client) Id() string
- func (client *Client) Joined(group, kind string) error
- func (client *Client) Kick(id string, user *string, message string) error
- func (client *Client) Permissions() []string
- func (client *Client) PushClient(group, kind, id, username string, perms []string, data map[string]interface{}) error
- func (client *Client) PushConn(g *group.Group, id string, up conn.Up, tracks []conn.UpTrack, replace string) error
- func (client *Client) RequestConns(target group.Client, g *group.Group, id string) error
- func (client *Client) SetPermissions(perms []string)
- func (client *Client) SetUsername(string)
- func (client *Client) Username() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Directory string
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Permissions ¶
func (*Client) PushClient ¶
func (*Client) RequestConns ¶
func (*Client) SetPermissions ¶
func (*Client) SetUsername ¶
Click to show internal directories.
Click to hide internal directories.