Documentation
¶
Index ¶
- Constants
- type Nuon
- func (h *Nuon) Create(key string, rls *rspb.Release) error
- func (h *Nuon) Delete(key string) (*rspb.Release, error)
- func (h *Nuon) Get(key string) (*rspb.Release, error)
- func (h *Nuon) List(filter func(*rspb.Release) bool) ([]*rspb.Release, error)
- func (h *Nuon) Name() string
- func (h *Nuon) Query(keyvals map[string]string) ([]*rspb.Release, error)
- func (h *Nuon) SetNamespace(ns string)
- func (h *Nuon) Update(key string, rls *rspb.Release) error
Constants ¶
View Source
const (
// NuonDriverName is the string name of this driver.
NuonDriverName = "nuon"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nuon ¶
type Nuon struct {
// contains filtered or unexported fields
}
Nuon is the Nuon storage driver implementation.
func NewNuonDriver ¶
NewNuonDriver initializes a new Nuon driver.
func (*Nuon) SetNamespace ¶
SetNamespace sets a specific namespace in which releases will be accessed.
Click to show internal directories.
Click to hide internal directories.