Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AsciidocDocument ¶
type AsciidocDocument struct {
// contains filtered or unexported fields
}
AsciidocDocument represents AsciiDoc Document format.
func NewAsciidocDocument ¶
func NewAsciidocDocument(settings *print.Settings) *AsciidocDocument
NewAsciidocDocument returns new instance of AsciidocDocument.
type AsciidocTable ¶
type AsciidocTable struct {
// contains filtered or unexported fields
}
AsciidocTable represents AsciiDoc Table format.
func NewAsciidocTable ¶
func NewAsciidocTable(settings *print.Settings) *AsciidocTable
NewAsciidocTable returns new instance of AsciidocTable.
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
Document represents Markdown Document format.
func NewDocument ¶
NewDocument returns new instance of Document.
type Pretty ¶
type Pretty struct {
// contains filtered or unexported fields
}
Pretty represents colorized pretty format.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table represents Markdown Table format.
type TfvarsHCL ¶
type TfvarsHCL struct {
// contains filtered or unexported fields
}
TfvarsHCL represents Terraform tfvars HCL format.
func NewTfvarsHCL ¶
NewTfvarsHCL returns new instance of TfvarsHCL.
type TfvarsJSON ¶
type TfvarsJSON struct{}
TfvarsJSON represents Terraform tfvars JSON format.
func NewTfvarsJSON ¶
func NewTfvarsJSON(settings *print.Settings) *TfvarsJSON
NewTfvarsJSON returns new instance of TfvarsJSON.
Click to show internal directories.
Click to hide internal directories.