Documentation ¶ Index ¶ type Mackerel func New(client *mkr.Client, service string) (*Mackerel, error) func (m *Mackerel) FS() (fs.FS, error) func (m *Mackerel) Put(ctx context.Context, path string, content []byte) error func (m *Mackerel) StoreReport(ctx context.Context, r *report.Report) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mackerel ¶ type Mackerel struct { // contains filtered or unexported fields } func New ¶ func New(client *mkr.Client, service string) (*Mackerel, error) func (*Mackerel) FS ¶ func (m *Mackerel) FS() (fs.FS, error) func (*Mackerel) Put ¶ func (m *Mackerel) Put(ctx context.Context, path string, content []byte) error func (*Mackerel) StoreReport ¶ func (m *Mackerel) StoreReport(ctx context.Context, r *report.Report) error Source Files ¶ View all Source files mackerel.go Click to show internal directories. Click to hide internal directories.