Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ChannelAnnotation is annotation key of slack message destination channel // // const: 'notify.sho2010.dev/channel' ChannelAnnotation = annotationPrefix + "channel" // NotifyConditionAnnotation is // // value example: "Complete,Failed" NotifyConditionAnnotation = annotationPrefix + "conditions" // EnabledAnnotation is annotation key of enabled slack notification // // value: true/false EnabledAnnotation = annotationPrefix + "enabled" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.