9 lines
105 B
Go
9 lines
105 B
Go
package service
|
|
|
|
type groupService struct {
|
|
Common
|
|
PeakValley
|
|
}
|
|
|
|
var GroupServices = new(groupService)
|