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/openapi/oas_interfaces_gen.go

27 lines
380 B
Go
Raw Normal View History

2024-02-01 18:57:25 +00:00
// Code generated by ogen, DO NOT EDIT.
2024-02-01 22:09:09 +00:00
package openapi
2024-02-01 18:57:25 +00:00
type GroupsIDDeleteRes interface {
groupsIDDeleteRes()
}
type GroupsIDGetRes interface {
groupsIDGetRes()
}
type GroupsIDPutRes interface {
groupsIDPutRes()
}
type UsersIDDeleteRes interface {
usersIDDeleteRes()
}
type UsersIDGetRes interface {
usersIDGetRes()
}
type UsersIDPutRes interface {
usersIDPutRes()
}