Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
Auth stores the username and password hash. Inbound HTTP request must be authenticated over HTTP Basic Auth and the credentials provided by the client will be compared to values stored here
type Config ¶
type Config struct { Name string DisplayName string Description string Port string Database struct { Driver string URL string Tables []*Table } TLS struct { Enabled bool PublicKey string PrivateKey string } Descriptor *descriptor.Descriptor Auth *Auth Logging bool }
Config defines the data structures which can be used and configured in the config.yaml file and other relevant data structures
var Options Config
Options is populated by this package's init() function
Click to show internal directories.
Click to hide internal directories.