Skip to content

Commit

Permalink
Update vast.go
Browse files Browse the repository at this point in the history
  • Loading branch information
milos-pesic-zattoo authored May 22, 2024
1 parent da3c179 commit ee5891c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vast.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import "encoding/xml"

// VAST is the root <VAST> tag
type VAST struct {
// root tag name (VAST)
XMLName xml.Name `xml:"VAST"`
// The version of the VAST spec (should be either "2.0" or "3.0")
Version string `xml:"version,attr" json:",omitempty"`
// One or more Ad elements. Advertisers and video content publishers may
Expand Down

0 comments on commit ee5891c

Please sign in to comment.