uploadFolder

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UploadFolder

type UploadFolder struct {
	Id           int64           // Id of the folder
	NodeId       string          // NodeId of the folder
	Name         string          // Name of the folder
	ParentId     int64           // Id of the parent (-1 for root)
	ParentNodeId string          // NodeId for the parent ("" for root)
	Depth        int             // Depth of folder in relation to root
	Children     []*UploadFolder // Children contains folders that need to be created that have current folder as parent.
}

UploadFolder represents a folder that is part of an upload session.

type UploadFolderMap

type UploadFolderMap = map[string]*UploadFolder

UploadFolderMap maps path to UploadFolder

Jump to

Keyboard shortcuts

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