erdomain

package
v0.0.0-...-af2531a Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Structure of data for all state changes

Index

Constants

This section is empty.

Variables

View Source
var Types = ehevent.Allocators{
	"AppUpdated": func() ehevent.Event { return &AppUpdated{} },
	"AppDeleted": func() ehevent.Event { return &AppDeleted{} },
}

Functions

This section is empty.

Types

type AppDeleted

type AppDeleted struct {
	Id string
	// contains filtered or unexported fields
}

func NewAppDeleted

func NewAppDeleted(
	id string,
	meta ehevent.EventMeta,
) *AppDeleted

func (*AppDeleted) Meta

func (e *AppDeleted) Meta() *ehevent.EventMeta

func (*AppDeleted) MetaType

func (e *AppDeleted) MetaType() string

type AppUpdated

type AppUpdated struct {
	Application erconfig.Application
	// contains filtered or unexported fields
}

func NewAppUpdated

func NewAppUpdated(
	app erconfig.Application,
	meta ehevent.EventMeta,
) *AppUpdated

func (*AppUpdated) Meta

func (e *AppUpdated) Meta() *ehevent.EventMeta

func (*AppUpdated) MetaType

func (e *AppUpdated) MetaType() string

Jump to

Keyboard shortcuts

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