1
0
api/ent/ogent/oas_interfaces_gen.go

75 lines
976 B
Go
Raw Normal View History

2022-08-31 06:18:14 +00:00
// Code generated by ogen, DO NOT EDIT.
package ogent
2022-08-31 07:49:08 +00:00
type CreateCardRes interface {
createCardRes()
2022-08-31 06:18:14 +00:00
}
2022-08-31 07:49:08 +00:00
type CreateGroupRes interface {
createGroupRes()
2022-08-31 06:18:14 +00:00
}
2022-08-31 07:49:08 +00:00
type CreateUserRes interface {
createUserRes()
2022-08-31 06:18:14 +00:00
}
2022-08-31 07:49:08 +00:00
type DeleteCardRes interface {
deleteCardRes()
2022-08-31 06:18:14 +00:00
}
2022-08-31 07:49:08 +00:00
type DeleteGroupRes interface {
deleteGroupRes()
}
type DeleteUserRes interface {
deleteUserRes()
}
type ListCardRes interface {
listCardRes()
}
type ListGroupRes interface {
listGroupRes()
}
type ListGroupUsersRes interface {
listGroupUsersRes()
}
type ListUserCardRes interface {
listUserCardRes()
}
type ListUserRes interface {
listUserRes()
}
type ReadCardOwnerRes interface {
readCardOwnerRes()
}
type ReadCardRes interface {
readCardRes()
}
type ReadGroupRes interface {
readGroupRes()
}
type ReadUserRes interface {
readUserRes()
}
type UpdateCardRes interface {
updateCardRes()
}
type UpdateGroupRes interface {
updateGroupRes()
}
type UpdateUserRes interface {
updateUserRes()
2022-08-31 06:18:14 +00:00
}