Documentation ¶
Index ¶
- type Config
- type Store
- func (s *Store) DeleteCoordinate(ctx context.Context, filter space.FilterCoordinate) (space.Coordinate, error)
- func (s *Store) FetchManyCoordinate(ctx context.Context, filter space.FilterCoordinate) (map[string]space.Coordinate, error)
- func (s *Store) UpsertCoordinate(ctx context.Context, coo space.Coordinate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config is buntdb structure config.
type Store ¶
Store for item in buntdb.
func (*Store) DeleteCoordinate ¶
func (s *Store) DeleteCoordinate(ctx context.Context, filter space.FilterCoordinate) (space.Coordinate, error)
DeleteCoordinate implementation for space in redis.
func (*Store) FetchManyCoordinate ¶
func (s *Store) FetchManyCoordinate( ctx context.Context, filter space.FilterCoordinate, ) (map[string]space.Coordinate, error)
FetchManyCoordinate implementation for space in redis.
func (*Store) UpsertCoordinate ¶
UpsertCoordinate implementation for space in redis.
Click to show internal directories.
Click to hide internal directories.