Documentation ¶
Overview ¶
Package lokahiserver implements twirp package github.xe.lokahi.
Index ¶
- type Checks
- func (c *Checks) Create(ctx context.Context, opts *lokahi.CreateOpts) (*lokahi.Check, error)
- func (c *Checks) Delete(ctx context.Context, cid *lokahi.CheckID) (*lokahi.Check, error)
- func (c *Checks) Get(ctx context.Context, cid *lokahi.CheckID) (*lokahi.Check, error)
- func (c *Checks) List(ctx context.Context, opts *lokahi.ListOpts) (*lokahi.ChecksPage, error)
- func (c *Checks) Put(ctx context.Context, chk *lokahi.Check) (*lokahi.Check, error)
- func (c *Checks) Status(ctx context.Context, cid *lokahi.CheckID) (*lokahi.CheckStatus, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checks ¶
Checks implements service Checks.
Click to show internal directories.
Click to hide internal directories.