Documentation ¶
Index ¶
- func ExistsBoomYml(gitClient *git.Client) (bool, error)
- func ExistsOrbiterYml(gitClient *git.Client) (bool, error)
- func PushBoomYml(monitor mntr.Monitor, msg string, gitClient *git.Client, desired *tree.Tree) (err error)
- func PushOrbiterYml(monitor mntr.Monitor, msg string, gitClient *git.Client, desired *tree.Tree) (err error)
- func ReadBoomYml(gitClient *git.Client) (*tree.Tree, error)
- func ReadOrbiterYml(gitClient *git.Client) (*tree.Tree, error)
- type SecretFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PushBoomYml ¶
func PushOrbiterYml ¶
Types ¶
type SecretFunc ¶
func BoomSecretFunc ¶
func BoomSecretFunc(gitClient *git.Client, desired *tree.Tree) SecretFunc
func OrbiterSecretFunc ¶
func OrbiterSecretFunc(gitClient *git.Client, desired *tree.Tree) SecretFunc
Click to show internal directories.
Click to hide internal directories.