Documentation ¶
Index ¶
- func ExternalFormatterToProvider(ext ExternalFormatter) format.Provider
- func NewDartFormatter(cmds ...string) format.Provider
- func NewExecFormatter(opts *BasicExternalFormatterOpts, cmds ...string) format.Provider
- func NewNoopBasicExternalFormatProvider() format.Provider
- func NewNoopExternalFormatProvider() format.Provider
- func NewTerraformFormatter(cmds ...string) format.Provider
- type BasicExternalFormatterOpts
- type ExternalFormatter
- type ExternalFormatterConfig
- type NoopExternalFormatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExternalFormatterToProvider ¶
func ExternalFormatterToProvider(ext ExternalFormatter) format.Provider
func NewDartFormatter ¶
func NewExecFormatter ¶
func NewExecFormatter(opts *BasicExternalFormatterOpts, cmds ...string) format.Provider
func NewTerraformFormatter ¶
Types ¶
type ExternalFormatter ¶
type ExternalFormatterConfig ¶
type NoopExternalFormatter ¶
type NoopExternalFormatter struct { }
func (*NoopExternalFormatter) Indent ¶
func (me *NoopExternalFormatter) Indent() string
func (*NoopExternalFormatter) Targets ¶
func (me *NoopExternalFormatter) Targets() []string
Click to show internal directories.
Click to hide internal directories.