event

package
v0.0.0-...-37f5ccb Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultPrefix = "modelz-"
)

Variables

This section is empty.

Functions

func NullStringBuilder

func NullStringBuilder(String string, Valid bool) sql.NullString

Types

type EventRecorder

type EventRecorder struct {
	DB *query.Queries
}

func (*EventRecorder) CreateDeploymentEvent

func (e *EventRecorder) CreateDeploymentEvent(namespace, deployment, event, message string) error

type Fake

type Fake struct {
}

func (*Fake) CreateDeploymentEvent

func (f *Fake) CreateDeploymentEvent(namespace, deployment, event, message string) error

type Interface

type Interface interface {
	CreateDeploymentEvent(namespace, deployment, event, message string) error
}

func NewEventRecorder

func NewEventRecorder(q *query.Queries) Interface

func NewFake

func NewFake() Interface

Jump to

Keyboard shortcuts

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