Documentation ¶
Index ¶
- type Client
- func (c Client) DataGetEntity(username string) (*User, error)
- func (c Client) List() ([]string, error)
- func (c Client) Title(msg string) ([]string, error)
- func (c Client) WhitelistAdd(username string) error
- func (c Client) WhitelistList() ([]string, error)
- func (c Client) WhitelistRemove(username string) error
- type Command
- type Position
- type RconClient
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) DataGetEntity ¶
TODO: return nil,nil を辞める
func (Client) WhitelistAdd ¶
func (Client) WhitelistList ¶
func (Client) WhitelistRemove ¶
type RconClient ¶
Click to show internal directories.
Click to hide internal directories.