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 {
ProjectDir string
ClientId string `envconfig:"DAYTONA_CLIENT_ID" validate:"required"`
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 ¶ 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"`
}
Click to show internal directories.
Click to hide internal directories.