Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetPlugins ¶ added in v1.0.14
func (c *Client) GetPlugins() (RepoResponse, error)
type RepoResponse ¶ added in v1.0.14
type RepoResponse []Repository
type Repository ¶ added in v1.0.14
type Repository struct { ID uint32 `json:"id"` NodeID string `json:"node_id"` Name string `json:"name"` FullName string `json:"full_name"` HtmlUrl string `json:"html_url"` }
func (Repository) GetPackagePath ¶ added in v1.0.14
func (r Repository) GetPackagePath() string
type TagsResponse ¶
type TagsResponse []Tag
Click to show internal directories.
Click to hide internal directories.