predictor/pkg/rest/oas_operations_gen.go
2025-06-25 23:23:16 +03:00

11 lines
262 B
Go

// Code generated by ogen, DO NOT EDIT.
package gsn
// OperationName is the ogen operation name
type OperationName = string
const (
PerformPredictionOperation OperationName = "PerformPrediction"
ReadinessCheckOperation OperationName = "ReadinessCheck"
)