Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeTable ¶
func CreateTable ¶
func CreateTable(summaries []terraform.PlanSummary) *ChangeTable
CreateTable parses out a set of summaries and arranges it for nice display
type Options ¶
type Options struct {
Port int `help:"Port on which to listen" default:"8080"`
TemplateReloads time.Duration `help:"frequency at which to reload templates" default:"500ms"`
UIFilePath string `help:"path for HTML templates" type:"path" optional:"1"`
DataPath string `help:"Path to find data" type:"path" default:"received"`
Meta SiteMeta `embed:"" prefix:"site."`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.