cache

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PisigStore

type PisigStore struct {
	// contains filtered or unexported fields
}

func NewPisigStore

func NewPisigStore() *PisigStore

Create new PisigStore

func (*PisigStore) Get

func (ps *PisigStore) Get(key string) (interface{}, bool)

func (*PisigStore) GetBool

func (ps *PisigStore) GetBool(key string) bool

func (*PisigStore) GetByte

func (ps *PisigStore) GetByte(key string) byte

func (*PisigStore) GetByteSlice

func (ps *PisigStore) GetByteSlice(key string) []byte

func (*PisigStore) GetByteSliceMap

func (ps *PisigStore) GetByteSliceMap(key string) map[string][]byte

func (*PisigStore) GetInt

func (ps *PisigStore) GetInt(key string) int

func (*PisigStore) GetInt64

func (ps *PisigStore) GetInt64(key string) int64

func (*PisigStore) GetMap

func (ps *PisigStore) GetMap(key string) map[string]interface{}

func (*PisigStore) GetString

func (ps *PisigStore) GetString(key string) string

func (*PisigStore) GetStringMap

func (ps *PisigStore) GetStringMap(key string) map[string]string

func (*PisigStore) GetUInt

func (ps *PisigStore) GetUInt(key string) uint

func (*PisigStore) GetUInt64

func (ps *PisigStore) GetUInt64(key string) uint64

func (*PisigStore) IsSet

func (ps *PisigStore) IsSet(key string) bool

func (*PisigStore) Set

func (ps *PisigStore) Set(key string, value interface{})

Jump to

Keyboard shortcuts

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