Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GAumala/MediaServer
/ types & classes
Types & classes
5 in github.com/GAumala/MediaServer
⨍
Functions
35
◇
Types & classes
5
Struct
Config
data/Config.go:13
TypeAlias
VideoDict
* VideoDict is a map whose keys are unique 32 bit integers that uniquely * identify videos in the filesystem. */
data/VideoInfo.go:18
Struct
VideoDir
*VideoDir type that represents a directory with Videos. * DirPath is an absolute path of the directory. * Videos is an array of VideoInfo structs. Eac
data/VideoDir.go:8
TypeAlias
VideoDirectories
VideoDirectories is a type of an array of VideoDir. it implements the sort.Interface
data/VideoDir.go:14
Struct
VideoInfo
*VideoInfo type that describes a video to stream * FilePath is the absolute path to the video file. * FileName is the name of the video file. * Key is
data/VideoInfo.go:9