# Functions
DataResourceBody returns an data encapsulated version of a resource.
DataResourcesBody returns an data encapsulated version of an array of resources.
Healthz returns 200.
NewAuthHandlers takes a datastore.Session implementation and returns an AuthHandlers struct If a signing key is not configured, it will return an error.
# Structs
AuthHandlers defines handlers that provide authentication.
# Type aliases
Params a key-value map of path params.
WithParams can be used to wrap handlers to take an extra arg for path params.