Versions in this module Expand all Collapse all v1 v1.4.0 May 30, 2021 Changes in this version type GooseMySQLConfig + GooseMySQLDir string v1.3.0 Sep 20, 2020 Changes in this version + func NewGooseMySQLCmd(goose *goosepkg.Instance, getCfg func() (*GooseMySQLConfig, error)) *cobra.Command + type GooseMySQLConfig struct + MySQL *mysql.Config + MySQLGooseDir string v1.2.0 Sep 19, 2020 v1.1.2 Sep 13, 2020 Changes in this version + var ErrRequireFlagOrCommand = errors.New("require flag or command") + func RequireFlagOrCommand(_ *cobra.Command, _ []string) error