gui

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFolderRequest

type AddFolderRequest struct {
	Origin      string `json:"origin"`
	Destination string `json:"destination"`
}

type FolderPathResponse

type FolderPathResponse struct {
	FullPath string `json:"fullPath"`
}

type GUIServer

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

func NewGUIServer

func NewGUIServer(port string) *GUIServer

func (*GUIServer) Start

func (s *GUIServer) Start() error

func (*GUIServer) Stop

func (s *GUIServer) Stop() error

type IntervalRequest

type IntervalRequest struct {
	Interval time.Duration `json:"interval"`
}

type SystemDriveResponse

type SystemDriveResponse struct {
	Drives []string `json:"drives"`
}

Jump to

Keyboard shortcuts

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