Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.