domain

package
v0.0.0-...-1598f0c Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle struct {
	Seedbox *ssh.Client
	Player  *ssh.Client
	DB      *sql.DB

	SeedboxDir string
	PlayerDir  string
	TempDir    string

	Contents []Content

	DryRun bool
}

Bundle represents the state of data for the application to work

type Content

type Content struct {
	IsDirectory     bool
	ItemName        string
	FullPath        string
	DestinationPath string
	MediaContent    []string
}

Content represents one piece of content to handle

Jump to

Keyboard shortcuts

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