15 lines
510 B
Go
15 lines
510 B
Go
// Code generated by ogen, DO NOT EDIT.
|
|
|
|
package gsn
|
|
|
|
// OperationName is the ogen operation name
|
|
type OperationName = string
|
|
|
|
const (
|
|
GetSatellitesOperation OperationName = "GetSatellites"
|
|
GetStationsOperation OperationName = "GetStations"
|
|
GetSubscriptionsOperation OperationName = "GetSubscriptions"
|
|
SubscribeSatelliteOperation OperationName = "SubscribeSatellite"
|
|
SubscribeStationOperation OperationName = "SubscribeStation"
|
|
UnsubscribeOperation OperationName = "Unsubscribe"
|
|
)
|