datastore

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	Handle   string                 `json:"handle"`
	IP       string                 `json:"ip"`
	Metadata map[string]interface{} `json:"metadata"`
}

type Datastore

type Datastore interface {
	Add(handle, ip string, metadata map[string]interface{}) error
	Delete(handle string) (Container, error)
	ReadAll() (map[string]Container, error)
}

type Store

type Store struct {
	Serializer      serial.Serializer
	Locker          locker
	DataFilePath    string
	VersionFilePath string
	CacheMutex      *sync.RWMutex
	// contains filtered or unexported fields
}

func (*Store) Add

func (c *Store) Add(handle, ip string, metadata map[string]interface{}) error

func (*Store) Delete

func (c *Store) Delete(handle string) (Container, error)

func (*Store) ReadAll

func (c *Store) ReadAll() (map[string]Container, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL