Documentation ¶
Overview ¶
Package controller implements the APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API provides application resources and handlers.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource the controller to manage agents and functions
func NewResource ¶
func NewResource(store database.FunctionStore, d disco.DiscoveryService) *Resource
NewResource creates the controller to manage agents and functions
Click to show internal directories.
Click to hide internal directories.