type Responses …
func (r *Responses) MarshalJSON() ([]byte, error) { … }
func (r Responses) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (r *Responses) UnmarshalJSON(data []byte) error { … }
type ResponsesProps …
func (r ResponsesProps) MarshalJSON() ([]byte, error) { … }
func (r *ResponsesProps) UnmarshalJSON(data []byte) error { … }
func (r *Responses) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) (err error) { … }
type Response …
func (r *Response) MarshalJSON() ([]byte, error) { … }
func (r Response) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (r *Response) UnmarshalJSON(data []byte) error { … }
func (r *Response) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type ResponseProps …
type Link …
func (r *Link) MarshalJSON() ([]byte, error) { … }
func (r *Link) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (r *Link) UnmarshalJSON(data []byte) error { … }
func (l *Link) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type LinkProps …