Add docstring

This commit is contained in:
Lennart Kats 2023-07-03 16:51:44 +02:00
parent 15396bce69
commit 5a7b556a5a
1 changed files with 3 additions and 0 deletions

View File

@ -29,5 +29,8 @@ type Bundle struct {
// origin url. Automatically loaded by reading .git directory if not specified
Git Git `json:"git,omitempty"`
// Determines the mode of the environment.
// For example, 'mode: development' can be used for deployments for
// development purposes.
Mode Mode `json:"mode,omitempty"`
}