package
2.1.0
Repository: https://github.com/go-restit/restit.git
Documentation: pkg.go.dev

# Functions

New returns a new example server of a given type and store.
NewFactory returns Factory of the provided type.
NewPtr takes a variable and make a new one of the same type.
NewSlicePtr takes a variable and make a new list of the given type.
NewStore returns a blank Store.

# Structs

Store is a dummy storage device that stores Storable.

# Interfaces

Factory creates pointer of type and of list.
Patchable is an interface of a structure that can be patched with another partial instance of it.
Storable are information thats storable.

# Type aliases

Server returns handler route the base URL, noun, nounp.