handler

package
v6.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NOTIFY_NEVER = iota
	NOTIFY_CHANGE
	NOTIFY_ALWAYS
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	Handle(string, io.Reader, string, time.Duration, time.Time, error, uint64, bool, interface{}, chan<- uint64)
}

type OpsConfig

type OpsConfig struct {
	Username      string `json:"username"`
	Password      string `json:"password"`
	Url           string `json:"url"`
	Insecure      bool   `json:"insecure"`
	CdnName       string `json:"cdnName"`
	HttpListener  string `json:"httpListener"`
	HttpsListener string `json:"httpsListener"`
	CertFile      string `json:"certFile"`
	KeyFile       string `json:"keyFile"`
	UsingDummyTO  bool   `json:"usingDummyTO"` // only used in the TM UI to indicate if TM started up with on-disk backup snapshots
}

Jump to

Keyboard shortcuts

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