Documentation
¶
Index ¶
Constants ¶
View Source
const Prefix = "gitlab"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventType ¶ added in v0.11.0
type EventType string
EventType represents an event type name like "config-write" or "static-creds-create-fail".
func MustEventType ¶ added in v0.11.0
MustEventType is like NewEventType but panics on invalid input.
func NewEventType ¶ added in v0.11.0
NewEventType creates a validated EventType. The name must contain only lowercase letters (a-z) and hyphens.
Click to show internal directories.
Click to hide internal directories.