Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvInterface ¶
type EnvInterface interface { //DATABASE ENV GetMysqlPassword() (string, error) GetMysqlDatabase() (string, error) GetMysqlUsername() (string, error) GetMysqlHost() (string, error) GetMysqlPort() (string, error) //AUTHORIZATION ENV GetAccessKey() (string, error) GetActivationKey() (string, error) GetRefereshKey() (string, error) GetPasswordKey() (string, error) GetEmailAPIKey() (string, error) GetSize() (string, error) //UTILITY ENV GetServerPort() (string, error) GetLocalAssets() (string, error) GetLocalHTML() (string, error) GetBaseURI() (string, error) GetUSERBaseURI() (string, error) GetNotificationAPIKey() (string, error) //MIDDLEWARE ENV GetProtectedTokenExtractionKey() (string, error) GetPublicTokenExtractionKey() (string, error) GetPublicAuth() (string, error) }
EnvInterface : holds the signature function
var GetKey EnvInterface = &envfetch{}
Click to show internal directories.
Click to hide internal directories.