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