remote

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AuthToken         string
	BasicAuthUser     string // http basic auth user
	BasicAuthPassword string // http basic auth password
	TenantID          string
	HTTPHeaders       map[string]string
	Threads           int
	Address           string
	Timeout           time.Duration
	Logger            Logger
}

type Logger

type Logger interface {
	Infof(_ string, _ ...interface{})
	Debugf(_ string, _ ...interface{})
	Errorf(_ string, _ ...interface{})
}

type Remote

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

func NewRemote

func NewRemote(cfg Config) (*Remote, error)

func (*Remote) Flush

func (r *Remote) Flush()

func (*Remote) Start

func (r *Remote) Start()

func (*Remote) Stop

func (r *Remote) Stop()

func (*Remote) Upload

func (r *Remote) Upload(j *upstream.UploadJob)

Jump to

Keyboard shortcuts

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