cmd_gen_ctrl.go 376 B

123456789101112131415
  1. // Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
  2. //
  3. // This Source Code Form is subject to the terms of the MIT License.
  4. // If a copy of the MIT was not distributed with this file,
  5. // You can obtain one at https://github.com/gogf/gf.
  6. package cmd
  7. import (
  8. "github.com/gogf/gf/cmd/gf/v2/internal/cmd/genctrl"
  9. )
  10. type (
  11. cGenCtrl = genctrl.CGenCtrl
  12. )