runner

package
v0.0.0-...-c3211ac Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: GPL-3.0 Imports: 28 Imported by: 0

Documentation

Overview

Package runner …

Index

Constants

View Source
const (
	//PlatformWindows const for windows
	PlatformWindows = "windows"
)

Variables

This section is empty.

Functions

func ParseConfigFlag

func ParseConfigFlag(f *flag.FlagSet) map[string]TomlInfo

ParseConfigFlag parse toml information for flag

Types

type Config

type Config struct {
	Root        string    `toml:"root"`
	TmpDir      string    `toml:"tmp_dir"`
	TestDataDir string    `toml:"testdata_dir"`
	Build       cfgBuild  `toml:"build"`
	Color       cfgColor  `toml:"color"`
	Log         cfgLog    `toml:"log"`
	Misc        cfgMisc   `toml:"misc"`
	Screen      cfgScreen `toml:"screen"`
	Proxy       cfgProxy  `toml:"proxy"`
}

Config is the main configuration structure for Air.

func InitConfig

func InitConfig(path string) (cfg *Config, err error)

InitConfig initializes the configuration.

func (*Config) WithArgs

func (c *Config) WithArgs(args map[string]TomlInfo)

WithArgs returns a new config with the given arguments added to the configuration.

type Engine

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

Engine ...

func NewEngine

func NewEngine(cfgPath string, debugMode bool) (*Engine, error)

NewEngine ...

func NewEngineWithConfig

func NewEngineWithConfig(cfg *Config, debugMode bool) (*Engine, error)

NewEngineWithConfig ...

func (*Engine) Run

func (e *Engine) Run()

Run run run

func (*Engine) Stop

func (e *Engine) Stop()

Stop the air

type Proxy

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

func NewProxy

func NewProxy(cfg *cfgProxy) *Proxy

func (*Proxy) Reload

func (p *Proxy) Reload()

func (*Proxy) Run

func (p *Proxy) Run()

func (*Proxy) Stop

func (p *Proxy) Stop() error

type ProxyStream

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

func NewProxyStream

func NewProxyStream() *ProxyStream

func (*ProxyStream) AddSubscriber

func (stream *ProxyStream) AddSubscriber() *Subscriber

func (*ProxyStream) Reload

func (stream *ProxyStream) Reload()

func (*ProxyStream) RemoveSubscriber

func (stream *ProxyStream) RemoveSubscriber(id int32)

func (*ProxyStream) Stop

func (stream *ProxyStream) Stop()

type Reloader

type Reloader interface {
	AddSubscriber() *Subscriber
	RemoveSubscriber(id int32)
	Reload()
	Stop()
}

type Subscriber

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

type TomlInfo

type TomlInfo struct {
	Value *string
	// contains filtered or unexported fields
}

TomlInfo is a struct for toml config file

Jump to

Keyboard shortcuts

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