mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
adcom1: fix godoc comment
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package adcom1
|
||||
|
||||
// PodSequence identifies the slot position in pod field, for use in audio and video ad pods.
|
||||
// SlotPositionInPod identifies the slot position in pod field, for use in audio and video ad pods.
|
||||
type SlotPositionInPod int8
|
||||
|
||||
// PodSequence options.
|
||||
// SlotPositionInPod options.
|
||||
const (
|
||||
SlotPosLast SlotPositionInPod = -1 // Last ad in the pod.
|
||||
SlotPosAny SlotPositionInPod = 0 // Any ad in the pod.
|
||||
|
||||
Reference in New Issue
Block a user