//
pkg.gl
Category
github.com/alexeyco/ydbm
internal
generator
package
0.2.0
Repository:
https://github.com/alexeyco/ydbm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
143 SLOC
#
Packages
actions
No description provided by the author
context
Package context provides generator context.
validator
Package validator provides generator validator.
#
Functions
Generate
Generate returns new Generator.
WithActions
WithActions to set custom actions.
WithFs
WithFs to set custom Fs.
WithValidator
WithValidator to set custom Validator.
#
Structs
Generator
Generator describes migrations generator.
#
Interfaces
Action
Action describes generator action.
Validator
Validator describes validator interface.
#
Type aliases
Option
Option describes Generator option.