Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsS3Config ¶
type Config ¶
type Config struct { Server ServerConfig Postgres PostgresConfig Storage AwsS3Config Queue SQS }
type PostgresConfig ¶
type PostgresConfig struct { Host string Port string Username string Password string Name string Driver string IsMock bool }
func (PostgresConfig) ToString ¶
func (pc PostgresConfig) ToString() string
func (PostgresConfig) ToStringWithDbName ¶
func (pc PostgresConfig) ToStringWithDbName() string
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.