Documentation ¶
Overview ¶
Code generated from Pkl module `appConfig.pkl`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment string
const ( Dev Environment = "dev" Qa Environment = "qa" Prod Environment = "prod" )
func (Environment) String ¶
func (rcv Environment) String() string
String returns the string representation of Environment
func (*Environment) UnmarshalBinary ¶
func (rcv *Environment) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for Environment.
Click to show internal directories.
Click to hide internal directories.