Documentation ¶
Index ¶
- type Validity
- type ValidityAttributes
- func (v ValidityAttributes) InternalRef() (terra.Reference, error)
- func (v ValidityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v ValidityAttributes) InternalWithRef(ref terra.Reference) ValidityAttributes
- func (v ValidityAttributes) Type() terra.StringValue
- func (v ValidityAttributes) Value() terra.StringValue
- type ValidityState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validity ¶
type Validity struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ValidityAttributes ¶
type ValidityAttributes struct {
// contains filtered or unexported fields
}
func (ValidityAttributes) InternalRef ¶
func (v ValidityAttributes) InternalRef() (terra.Reference, error)
func (ValidityAttributes) InternalTokens ¶
func (v ValidityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ValidityAttributes) InternalWithRef ¶
func (v ValidityAttributes) InternalWithRef(ref terra.Reference) ValidityAttributes
func (ValidityAttributes) Type ¶
func (v ValidityAttributes) Type() terra.StringValue
func (ValidityAttributes) Value ¶
func (v ValidityAttributes) Value() terra.StringValue
type ValidityState ¶
Click to show internal directories.
Click to hide internal directories.