workshop/internal/api/idRequest.go
Dmitry Sirotkin 8ad58ca09d
Some checks failed
Deploy to Server (Docker) / deploy (push) Failing after 59s
5
2025-03-28 19:46:14 +03:00

5 lines
62 B
Go

package api
type IdRequest struct {
Ids []int `json:"ids"`
}