platform

package
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2019 License: Apache-2.0 Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentVariables

type EnvironmentVariables map[string]string

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.

func DefaultPlatform

func DefaultPlatform(root string, logger logger.Logger) (Platform, error)

DefaultPlatform creates a new instance of Platform.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL