Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationEventType ¶
type NotificationEventType uint32
const ( CreatedEvent NotificationEventType = iota ModifiedEvent DeletedEvent )
func (NotificationEventType) String ¶
func (p NotificationEventType) String() string
type NotificationPayloadType ¶
type NotificationPayloadType uint32
const ( OwnerPayload NotificationPayloadType = iota ServicePayload RepositoryPayload )
func (NotificationPayloadType) String ¶
func (p NotificationPayloadType) String() string
Click to show internal directories.
Click to hide internal directories.