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
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +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()
|
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +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()
|
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +00:00
|
|
|
type ListUeRes interface {
|
|
|
|
listUeRes()
|
|
|
|
}
|
|
|
|
|
2022-08-31 07:49:08 +00:00
|
|
|
type ListUserCardRes interface {
|
|
|
|
listUserCardRes()
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListUserRes interface {
|
|
|
|
listUserRes()
|
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +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()
|
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +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()
|
|
|
|
}
|
|
|
|
|
2024-02-03 06:48:28 +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
|
|
|
}
|