Documentation
¶
Index ¶
- Constants
- type Linux
- func (e *Linux) Config() string
- func (e *Linux) Label() string
- func (e *Linux) Run(ctx context.Context, env *cfg.RunEnv) error
- func (e *Linux) RunLocalCommand(ctx context.Context, metric *Metric) error
- func (e *Linux) RunLocalServer(ctx context.Context, env *cfg.RunEnv, server string) error
- func (e *Linux) RunRemoteServer(ctx context.Context, env *cfg.RunEnv, sv *Server) error
- type Metric
- type Metrics
- type Server
Constants ¶
View Source
const Version = "0.1.4"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linux ¶
type Linux struct { Server string `toml:"server"` LocalExec bool `toml:"local_exec"` Servers []*Server `toml:"servers"` Metrics []*Metric `toml:"metrics"` Env *cfg.RunEnv // contains filtered or unexported fields }
func (*Linux) RunLocalCommand ¶
func (*Linux) RunLocalServer ¶
Click to show internal directories.
Click to hide internal directories.