10 lines
201 B
Go
10 lines
201 B
Go
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
package gsn
|
|
|
|
// OperationName is the ogen operation name
|
|
type OperationName = string
|
|
|
|
const (
|
|
PerformPredictionOperation OperationName = "PerformPrediction"
|
|
)
|