Versions in this module Expand all Collapse all v0 v0.2.3 Jan 10, 2020 Changes in this version + type Handler struct + func New(stg storage.Storage, logger *log.Logger) *Handler + func (h *Handler) Get(key []byte) ([]byte, error) + type NSHandler struct + func NewNS(stg storage.NSStorage, logger *log.Logger) *NSHandler + func (h *NSHandler) GetNS(ns, key []byte) ([]byte, error) + type StorageHandler struct + func (h *StorageHandler) Load(file string) error + func (h *StorageHandler) Start(filein <-chan string, l *loader.Loader) <-chan bool