// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package chat import ( "context" "cris/api/chat/v1" ) type IChatV1 interface { Chat(ctx context.Context, req *v1.ChatReq) (res *v1.ChatRes, err error) }