1
0
api/ent/ogent/oas_interfaces_gen.go

159 lines
1.9 KiB
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
}
2023-04-05 06:05:14 +00:00
type CreateMaRes interface {
createMaRes()
}
2024-04-10 21:11:26 +00:00
type CreateSevRes interface {
createSevRes()
}
2023-04-05 06:05:14 +00:00
type CreateUeRes interface {
createUeRes()
}
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()
}
2023-04-05 06:05:14 +00:00
type DeleteMaRes interface {
deleteMaRes()
}
2024-04-10 21:11:26 +00:00
type DeleteSevRes interface {
deleteSevRes()
}
2023-04-05 06:05:14 +00:00
type DeleteUeRes interface {
deleteUeRes()
}
2022-08-31 07:49:08 +00:00
type DeleteUserRes interface {
deleteUserRes()
}
type ListCardRes interface {
listCardRes()
}
type ListGroupRes interface {
listGroupRes()
}
type ListGroupUsersRes interface {
listGroupUsersRes()
}
2023-04-05 06:05:14 +00:00
type ListMaRes interface {
listMaRes()
}
2024-04-10 21:11:26 +00:00
type ListSevRes interface {
listSevRes()
}
2023-04-05 06:05:14 +00:00
type ListUeRes interface {
listUeRes()
}
2022-08-31 07:49:08 +00:00
type ListUserCardRes interface {
listUserCardRes()
}
2023-04-05 06:05:14 +00:00
type ListUserMaRes interface {
listUserMaRes()
}
2022-08-31 07:49:08 +00:00
type ListUserRes interface {
listUserRes()
}
2024-04-10 21:11:26 +00:00
type ListUserSevRes interface {
listUserSevRes()
}
2023-04-05 06:05:14 +00:00
type ListUserUeRes interface {
listUserUeRes()
}
2022-08-31 07:49:08 +00:00
type ReadCardOwnerRes interface {
readCardOwnerRes()
}
type ReadCardRes interface {
readCardRes()
}
type ReadGroupRes interface {
readGroupRes()
}
2023-04-05 06:05:14 +00:00
type ReadMaOwnerRes interface {
readMaOwnerRes()
}
type ReadMaRes interface {
readMaRes()
}
2024-04-10 21:11:26 +00:00
type ReadSevOwnerRes interface {
readSevOwnerRes()
}
type ReadSevRes interface {
readSevRes()
}
2023-04-05 06:05:14 +00:00
type ReadUeOwnerRes interface {
readUeOwnerRes()
}
type ReadUeRes interface {
readUeRes()
}
2022-08-31 07:49:08 +00:00
type ReadUserRes interface {
readUserRes()
}
type UpdateCardRes interface {
updateCardRes()
}
type UpdateGroupRes interface {
updateGroupRes()
}
2023-04-05 06:05:14 +00:00
type UpdateMaRes interface {
updateMaRes()
}
2024-04-10 21:11:26 +00:00
type UpdateSevRes interface {
updateSevRes()
}
2023-04-05 06:05:14 +00:00
type UpdateUeRes interface {
updateUeRes()
}
2022-08-31 07:49:08 +00:00
type UpdateUserRes interface {
updateUserRes()
2022-08-31 06:18:14 +00:00
}