github.com/Datadog/cnab-go@v0.3.3-beta1.0.20191007143216-bba4b7e723d0/bundle/credentials.go (about) 1 package bundle 2 3 // Credential represents the definition of a CNAB credential 4 type Credential struct { 5 Location `yaml:",inline"` 6 Description string `json:"description,omitempty" yaml:"description,omitempty"` 7 Required bool `json:"required,omitempty" yaml:"required,omitempty"` 8 }