Documentation ¶
Index ¶
- type Storage
- func (s *Storage) GetByName(name string) (val []byte, err error)
- func (s *Storage) Pop(name string) (val []byte, err error)
- func (s *Storage) Push(name string, v string) (err error)
- func (s *Storage) Search(name string) (result map[string][]byte)
- func (s *Storage) Serialize()
- func (s *Storage) Shutdown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage ...
func NewStorage ¶
func NewStorage( adaptors *adaptors.Adaptors, graceful *graceful_service.GracefulService) *Storage
NewStorage ...
Click to show internal directories.
Click to hide internal directories.