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