table

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block struct {
	// Simply embedding the structure.
	tfschema.Block
}

Block is wrapper for tfschema.Block. This is a layer for customization for table format.

func NewBlock

func NewBlock(b *tfschema.Block) *Block

NewBlock creates a new Block instance.

func (*Block) Format

func (b *Block) Format() (string, error)

Format returns a formatted string in table format.

type NestedBlock

type NestedBlock struct {
	// Simply embedding the structure.
	tfschema.NestedBlock
}

NestedBlock is wrapper for tfschema.NestedBlock

func NewNestedBlock

func NewNestedBlock(b *tfschema.NestedBlock) *NestedBlock

NewNestedBlock creates a new NestedBlock instance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL