api

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2018 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OldProxyKey DefaultProxyKey = "old-proxy"
	NewProxyKey DefaultProxyKey = "new-proxy"

	IDoNotKnowOldProxyKey IDoNotKnowWhatToDoKey = "old-proxy"
	IDoNotKnowNewProxyKey IDoNotKnowWhatToDoKey = "new-proxy"
	IDoNotKnowPanicKey    IDoNotKnowWhatToDoKey = "panic"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultProxyKey added in v1.0.6

type DefaultProxyKey string

type IDoNotKnowWhatToDoKey added in v1.0.6

type IDoNotKnowWhatToDoKey string

type Migrator

type Migrator interface {
	IsPathMigrated(ctx context.Context, path, username string) (bool, error)
	GetDefaultKey(ctx context.Context) (DefaultProxyKey, error)
	GetIDoNotKnowWhatToDoKey(ctx context.Context) (IDoNotKnowWhatToDoKey, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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