Documentation ¶
Index ¶
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
}
Client encapsulates the details of the Slashdiablo API.
func NewClient ¶
func NewClient() Client
NewClient returns a new client with all dependencies setup.
func (*Client) GetAvailableMods ¶
func (c *Client) GetAvailableMods() (io.ReadCloser, error)
GetAvailableMods will fetch the remote available mods source.
Click to show internal directories.
Click to hide internal directories.