diff --git a/cmd/structs.go b/cmd/structs.go index 2a38346..cf9e783 100644 --- a/cmd/structs.go +++ b/cmd/structs.go @@ -38,3 +38,7 @@ type Response struct { Successful bool Message string } + +type Bulk struct { + ClientIDs []int `form:"clients[]"` +}