Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvAndFile ¶
type EnvAndFile struct {
// contains filtered or unexported fields
}
func New ¶
func New(envKey, filepath string) EnvAndFile
func (EnvAndFile) EnvKey ¶
func (e EnvAndFile) EnvKey() string
func (EnvAndFile) ExportEnv ¶
func (e EnvAndFile) ExportEnv(value string) error
func (EnvAndFile) Filepath ¶
func (e EnvAndFile) Filepath() string
func (EnvAndFile) MaxEnvBytes ¶
func (e EnvAndFile) MaxEnvBytes() (int, error)
func (EnvAndFile) WriteFile ¶
func (e EnvAndFile) WriteFile(content string) error
Click to show internal directories.
Click to hide internal directories.