Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluentRender ¶
func (*FluentRender) Render ¶
func (f *FluentRender) Render(config types.FluentConfig) error
func (*FluentRender) RenderDirectives ¶
func (f *FluentRender) RenderDirectives(directives []types.Directive, indent int) error
type PluginUnitTest ¶
type PluginUnitTest struct { System *types.SystemBuilder FluentConfig *types.System Test *testing.T Prefix string }
func NewOutputPluginTest ¶
func NewOutputPluginTest(t *testing.T, plugin plugins.DirectiveConverter) *PluginUnitTest
func (PluginUnitTest) DiffResult ¶
func (p PluginUnitTest) DiffResult(expected string)
func (PluginUnitTest) Render ¶
func (p PluginUnitTest) Render() string
type Renderer ¶
type Renderer interface {
Render(config types.FluentConfig) error
}
Click to show internal directories.
Click to hide internal directories.