Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AxisContent ¶
func (*AxisContent) Playback ¶
func (a *AxisContent) Playback() (*Playback, error)
type ResolvedPath ¶
type ResolvedPath struct {
LastSegment struct {
Content struct {
FirstPlayableContent *struct {
Id string
}
Id string
}
}
}
func Resolve ¶
func Resolve(path string) (*ResolvedPath, error)
func (*ResolvedPath) AxisContent ¶
func (r *ResolvedPath) AxisContent() (*AxisContent, error)
Click to show internal directories.
Click to hide internal directories.