Documentation ¶
Index ¶
- Variables
- func Serve(ctx context.Context, lis net.Listener) error
- func TransformAdditionalInstances(additionalInstancesInfo *api.AdditionalInstancesInfo) (map[string]protoreflect.MessageDescriptor, error)
- type ConfigurationEvaluatorServiceServer
- func (r *ConfigurationEvaluatorServiceServer) EvaluateConfig(ctx context.Context, request *api.EvaluateConfigRequest) (*api.EvaluateConfigResponse, error)
- func (r *ConfigurationEvaluatorServiceServer) EvaluateFunction(ctx context.Context, request *api.EvaluateFunctionRequest) (*api.EvaluateFunctionResponse, error)
- func (r *ConfigurationEvaluatorServiceServer) JSONSchema(ctx context.Context, request *api.JSONSchemaRequest) (*api.JSONSchemaResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFS = errors.New("no filesystem available")
Functions ¶
func TransformAdditionalInstances ¶ added in v0.37.0
func TransformAdditionalInstances( additionalInstancesInfo *api.AdditionalInstancesInfo, ) (map[string]protoreflect.MessageDescriptor, error)
Types ¶
type ConfigurationEvaluatorServiceServer ¶ added in v0.12.0
type ConfigurationEvaluatorServiceServer struct { // must be embedded to have forward compatible implementations api.UnimplementedCirrusConfigurationEvaluatorServiceServer }
func (*ConfigurationEvaluatorServiceServer) EvaluateConfig ¶ added in v0.12.0
func (r *ConfigurationEvaluatorServiceServer) EvaluateConfig( ctx context.Context, request *api.EvaluateConfigRequest, ) (*api.EvaluateConfigResponse, error)
func (*ConfigurationEvaluatorServiceServer) EvaluateFunction ¶ added in v0.36.0
func (r *ConfigurationEvaluatorServiceServer) EvaluateFunction( ctx context.Context, request *api.EvaluateFunctionRequest, ) (*api.EvaluateFunctionResponse, error)
func (*ConfigurationEvaluatorServiceServer) JSONSchema ¶ added in v0.18.0
func (r *ConfigurationEvaluatorServiceServer) JSONSchema( ctx context.Context, request *api.JSONSchemaRequest, ) (*api.JSONSchemaResponse, error)
Click to show internal directories.
Click to hide internal directories.