You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/field_error.gen.go

21 lines
448 B

// Code generated by "make api"; DO NOT EDIT.
package api
import "bytes"
type FieldError struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
lastResponseBody *bytes.Buffer
lastResponseMap map[string]interface{}
}
func (n FieldError) LastResponseBody() *bytes.Buffer {
return n.lastResponseBody
}
func (n FieldError) LastResponseMap() map[string]interface{} {
return n.lastResponseMap
}