This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
golang-rest-example/pkg/api/oas_interfaces_gen.go
2024-02-01 19:57:25 +01:00

30 lines
437 B
Go

// Code generated by ogen, DO NOT EDIT.
package api
type GroupsIDDeleteRes interface {
groupsIDDeleteRes()
}
type GroupsIDGetRes interface {
groupsIDGetRes()
}
type GroupsIDPutRes interface {
groupsIDPutRes()
}
type UsersIDDeleteRes interface {
usersIDDeleteRes()
}
type UsersIDGetRes interface {
usersIDGetRes()
}
type UsersIDGroupPutRes interface {
usersIDGroupPutRes()
}
type UsersIDPutRes interface {
usersIDPutRes()
}