remote

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileGetter

type FileGetter interface {
	GetRemoteFile(remote path.ValidFile) (local path.ValidFile, err error)
}

type FileService

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

func (*FileService) GetRemoteFile

func (fs *FileService) GetRemoteFile(ctx *fiber.Ctx) (err error)

func (*FileService) SetupRemoteFileService

func (f *FileService) SetupRemoteFileService(ctx *fiber.Ctx) (err error)

type HTTPFileService

type HTTPFileService interface {
	SetupRemoteFileService(*fiber.Ctx) error
	GetRemoteFile(*fiber.Ctx) error
	GetRemoteContents(*fiber.Ctx) error
}

Jump to

Keyboard shortcuts

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