Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { Version int Host string Path string Port string StrictSlash bool LimitClient int Destination string Msg Message }
API ...
type DB ¶
type DB struct { Driver string User string PW string Port string Host string SSL string Schema string TblPrefix string Name string SingularTable bool LogMode bool }
DB is a struct
type Route ¶
type Route struct { Name string Method string Pattern string HandlerFunc http.HandlerFunc }
Route defines a single route, e.g. a human readable name, HTTP method, pattern the function that will execute when the route is called.
Click to show internal directories.
Click to hide internal directories.