Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponsePage ¶
type APIResponsePage struct { APIResponse Result Page `json:"result,omitempty"` }
type MasterService ¶
type MasterService struct {
// contains filtered or unexported fields
}
func NewMasterService ¶
func NewMasterService(config *common.Configure, in <-chan *common.OctopusEvent, out chan<- *common.OctopusEvent) *MasterService
func (*MasterService) Start ¶
func (ms *MasterService) Start()
func (*MasterService) Stop ¶
func (ms *MasterService) Stop()
type NodeElement ¶
type Page ¶
type Page struct { Path string `json:"path"` URL string `json:"url"` Title string `json:"title"` Description string `json:"description"` AuthorName string `json:"author_name,omitempty"` AuthorURL string `json:"author_url,omitempty"` ImageURL string `json:"image_url,omitempty"` Content []Node `json:"content,omitempty"` Views int `json:"views"` CanEdit bool `json:"can_edit,omitempty"` }
Click to show internal directories.
Click to hide internal directories.