config

package
v0.52.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLogFilePath added in v0.13.0

func GetLogFilePath() *string

Types

type Config

type Config struct {
	WorkspaceDir string
	ClientId     string  `envconfig:"DAYTONA_CLIENT_ID" validate:"required"`
	WorkspaceId  string  `envconfig:"DAYTONA_WORKSPACE_ID"`
	TargetId     string  `envconfig:"DAYTONA_TARGET_ID" validate:"required"`
	LogFilePath  *string `envconfig:"DAYTONA_AGENT_LOG_FILE_PATH"`
	Server       DaytonaServerConfig
	Mode         Mode

	SkipClone string `envconfig:"DAYTONA_SKIP_CLONE"`
}

func GetConfig

func GetConfig(mode Mode) (*Config, error)

type DaytonaServerConfig added in v0.10.0

type DaytonaServerConfig struct {
	Url    string `envconfig:"DAYTONA_SERVER_URL" validate:"required"`
	ApiKey string `envconfig:"DAYTONA_SERVER_API_KEY" validate:"required"`
	ApiUrl string `envconfig:"DAYTONA_SERVER_API_URL" validate:"required"`
}

type Mode added in v0.12.0

type Mode string
const (
	ModeTarget    Mode = "target"
	ModeWorkspace Mode = "workspace"
)

Jump to

Keyboard shortcuts

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