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