Documentation ¶
Index ¶
- type AccDetails
- type Client
- func (c *Client) AddFriend(id steamid.SteamId)
- func (c *Client) Done() <-chan struct{}
- func (c *Client) Friends() map[steamid.SteamId]socialcache.Friend
- func (c *Client) NicknameByID(id steamid.SteamId) string
- func (c *Client) Raw() *steam.Client
- func (c *Client) RemoveFriend(id steamid.SteamId)
- func (c *Client) RenameFriend(id steamid.SteamId, nickname string)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccDetails ¶
type Client ¶
type Client struct { Config *Config // contains filtered or unexported fields }
func (*Client) RemoveFriend ¶
Click to show internal directories.
Click to hide internal directories.