model

package
v1.0.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	AppName string = "conditionorc"

	// AppKindOrchestrator identifies a condition orchestrator application.
	AppKindOrchestrator AppKind = "orchestrator"

	// AppKindServer identifies a condition API service.
	AppKindServer AppKind = "server"

	// NATS is a NATS kv-based store
	NATS StoreKind = "nats"

	// NatsEventsBroker identifies a NATS events broker.
	NatsEventBroker EventBrokerKind = "nats"

	LogLevelInfo  LogLevel = "info"
	LogLevelDebug LogLevel = "debug"
	LogLevelTrace LogLevel = "trace"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AppKind

type AppKind string

AppKind defines the types of application this can be.

type EventBrokerKind

type EventBrokerKind string

type LogLevel

type LogLevel string

LogLevel is the logging level string.

type Server

type Server struct {
	ID           uuid.UUID
	FacilityCode string
}

Server is a server asset queried from the store.

type StoreKind

type StoreKind string

StoreKind defines the types of condition storage kinds.

Jump to

Keyboard shortcuts

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