garm/apiserver/params/params.go
Gabriel Adrian Samfira ebec0dda52 Handle org runners
2022-04-22 14:46:27 +00:00

7 lines
187 B
Go

package params
// APIErrorResponse holds information about an error, returned by the API
type APIErrorResponse struct {
Error string `json:"error"`
Details string `json:"details"`
}