Documentation
¶
Index ¶
- type Store
- func NewComponents(compStore *compstore.ComponentStore) Store[compapi.Component]
- func NewConfigurations(compStore *compstore.ComponentStore) Store[configapi.Configuration]
- func NewHTTPEndpoints(compStore *compstore.ComponentStore) Store[httpendpointapi.HTTPEndpoint]
- func NewMCPServers(compStore *compstore.ComponentStore) Store[mcpserverapi.MCPServer]
- func NewResiliencies(compStore *compstore.ComponentStore) Store[resiliencyapi.Resiliency]
- func NewSubscriptions(compStore *compstore.ComponentStore) Store[subapi.Subscription]
- func NewWorkflowAccessPolicies(compStore *compstore.ComponentStore) Store[wfaclapi.WorkflowAccessPolicy]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
func NewComponents ¶ added in v1.14.0
func NewComponents(compStore *compstore.ComponentStore) Store[compapi.Component]
func NewConfigurations ¶ added in v1.18.0
func NewConfigurations(compStore *compstore.ComponentStore) Store[configapi.Configuration]
func NewHTTPEndpoints ¶ added in v1.18.0
func NewHTTPEndpoints(compStore *compstore.ComponentStore) Store[httpendpointapi.HTTPEndpoint]
func NewMCPServers ¶ added in v1.18.0
func NewMCPServers(compStore *compstore.ComponentStore) Store[mcpserverapi.MCPServer]
func NewResiliencies ¶ added in v1.18.0
func NewResiliencies(compStore *compstore.ComponentStore) Store[resiliencyapi.Resiliency]
func NewSubscriptions ¶ added in v1.14.0
func NewSubscriptions(compStore *compstore.ComponentStore) Store[subapi.Subscription]
func NewWorkflowAccessPolicies ¶ added in v1.18.0
func NewWorkflowAccessPolicies(compStore *compstore.ComponentStore) Store[wfaclapi.WorkflowAccessPolicy]
Click to show internal directories.
Click to hide internal directories.