Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockFormatter ¶
BlockFormatter is an interface of formatting Block. This is an abstraction layer for separating data structure and output format.
func NewBlockFormatter ¶
func NewBlockFormatter(b *tfschema.Block, format string) (BlockFormatter, error)
NewBlockFormatter is a factory method which returns a BlockFormatter interface.
Click to show internal directories.
Click to hide internal directories.