Documentation
¶
Overview ¶
package handler provide RESTFul interfaces for all database tables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
func (AuthConfig) String ¶
func (c AuthConfig) String() string
type Config ¶
type Config struct {
DB DBConfig
Auth AuthConfig
Cors CorsConfig
}
type CorsConfig ¶ added in v0.2.0
func (CorsConfig) String ¶ added in v0.2.0
func (c CorsConfig) String() string
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the representation of a restful server which handles CRUD requests
type UserAuthInfo ¶
type UserAuthInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.