Documentation ¶
Index ¶
- type Options
- type Store
- func (c *Store) DeleteLock(ref string) error
- func (c *Store) DeleteState(ref string) error
- func (c *Store) GetLock(ref string) (*types.Lock, error)
- func (c *Store) GetState(ref string, version ...string) (map[string]interface{}, bool, error)
- func (c *Store) GetStates(ref string) ([]string, error)
- func (c *Store) Identities() (int, error)
- func (c *Store) Init() error
- func (c *Store) Keep(last int) error
- func (c *Store) List(ref string) ([]string, error)
- func (c *Store) Locks(age int) (int, error)
- func (c *Store) PutLock(ref string, lock types.Lock) error
- func (c *Store) PutState(ref string, state, metadata map[string]interface{}, encrypted bool, ...) error
- func (c *Store) Restore(ref, version string) error
- func (c *Store) States() (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Client *minio.Client Bucket string }
Options S3 backend options
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store S3 store
func (*Store) DeleteState ¶
DeleteState deletes a state
func (*Store) Identities ¶ added in v0.1.0
Identities gets the lock
Click to show internal directories.
Click to hide internal directories.