15 lines
207 B
Go
15 lines
207 B
Go
package plant
|
|
|
|
type ServiceGroup struct {
|
|
MyPlantService
|
|
TopicService
|
|
PostService
|
|
WikiClassService
|
|
WikiService
|
|
OcrService
|
|
LevelConfigService
|
|
BadgeConfigService
|
|
UserProfileService
|
|
CallbackService
|
|
}
|