v1_new.go 485 B

1234567891011121314151617
  1. // =================================================================================
  2. // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
  3. // =================================================================================
  4. package v1
  5. type ControllerAiSearchApi struct{}
  6. func NewAiSearchApi() aiChat.IV1AiSearchApi {
  7. return &ControllerAiSearchApi{}
  8. }
  9. type ControllerAiChat struct{}
  10. func NewAiChat() aiChat.IV1AiChat {
  11. return &ControllerAiChat{}
  12. }