Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Strategies = map[string]Strategy{ "replace": StrategyReplace, "add": StrategyAdd, "folder": StrategyFolder, }
Functions ¶
Types ¶
type Function ¶
type Function struct { Strategy Strategy // contains filtered or unexported fields }
func (*Function) GetDestinationName ¶
type Migration ¶
func GetMigrations ¶
func GetMigrations(conf *config.GOCFLConfig) (*Migration, error)
func (*Migration) GetFunctionByName ¶
func (*Migration) GetFunctionByPronom ¶
func (*Migration) SetSourceFS ¶
Click to show internal directories.
Click to hide internal directories.