Documentation
¶
Index ¶
- func BoolPointer(b bool) *bool
- func CreateTargetsTable(dbFilePath string) error
- func GetCurrentTarget(dbFilePath string) (target.Target, error)
- func IsFailingTarget(dbFilePath string, name string) (bool, error)
- func RegisterInstallationFailed(dbFilePath string, target *target.Target, correlationId string) error
- func RegisterInstallationStarted(dbFilePath string, target *target.Target, correlationId string) error
- func RegisterInstallationSuceeded(dbFilePath string, target *target.Target, correlationId string) error
- type TargetCustom
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolPointer ¶
func CreateTargetsTable ¶
Types ¶
type TargetCustom ¶
type TargetCustom struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.