Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIVersionV1alpha1 = "dapr.io/v1alpha1" APIVersionV2alpha1 = "dapr.io/v2alpha1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v0.2.0
type Server interface {
Run(ctx context.Context, certChain *dapr_credentials.CertChain, onReady func())
OnComponentUpdated(component *componentsapi.Component)
}
Server runs the Dapr API server for components and configurations.
func NewAPIServer ¶
NewAPIServer returns a new API server.
Click to show internal directories.
Click to hide internal directories.