6 lines
95 B
Go
6 lines
95 B
Go
package diffservice
|
|
|
|
type HeadNotifiable interface {
|
|
UpdateHeads(id string, heads []string)
|
|
}
|