Documentation ¶
Index ¶
Constants ¶
View Source
const ( PostgresEntDriver = "pgx" SqliteEntDriver = "sqlite" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Port string `env:"SERVE_PORT" default:"8080" flag:"-"` TLS bool `env:"TLS" default:"false" flag:"-"` TLSPort string `env:"TLS_PORT" default:"443" flag:"-"` CertPath string `env:"CERT_PATH" default:"invoiceexchange.local.pem" flag:"-"` CertPrivateKey string `env:"CERT_PRIVATE_KEY" default:"invoiceexchange.local-key.pem" flag:"-"` }
Click to show internal directories.
Click to hide internal directories.