app

package
v1.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const DefaultBaseURL = "https://vadapav.mov"
View Source
const RootDirId = "11111111-1111-1111-1111-111111111111"

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"`
	Parent string  `json:"parent"`
	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