definitions

package
v0.0.0-...-1b9946f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2024 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRandomMarker

type GetRandomMarker struct {
	ProjectID string `json:"projectID"`
}

type GetRandomStack

type GetRandomStack struct {
	ProjectID string `json:"projectID"`
	Size      int    `json:"size"`
}

type Marker

type Marker struct {
	VideoID string `json:"videoID"`
	Time    int64  `json:"time"`
}

type SlideShow

type SlideShow interface {
	GetRandomMarker(GetRandomMarker) Marker
	GetRandomStack(GetRandomStack) Stack
}

type Stack

type Stack struct {
	Markers []*Marker `json:"markers"`
}

type Void

type Void struct{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL