mirror of https://github.com/shunfei/cronsun
8 lines
88 B
Go
8 lines
88 B
Go
![]() |
package node
|
||
|
|
||
|
import (
|
||
|
"sunteng/cronsun/models"
|
||
|
)
|
||
|
|
||
|
type Group map[string]*models.Group
|