Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { Setup(opts Options) error Run() error GetPlatform() boshplatform.Platform }
type Config ¶
type Config struct { Platform boshplatform.Options Infrastructure boshinf.Options }
func LoadConfigFromPath ¶
func LoadConfigFromPath(fs boshsys.FileSystem, path string) (Config, error)
Click to show internal directories.
Click to hide internal directories.