core

package
v0.0.0-...-3a06bfb Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	DBDir() string
	TmpDir() string
	WorkDir() string
	ConfigFilePath() string
	FilePath(filename string) string
	Mode() Mode
	BuildMode() BuildMode

	WorkspaceConfigProvider
	ProxyFunc() func(reqURL *url.URL) (*url.URL, error)
}

type BuildMode

type BuildMode int
const (
	BuildUseCache BuildMode = iota
	BuildRedeploy
	BuildAll
)

type Mode

type Mode int
const (
	ModeNone Mode = iota
	ModeReadonly
	ModeReadWrite
)

type WorkspaceConfigProvider

type WorkspaceConfigProvider interface {
	WorkspaceConfigScanner(key string) (schema.Scanner, error)
}

Directories

Path Synopsis
ref

Jump to

Keyboard shortcuts

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