hello_new.go 373 B

12345678910111213141516
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package hello
  5. import (
  6. "birdcall/api/hello"
  7. )
  8. type ControllerV1 struct{}
  9. func NewV1() hello.IHelloV1 {
  10. return &ControllerV1{}
  11. }