Documentation ¶
Overview ¶
Package api contains the api used by scribe
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Port is the http port for the api. Port uint16 // Database is the database type. // TODO: should be enum Database string // Path is the path to the database or db connection. // TODO: should be renamed Path string // OmniRPCURL is the url of the omnirpc service. OmniRPCURL string // SkipMigrations skips the database migrations. SkipMigrations bool }
Config contains the config for the api.
Click to show internal directories.
Click to hide internal directories.