Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIMeta ¶
type APIMeta struct {
// Unique request identifier for debugging and support
RequestID string `json:"requestId,required"`
// JSON contains metadata for fields, check presence with [respjson.Field.Valid].
JSON struct {
RequestID respjson.Field
ExtraFields map[string]respjson.Field
// contains filtered or unexported fields
} `json:"-"`
}
func (*APIMeta) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.