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