Documentation ¶
Index ¶
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) 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.