Add Bulk struct for bulk actions
This commit is contained in:
parent
0d839daf4e
commit
7c08d039f8
|
@ -38,3 +38,7 @@ type Response struct {
|
|||
Successful bool
|
||||
Message string
|
||||
}
|
||||
|
||||
type Bulk struct {
|
||||
ClientIDs []int `form:"clients[]"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue