Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessConf ¶
type AccessConf struct { Restrict bool Tables []TablesConf }
type Prest ¶
type Prest struct { // HTTPPort Declare which http port the PREST used HTTPPort int PGHost string PGPort int PGUser string PGPass string PGDatabase string PGMaxIdleConn int PGMAxOpenConn int JWTKey string MigrationsPath string QueriesPath string AccessConf AccessConf }
Prest basic config
var PREST_CONF *Prest
type TablesConf ¶
Click to show internal directories.
Click to hide internal directories.