Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckPlugin ¶
type CheckPlugin struct {
config.CheckPluginParams
config.Env
*state.Manager
*state.CheckState
// contains filtered or unexported fields
}
CheckPlugin struct.
func NewCheckPlugin ¶
func NewCheckPlugin(s store.Store, params config.CheckPluginParams) *CheckPlugin
NewCheckPlugin Create Plugin struct.
func (*CheckPlugin) Generate ¶
func (c *CheckPlugin) Generate(ctx context.Context) (*mackerel.CheckReport, error)
Generate generates check report.
Click to show internal directories.
Click to hide internal directories.