Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitPrebidCache ¶
func InitPrebidCache(baseurl string)
InitPrebidCache setup the global prebid cache
Types ¶
type CacheObject ¶
type Client ¶
type Client interface { // PutJson stores JSON values for the given openrtb.Bids in the cache. Null values will be // // The returned string slice will always have the same number of elements as the values argument. If a // value could not be saved, the element will be an empty string. Implementations are responsible for // logging any relevant errors to the app logs PutJson(ctx context.Context, values []json.RawMessage) []string }
Client stores values in Prebid Cache. For more info, see https://github.com/prebid/prebid-cache
Click to show internal directories.
Click to hide internal directories.