Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface { ID() string Name() string Version() string BuiltAt() time.Time StartedAt() time.Time Debug() int LookupEnv(suffix string) (string, bool) Host() string }
Application AFAIRE.
type Components ¶
type Components struct { Application Application Config Config Crypto Crypto Logger Logger Model Model Router Router Server Server Storage Storage }
Components AFAIRE.
type Config ¶
type Config interface { Data() *data.Data Logger() *data.Logger Server() *data.Server Storage() *data.Storage }
Config AFAIRE.
type Crypto ¶
type Crypto interface { DecryptString(text string) (string, error) EncryptString(text string) (string, error) }
Crypto AFAIRE.
Click to show internal directories.
Click to hide internal directories.