2022-10-22 14:23:42 +02:00

6 lines
95 B
Go

package diffservice
type HeadNotifiable interface {
UpdateHeads(id string, heads []string)
}