prebid_cache_client

package
v0.0.0-...-1e4272c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

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

func Put

func Put(ctx context.Context, objs []*CacheObject) error

Put will send the array of objs and update each with a UUID

Types

type BidCache

type BidCache struct {
	Adm    string `json:"adm,omitempty"`
	NURL   string `json:"nurl,omitempty"`
	Width  uint64 `json:"width,omitempty"`
	Height uint64 `json:"height,omitempty"`
}

type CacheObject

type CacheObject struct {
	Value *BidCache
	UUID  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL