Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrProfileDataNotFound = errors.New("profile data not found")
)
Functions ¶
func IsProfileDataNotFound ¶
func IsProfileDataNotFound(err error) bool
Types ¶
type ProfileData ¶
type ProfileData struct {
EnvVars map[string]string `json:"envVars" validate:"required"`
} // @name ProfileData
Click to show internal directories.
Click to hide internal directories.