Documentation
¶
Index ¶
- type Store
- func (s *Store) Create(ctx context.Context, meta schema.HeartbeatMeta) (*schema.Heartbeat, error)
- func (s *Store) Delete(ctx context.Context, id string) (*schema.Heartbeat, error)
- func (s *Store) Get(ctx context.Context, id string) (*schema.Heartbeat, error)
- func (s *Store) List(ctx context.Context, includeFired bool) ([]*schema.Heartbeat, error)
- func (s *Store) Next(ctx context.Context) ([]*schema.Heartbeat, error)
- func (s *Store) Update(ctx context.Context, id string, meta schema.HeartbeatMeta) (*schema.Heartbeat, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.