Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type BotConfig ¶
type BotConfig struct { Enabled bool `json:"enabled"` Data json.RawMessage `json:"data"` }
type BotResource ¶
type BotResource struct {
// contains filtered or unexported fields
}
func NewBotResource ¶
func NewBotResource(wrangler *core.Wrangler) (*BotResource, error)
func (BotResource) Bind ¶
func (b BotResource) Bind(container *restful.Container)
func (BotResource) Comment ¶
func (b BotResource) Comment() string
func (BotResource) FailedMsg ¶
func (b BotResource) FailedMsg() hipchat.NotificationRequest
FailedMsg returns the default notification for failed requests
func (BotResource) HelpMsg ¶
func (b BotResource) HelpMsg() hipchat.NotificationRequest
HelpMsg returns the default notification for the /bot --help command
func (BotResource) Run ¶
func (b BotResource) Run(ctx *selfdiagnose.Context, result *selfdiagnose.Result)
Selfdiagnose
Click to show internal directories.
Click to hide internal directories.