Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DecodeEnvValue ¶
Types ¶
type CIDContext ¶
type CIDContext struct {
// ProjectDir is the root directory of the project
ProjectDir string
// WorkDir is the current working directory, must be a subdirectory of ProjectDir or ProjectDir itself
WorkDir string
// Config is the CID configuration for the project
Config *config.CIDConfig
// Env holds the resolved environment variables for the project
Env map[string]string
}
func NewAppContext ¶
func NewAppContext() (*CIDContext, error)
Click to show internal directories.
Click to hide internal directories.