Documentation ¶
Index ¶
- type Store
- func (_m *Store) Delete(ctx datastore.Context, key datastore.Key) error
- func (_m *Store) FindHostsWithPoolID(ctx datastore.Context, poolID string) ([]host.Host, error)
- func (_m *Store) Get(ctx datastore.Context, key datastore.Key, entity datastore.ValidEntity) error
- func (_m *Store) GetHostByIP(ctx datastore.Context, hostIP string) (*host.Host, error)
- func (_m *Store) GetN(ctx datastore.Context, limit uint64) ([]host.Host, error)
- func (_m *Store) Put(ctx datastore.Context, key datastore.Key, entity datastore.ValidEntity) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
func (*Store) FindHostsWithPoolID ¶
func (*Store) GetHostByIP ¶
Click to show internal directories.
Click to hide internal directories.