Documentation
¶
Index ¶
- func ExternalFormatterToProvider(ext ExternalFormatter) format.Provider
- func NewDartFormatter(ctx context.Context, cmds ...string) format.Provider
- func NewExecFormatter(ctx context.Context, opts *BasicExternalFormatterOpts, cmds ...string) format.Provider
- func NewNoopBasicExternalFormatProvider() format.Provider
- func NewNoopExternalFormatProvider() format.Provider
- func NewSwiftFormatter(ctx context.Context, cmds ...string) format.Provider
- func NewTerraformFormatter(ctx context.Context, 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 NewExecFormatter ¶
func NewSwiftFormatter ¶ added in v2.3.0
Types ¶
type ExternalFormatter ¶
type ExternalFormatterConfig ¶
type NoopExternalFormatter ¶
type NoopExternalFormatter struct {
}
func (*NoopExternalFormatter) Indent ¶
func (me *NoopExternalFormatter) Indent() string
func (*NoopExternalFormatter) TempFiles ¶ added in v2.8.0
func (me *NoopExternalFormatter) TempFiles() map[string]string
Click to show internal directories.
Click to hide internal directories.