Documentation ¶
Index ¶
Constants ¶
View Source
const ( NamespaceEventActionFetched = "fetched" NamespaceEventActionCreated = "created" NamespaceEventActionDeleted = "deleted" NamespaceEventActionUpdated = "updated" )
Supported event actions.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceEvent ¶
type NamespaceEvent struct { Action NamespaceEventAction `json:"action"` Namespace models.Namespace `json:"namespace"` }
NamespaceEvent represents database event.
type NamespaceEventAction ¶
type NamespaceEventAction string
NamespaceEventAction represents Event action.
Click to show internal directories.
Click to hide internal directories.