Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitNotification ¶
type PubSubManager ¶
type PubSubManager struct {
// contains filtered or unexported fields
}
func NewPubSubManager ¶
func NewPubSubManager() *PubSubManager
func (*PubSubManager) PublishCommit ¶
func (cc *PubSubManager) PublishCommit(fsId, namespace, name, branch, commitId string, metadata map[string]string) error
func (*PubSubManager) SubscribeForCommits ¶
func (cc *PubSubManager) SubscribeForCommits(url, username, password, subject string) error
func (*PubSubManager) UnsubscribeForCommits ¶
func (cc *PubSubManager) UnsubscribeForCommits(url, username, subject string) error
Click to show internal directories.
Click to hide internal directories.