add swagger

This commit is contained in:
yanghao05
2023-06-09 14:32:21 +08:00
parent 37bf456102
commit 3f27dee0b2
23 changed files with 245 additions and 89 deletions

View File

@@ -22,7 +22,7 @@ type SeedersContainer struct {
func withSeederCommand(rootCmd *cobra.Command) *cobra.Command {
// seedCmd represents the seed command
var seedCmd = &cobra.Command{
seedCmd := &cobra.Command{
Use: "seed",
Short: "seed databases",
Long: `seed your database with data using seeders.`,