Documentation ¶
Index ¶
- func NewHTTPTransport(client *client.Client) api.Transport
- type Nop
- func (Nop) Delete(selectors.Key, []selectors.FieldValueScore) (selectors.ChangeSet, error)
- func (Nop) Hash() uint32
- func (Nop) Host() string
- func (Nop) Insert(selectors.Key, []selectors.FieldValueScore) (selectors.ChangeSet, error)
- func (Nop) Keys() ([]selectors.Key, error)
- func (Nop) Members(selectors.Key) ([]selectors.Field, error)
- func (Nop) Score(selectors.Key, selectors.Field) (selectors.Presence, error)
- func (Nop) Select(selectors.Key, selectors.Field) (selectors.FieldValueScore, error)
- func (Nop) Size(selectors.Key) (int64, error)
- type Strategy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Nop ¶
type Nop struct{}
func (Nop) Delete ¶
Delete removes a value associated with the key. Returns ChangeSet of success and failure
func (Nop) Insert ¶
Insert takes a key and value and stores with in the underlying store. Returns ChangeSet of success and failure
Click to show internal directories.
Click to hide internal directories.