10 lines
179 B
Go
10 lines
179 B
Go
package repository
|
|
|
|
import "energy-management-system/repository/peak-valley"
|
|
|
|
type groupRepository struct {
|
|
peak_valley.PeakValley
|
|
}
|
|
|
|
var GroupRepositorys = new(groupRepository)
|