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
MetadataActiveActorsCount contain actorType and count of actors each type has.
Click to show internal directories.
Click to hide internal directories.