cronsun/node/group.go

8 lines
88 B
Go
Raw Normal View History

package node
import (
"sunteng/cronsun/models"
)
type Group map[string]*models.Group