Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PG pg.PGConfig Rest RestServerConfig LogLevel string `default:"error"` }
type RestServerConfig ¶
type RestServerConfig struct {
Address string `default:":8000"`
}
Click to show internal directories.
Click to hide internal directories.