Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructErrorMessages ¶
Types ¶
type Application ¶
type Application struct { Name string `json:"name" validate:"required"` Image string `json:"image"` GitRepo string `json:"gitRepo" validate:"required"` RepoType models.BuildType `json:"repoType" validate:"required,repoType"` ResourceGroup string `json:"resourceGroup"` Directory string `json:"directory" validate:"required"` }
func (*Application) Validate ¶
func (application *Application) Validate() error
Click to show internal directories.
Click to hide internal directories.