app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultBaseURL = "https://vadapav.mov"

Variables

This section is empty.

Functions

This section is empty.

Types

type App

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

func New

func New(baseURL string) *App

func (*App) Run

func (app *App) Run(dirId, path string, n int) error

type File

type File struct {
	ID    string `json:"id"`
	Name  string `json:"name"`
	IsDir bool   `json:"dir"`
	Files []File `json:"files,omitempty"`
}

type Resp

type Resp struct {
	Data File `json:"data"`
}

Jump to

Keyboard shortcuts

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