Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaginationCursor ¶
type PaginationCursor struct { UtmTerm string `json:"utmTerm"` VisitorCount uint64 `json:"visitorCount"` }
func (*PaginationCursor) MarshalJSON ¶
func (pc *PaginationCursor) MarshalJSON() ([]byte, error)
func (*PaginationCursor) UnmarshalJSON ¶
func (pc *PaginationCursor) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.