auto-staging/stagectl

View on GitHub
types/typedef.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// APIErrorResponse represents the Tower API error response body
type APIErrorResponse struct {
    Message string `json:"message"`
}