cmd_gen_pbentity.go 387 B

12345678910111213
  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 "github.com/gogf/gf/cmd/gf/v2/internal/cmd/genpbentity"
  8. type (
  9. cGenPbEntity = genpbentity.CGenPbEntity
  10. )