Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdProtoDeps = &cobra.Command{ Use: "proto-deps", Short: "Init a Proto dependencies components", Long: `Init a Proto dependencies components`, RunE: func(cmd *cobra.Command, args []string) error { ctx := context.Background() initor, err := gen.NewInitor(protodeps.Config{}) if err != nil { return fmt.Errorf("boiler: failed to create initor: %w", err) } if err = initor.Init(ctx); err != nil { return fmt.Errorf("boiler: initor failed: %w", err) } log.Infof("boiler: proto dependencies components initialized") return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.