Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleasePubSub ¶
type ReleasePubSub struct {
// contains filtered or unexported fields
}
func NewReleasePubSub ¶
func NewReleasePubSub() *ReleasePubSub
func (*ReleasePubSub) PublishFailed ¶
func (ps *ReleasePubSub) PublishFailed(release string)
func (*ReleasePubSub) PublishSuccess ¶
func (ps *ReleasePubSub) PublishSuccess(release string)
func (*ReleasePubSub) Subscribe ¶
func (ps *ReleasePubSub) Subscribe(release string) <-chan ReleaseStatus
type ReleaseStatus ¶
type ReleaseStatus int
const ( ReleaseSuccess ReleaseStatus = iota ReleaseFailed )
Click to show internal directories.
Click to hide internal directories.