forked from ebhomengo/niki
23 lines
366 B
Go
23 lines
366 B
Go
package param
|
|
|
|
type NotificationKindBoxReqAccepted struct {
|
|
KindBoxReqID uint
|
|
}
|
|
|
|
type NotificationKindBoxReqRejected struct {
|
|
KindBoxReqID uint
|
|
Description string
|
|
}
|
|
|
|
type NotificationKindBoxReqAssigned struct {
|
|
KindBoxReqID uint
|
|
}
|
|
|
|
type NotificationKindBoxAssigned struct {
|
|
ReceiverAgentID uint
|
|
}
|
|
|
|
type NotificationKindBoxEnumerated struct {
|
|
KindBoxID uint
|
|
}
|