feat: init
This commit is contained in:
parent
7688020b52
commit
e8b8c10faa
33 changed files with 6027 additions and 0 deletions
15
pkg/rest/oas_operations_gen.go
Normal file
15
pkg/rest/oas_operations_gen.go
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// 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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue