Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRegistry ¶
type IRegistry interface { ListKnownTypes() []string RegisterSeeder(s SeedFunc, type_ string) RegisterSeederHelp(f HelpFunc, type_ string) RunSeeder(ctx context.Context, type_ string, cfg Config) error ShowSeederHelp(type_ string, w io.Writer) }
func DefaultRegistry ¶
func DefaultRegistry() IRegistry
Click to show internal directories.
Click to hide internal directories.