test seven
This commit is contained in:
@ -13,6 +13,10 @@ type CreateMaRes interface {
|
||||
createMaRes()
|
||||
}
|
||||
|
||||
type CreateSevRes interface {
|
||||
createSevRes()
|
||||
}
|
||||
|
||||
type CreateUeRes interface {
|
||||
createUeRes()
|
||||
}
|
||||
@ -33,6 +37,10 @@ type DeleteMaRes interface {
|
||||
deleteMaRes()
|
||||
}
|
||||
|
||||
type DeleteSevRes interface {
|
||||
deleteSevRes()
|
||||
}
|
||||
|
||||
type DeleteUeRes interface {
|
||||
deleteUeRes()
|
||||
}
|
||||
@ -57,6 +65,10 @@ type ListMaRes interface {
|
||||
listMaRes()
|
||||
}
|
||||
|
||||
type ListSevRes interface {
|
||||
listSevRes()
|
||||
}
|
||||
|
||||
type ListUeRes interface {
|
||||
listUeRes()
|
||||
}
|
||||
@ -73,6 +85,10 @@ type ListUserRes interface {
|
||||
listUserRes()
|
||||
}
|
||||
|
||||
type ListUserSevRes interface {
|
||||
listUserSevRes()
|
||||
}
|
||||
|
||||
type ListUserUeRes interface {
|
||||
listUserUeRes()
|
||||
}
|
||||
@ -97,6 +113,14 @@ type ReadMaRes interface {
|
||||
readMaRes()
|
||||
}
|
||||
|
||||
type ReadSevOwnerRes interface {
|
||||
readSevOwnerRes()
|
||||
}
|
||||
|
||||
type ReadSevRes interface {
|
||||
readSevRes()
|
||||
}
|
||||
|
||||
type ReadUeOwnerRes interface {
|
||||
readUeOwnerRes()
|
||||
}
|
||||
@ -121,6 +145,10 @@ type UpdateMaRes interface {
|
||||
updateMaRes()
|
||||
}
|
||||
|
||||
type UpdateSevRes interface {
|
||||
updateSevRes()
|
||||
}
|
||||
|
||||
type UpdateUeRes interface {
|
||||
updateUeRes()
|
||||
}
|
||||
|
Reference in New Issue
Block a user