predictor/pkg/rest/oas_operations_gen.go
2026-03-28 03:07:13 +09:00

11 lines
263 B
Go

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