Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
StorageHandler
}
Handler represents a simple handler
type NSHandler ¶
type NSHandler struct { Handler // contains filtered or unexported fields }
NSHandler represents a simple namespaced handler
type StorageHandler ¶
type StorageHandler struct {
// contains filtered or unexported fields
}
StorageHandler represents a wrapper to storage.Storage
func (*StorageHandler) Load ¶
func (h *StorageHandler) Load(file string) error
Load loads data into storage
Click to show internal directories.
Click to hide internal directories.