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
2024-02-02 15:39:13 +01:00

26 lines
380 B
Go

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