mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
15 lines
243 B
Go
15 lines
243 B
Go
package gaia
|
|
|
|
type ServiceGroup struct {
|
|
SystemIntegratedService
|
|
DashboardService
|
|
QuotaService
|
|
TenantsService
|
|
TestService
|
|
BatchWorkflowService
|
|
// extned: app version
|
|
AppVersionService
|
|
// extend: model provider
|
|
ModelProviderService
|
|
}
|