1234567891011121314151617 |
- // =================================================================================
- // This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
- // =================================================================================
- package v1
- type ControllerAiSearchApi struct{}
- func NewAiSearchApi() aiChat.IV1AiSearchApi {
- return &ControllerAiSearchApi{}
- }
- type ControllerAiChat struct{}
- func NewAiChat() aiChat.IV1AiChat {
- return &ControllerAiChat{}
- }
|