10 lines
113 B
Go
10 lines
113 B
Go
package routes
|
|
|
|
type groupRoutes struct {
|
|
Common
|
|
PeakValley
|
|
DevicePoint
|
|
}
|
|
|
|
var GroupRoutes = new(groupRoutes)
|