memkv

package
v0.0.0-...-e6d1baa Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2016 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemStore

type MemStore struct {
	FuncMap map[string]interface{}
	sync.RWMutex
	// contains filtered or unexported fields
}

func NewMemStore

func NewMemStore() *MemStore

func (*MemStore) Clear

func (s *MemStore) Clear()

func (*MemStore) Exists

func (s *MemStore) Exists(key string) bool

func (*MemStore) GetAll

func (s *MemStore) GetAll(pattern string) map[string]string

func (*MemStore) GetAllValues

func (s *MemStore) GetAllValues(pattern string) []string

func (*MemStore) GetValue

func (s *MemStore) GetValue(key string) string

func (*MemStore) List

func (s *MemStore) List(filePath string) []string

func (*MemStore) Set

func (s *MemStore) Set(key, value string)

Jump to

Keyboard shortcuts

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