api

package
v0.2103.7 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package api defines the registry application API for other applications.

Index

Constants

This section is empty.

Variables

View Source
var (
	// MessageNewRuntimeRegistered is the message kind for new runtime registrations. The message is
	// the runtime descriptor of the runtime that has been registered.
	//
	// The message is not emitted for runtime descriptor updates.
	MessageNewRuntimeRegistered = messageKind(0)

	// MessageRuntimeUpdated is the message kind for runtime registration updates. The message is
	// the runtime descriptor of the runtime that has been updated. Any errors returned from the
	// handler will prevent the runtime update from taking place.
	//
	// The message is also emitted for new runtime registrations.
	MessageRuntimeUpdated = messageKind(1)

	// MessageRuntimeResumed is the message kind for suspended runtime resumptions. The message is
	// the runtime descriptor of the runtime that has been resumed.
	MessageRuntimeResumed = messageKind(2)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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