Documentation ¶
Index ¶
- func Serve(ctx context.Context, lis net.Listener) 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 ¶
This section is empty.
Functions ¶
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.