type Paths …
func (p *Paths) MarshalJSON() ([]byte, error) { … }
func (p *Paths) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (p *Paths) UnmarshalJSON(data []byte) error { … }
func (p *Paths) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type Path …
func (p *Path) MarshalJSON() ([]byte, error) { … }
func (p *Path) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }
func (p *Path) UnmarshalJSON(data []byte) error { … }
func (p *Path) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … }
type PathProps …