package
Version:
v0.0.0-...-a423d60
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewClient constructs a default implementation of the Client interface
type Config struct {
OperationEndpoint string `mapstructure:"operation_endpoint" description:"the operation endpoint of the Director component"`
}
Settings type to be loaded from the environment
DefaultSettings returns the default values for configuring the System Broker
Validate ensures that the director config properties have valid values
type Request struct {
OperationType graphql.OperationType `json:"operation_type"`
ResourceType resource.Type `json:"resource_type"`
ResourceID string `json:"resource_id"`
OperationCategory string `json:"operation_category"`
Error string `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.