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

8 lines
181 B

// Code generated by "make api"; DO NOT EDIT.
package api
type FieldError struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
}