k3s/vendor/github.com/rootless-containers/rootlesskit/pkg/api/api.go

7 lines
158 B
Go

package api
// ErrorJSON is returned with "application/json" content type and non-2XX status code
type ErrorJSON struct {
Message string `json:"message"`
}