api

package
v1.13.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RuntimeAPIVersion = "1.0"
)

RuntimeAPIVersion represents the version for the Dapr runtime API.

Functions

This section is empty.

Types

type Metadata added in v0.5.0

type Metadata struct {
	ID                string                      `json:"id"`
	ActiveActorsCount []MetadataActiveActorsCount `json:"actors"`
	Extended          map[string]string           `json:"extended"`
}

Metadata representa information about sidecar.

type MetadataActiveActorsCount added in v0.5.0

type MetadataActiveActorsCount struct {
	Type  string `json:"type"`
	Count int    `json:"count"`
}

MetadataActiveActorsCount contain actorType and count of actors each type has.

Jump to

Keyboard shortcuts

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