Documentation
¶
Overview ¶
Package env handles Revere's static environment. This environment is configured via a JSON file provided on the command line when running Revere, and it does not change at runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvJSONModel ¶
type EnvJSONModel struct { DB db.DBJSONModel Port uint16 Host string }
EnvJSONModel is the structure for Revere's environment configuration JSON file.
Click to show internal directories.
Click to hide internal directories.