Documentation
¶
Index ¶
- func DownloadAgent(s *Supplier) error
- func GetApplicationProperties(s *Supplier) map[string]interface{}
- func GetIntroscopeCredentials(s *Supplier) map[string]interface{}
- func IsLinux() bool
- func IsWindows() bool
- func UpdateAgentProperty(s *Supplier, key string, value string) error
- func WriteProfileScript(s *Supplier, appName string) error
- type Command
- type Installer
- type Manifest
- type Stager
- type Supplier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadAgent ¶
func WriteProfileScript ¶
Types ¶
type Installer ¶
type Installer interface {
//TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/installer.go
FetchDependency(libbuildpack.Dependency, string) error
InstallOnlyVersion(string, string) error
}
type Manifest ¶
type Manifest interface {
//TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/manifest.go
AllDependencyVersions(string) []string
DefaultVersion(string) (libbuildpack.Dependency, error)
}
Click to show internal directories.
Click to hide internal directories.