Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOpts ¶
type ClientOpts struct {
// contains filtered or unexported fields
}
type Steam ¶
type Steam struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts *ClientOpts) *Steam
type SteamResponse ¶
type SteamResponse struct { Response struct { Players []Player `json:"players"` } `json:"response"` }
Click to show internal directories.
Click to hide internal directories.