Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageResponse ¶
type PageResponse struct {
Results PageResult `json:"page"`
}
type PageResult ¶
type PageResult struct {
Pages []Page `json:"results"`
}
type Plugin ¶
type Plugins ¶
type Plugins struct {
// contains filtered or unexported fields
}
func NewPlugins ¶
func NewPlugins() *Plugins
func (*Plugins) RunPlugins ¶
type SpaceResponse ¶
type SpaceResponse struct {
Results []SpaceResult `json:"results"`
Size int `json:"size"`
}
Click to show internal directories.
Click to hide internal directories.