vexstoreapi

package
v0.0.0-...-9714d35 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Vexstore

type Vexstore struct {
	// contains filtered or unexported fields
}

func NewVexstore

func NewVexstore(dir string) *Vexstore

generator

func (*Vexstore) List

type VexstoreFile

type VexstoreFile struct {
	Filename  string `json:"filename"`
	IsDir     bool   `json:"isDir"`
	ModTime   int64  `json:"modTime"` // support incremental updates
	Md5sum    string `json:"md5sum"`
	ExperName string `json:"experName"`
	StartTime int64  `json:"startTime"`
	StopTime  int64  `json:"stopTime"`
}

Jump to

Keyboard shortcuts

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