folder

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FileStatusFound     = "Found"
	FileStatusUploading = "Uploading"
	FileStatusSuccess   = "Success"
	FileStatusError     = "Error"
)

File status constants

Functions

func Run

func Run(args []string) error

Scan the sync directory and watch for file changes

Types

type FileQueryResult

type FileQueryResult struct {
	Status       string
	Cid          string
	ErrorMessage string
}

FileQueryResult represents the result of a file query

type ProjectQueryResult

type ProjectQueryResult struct {
	ProjectId        string
	ProjectPath      string
	AuthorType       string
	AuthorName       string
	AuthorIdentifier string
	FileExtensions   []string
}

ProjectQueryResult represents the result of a project metadata query

type Projects

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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