package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
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 `envconfig:"DAYTONA_WS_DIR" validate:"required"`
Server struct {
Url string `envconfig:"DAYTONA_SERVER_URL" validate:"required"`
ApiKey string `envconfig:"DAYTONA_SERVER_API_KEY" validate:"required"`
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.