Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
Manifest struct holds Origin and Path of Manifest Variant level manifests will be base64 encoded absolute path
func NewManifest ¶
NewManifest returns a new Origin struct
func (*Manifest) FetchManifest ¶
FetchManifest will grab manifest contents of configured origin
func (*Manifest) GetPlaybackURL ¶
GetPlaybackURL will retrieve url
type Propeller ¶
type Propeller struct {
URL string
}
Propeller struct holds basic config of a Propeller Channel
func NewPropeller ¶
func NewPropeller(c config.Config, orgID string, endpointID string, get fetchURL) (*Propeller, error)
NewPropeller returns a propeller struct
func (*Propeller) FetchManifest ¶
FetchManifest will grab manifest contents of configured origin
func (*Propeller) GetPlaybackURL ¶
GetPlaybackURL will retrieve url
Click to show internal directories.
Click to hide internal directories.