Documentation ¶
Overview ¶
persist list
Index ¶
Constants ¶
View Source
const (
DEFAULT_KEYNAME = "_perist_chan"
)
Variables ¶
View Source
var ErrNil = errors.New("empty")
Functions ¶
This section is empty.
Types ¶
type PersistList ¶
type PersistList interface { Pop(v interface{}) error Push(v interface{}) (int64, error) Len() (int64, error) Close() }
func NewNodbList ¶
func NewNodbList(indexDir, keyname string) (PersistList, error)
Click to show internal directories.
Click to hide internal directories.