package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Jun 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ProjectDir string
ProjectName string `envconfig:"DAYTONA_WS_PROJECT_NAME"`
WorkspaceId string `envconfig:"DAYTONA_WS_ID" validate:"required"`
LogFilePath *string `envconfig:"DAYTONA_AGENT_LOG_FILE_PATH"`
Server DaytonaServerConfig
Mode Mode
}
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"`
}
const (
ModeHost Mode = "host"
ModeProject Mode = "project"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.