2023-07-12 14:12:00 +02:00

6 lines
92 B
Go

package headupdater
type HeadUpdater interface {
UpdateHeads(id string, heads []string)
}