Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentVariables ¶
EnvironmentVariables is a collection of environment variables provided by the Platform.
func (EnvironmentVariables) SetAll ¶
func (e EnvironmentVariables) SetAll() error
SetAll sets all of the environment variable content in the current process environment.
type Platform ¶
type Platform struct { // Root is the path to the root directory for the platform contributions. Root string // EnvironmentVariables is the collection of environment variables contributed by the platform. EnvironmentVariables EnvironmentVariables // contains filtered or unexported fields }
Platform represents the platform contributions for an application.
Click to show internal directories.
Click to hide internal directories.