Documentation ¶
Overview ¶
Package schema provides schemas and validation functions for it.
Index ¶
Constants ¶
View Source
const ( PDVAdvertiserIDType = types.PDVAdvertiserIDType PDVCookieType = types.PDVCookieType PDVLocationType = types.PDVLocationType PDVProfileType = types.PDVProfileType PDVSearchHistoryType = types.PDVSearchHistoryType )
nolint
View Source
const (
V1 = v1.Version
)
nolint
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDVWrapper ¶
type PDVWrapper struct {
// contains filtered or unexported fields
}
PDVWrapper is wrapper for PDV object.
It's very usable for composing into request or response.
func (PDVWrapper) MarshalJSON ¶ added in v1.2.8
func (p PDVWrapper) MarshalJSON() ([]byte, error)
MarshalJSON ...
func (*PDVWrapper) UnmarshalJSON ¶
func (p *PDVWrapper) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
Click to show internal directories.
Click to hide internal directories.