events

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL