aboutsummaryrefslogtreecommitdiff
path: root/backend/internal/leader/manager/ibd/ibd.go
blob: e2d4fc010794e65284092d6a1e192230cd97601f (plain) (blame)
1
2
3
4
5
6
7
8
package ibd

type Schedules struct {
	// Auth schedule
	Auth string
	// IBD50 schedule
	IBD50 string
}