Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BuiltInFactories = []Factory{ FileCreateFactory{}, FileDeleteFactory{}, LineDeleteFactory{}, LineInsertFactory{}, LineReplaceFactory{}, } )
Functions ¶
This section is empty.
Types ¶
type FileCreateFactory ¶
type FileCreateFactory struct{}
func (FileCreateFactory) Name ¶
func (f FileCreateFactory) Name() string
type FileDeleteFactory ¶
type FileDeleteFactory struct{}
func (FileDeleteFactory) Name ¶
func (f FileDeleteFactory) Name() string
type LineDeleteFactory ¶
type LineDeleteFactory struct{}
func (LineDeleteFactory) Name ¶
func (f LineDeleteFactory) Name() string
type LineInsertFactory ¶
type LineInsertFactory struct{}
func (LineInsertFactory) Name ¶
func (f LineInsertFactory) Name() string
type LineReplaceFactory ¶
type LineReplaceFactory struct{}
func (LineReplaceFactory) Name ¶
func (f LineReplaceFactory) Name() string
Click to show internal directories.
Click to hide internal directories.