Files
act_runner/pkg/tart/config_darwin.go
2025-02-22 15:17:32 +01:00

13 lines
167 B
Go

package tart
import "io"
type Config struct {
SSHUsername string
SSHPassword string
Softnet bool
Headless bool
AlwaysPull bool
Writer io.Writer
}