Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureQuery ¶
CaptureQuery describes a query for the capture API easyjson:json
func (CaptureQuery) MarshalEasyJSON ¶ added in v0.26.0
func (v CaptureQuery) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CaptureQuery) MarshalJSON ¶ added in v0.26.0
func (v CaptureQuery) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CaptureQuery) UnmarshalEasyJSON ¶ added in v0.26.0
func (v *CaptureQuery) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CaptureQuery) UnmarshalJSON ¶ added in v0.26.0
func (v *CaptureQuery) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.