Handle org runners
This commit is contained in:
parent
bf0a5bf147
commit
ebec0dda52
18 changed files with 1028 additions and 184 deletions
7
apiserver/params/params.go
Normal file
7
apiserver/params/params.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package params
|
||||
|
||||
// APIErrorResponse holds information about an error, returned by the API
|
||||
type APIErrorResponse struct {
|
||||
Error string `json:"error"`
|
||||
Details string `json:"details"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue