Closed yowcow closed 6 years ago
All storages are split into 2, Storage and NSStorage that can be created via New() and NewNS().
Storage
NSStorage
New()
NewNS()
Simple handler is split into 2, Handler and NSHandler that can be created via simplehandler.New() and simplehandler.NewNS().
Handler
NSHandler
simplehandler.New()
simplehandler.NewNS()
Radix handler is removed, so are relative functions in storages.
This change includes #72
All storages are split into 2,
Storage
andNSStorage
that can be created viaNew()
andNewNS()
.Simple handler is split into 2,
Handler
andNSHandler
that can be created viasimplehandler.New()
andsimplehandler.NewNS()
.Radix handler is removed, so are relative functions in storages.