Documentation ¶
Index ¶
- type BinProtoboardsStore
- func (s *BinProtoboardsStore) Add(ctx context.Context, protoboard chronograf.Protoboard) (chronograf.Protoboard, error)
- func (s *BinProtoboardsStore) All(ctx context.Context) ([]chronograf.Protoboard, error)
- func (s *BinProtoboardsStore) Delete(ctx context.Context, protoboard chronograf.Protoboard) error
- func (s *BinProtoboardsStore) Get(ctx context.Context, ID string) (chronograf.Protoboard, error)
- func (s *BinProtoboardsStore) Update(ctx context.Context, protoboard chronograf.Protoboard) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinProtoboardsStore ¶
type BinProtoboardsStore struct {
Logger chronograf.Logger
}
BinProtoboardsStore represents a embedded protoboards store
func (*BinProtoboardsStore) Add ¶
func (s *BinProtoboardsStore) Add(ctx context.Context, protoboard chronograf.Protoboard) (chronograf.Protoboard, error)
Add is not support by BinProtoboardsStore
func (*BinProtoboardsStore) All ¶
func (s *BinProtoboardsStore) All(ctx context.Context) ([]chronograf.Protoboard, error)
All returns the set of all protoboards
func (*BinProtoboardsStore) Delete ¶
func (s *BinProtoboardsStore) Delete(ctx context.Context, protoboard chronograf.Protoboard) error
Delete is not support by BinProtoboardsStore
func (*BinProtoboardsStore) Get ¶
func (s *BinProtoboardsStore) Get(ctx context.Context, ID string) (chronograf.Protoboard, error)
Get retrieves protoboard if `ID` exists.
func (*BinProtoboardsStore) Update ¶
func (s *BinProtoboardsStore) Update(ctx context.Context, protoboard chronograf.Protoboard) error
Update not supported
Click to show internal directories.
Click to hide internal directories.