Documentation ¶
Index ¶
- Constants
- type Client
- func (s Client) Inputs(m *ice.Message, arg ...string)
- func (s Client) List(m *ice.Message, arg ...string)
- func (s Client) Open(m *ice.Message, arg ...string)
- func (s Client) Orgs(m *ice.Message, arg ...string)
- func (s Client) Repo(m *ice.Message, arg ...string)
- func (s Client) Uploads(m *ice.Message, arg ...string)
Constants ¶
View Source
const ( ORGS = "orgs" REPO = "repo" UPDATED_AT = "updated_at" API_V1 = "/api/v1/" API_V1_USER = "/api/v1/user" API_V1_ORGS_REPOS = "/api/v1/orgs/%s/repos" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Click to show internal directories.
Click to hide internal directories.