Documentation
¶
Index ¶
Constants ¶
View Source
const ( STATUS_SUCCESS = "Success" STATUS_FAILED = "Failed" EVENT_AGENT_INSTALL = "agent.installed" EVENT_AGENT_UNINSTALL = "agent.uninstalled" EVENT_CONTROLLER_INSTALL = "controller.installed" EVENT_CONTROLLER_UNINSTALL = "controller.uninstalled" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfEventSender ¶
type CfEventSender struct {
// contains filtered or unexported fields
}
func New ¶
func New(eventName string) *CfEventSender
func (*CfEventSender) Fail ¶
func (cfEventSender *CfEventSender) Fail(reason string)
func (*CfEventSender) Success ¶
func (cfEventSender *CfEventSender) Success(reason string)
func (*CfEventSender) WithCustomCodefreshApi ¶
func (cfEventSender *CfEventSender) WithCustomCodefreshApi(cfapi codefresh.CodefreshApi) *CfEventSender
Click to show internal directories.
Click to hide internal directories.