package matchmaker

import "git.wamblee.org/converge/pkg/models"

type Notifier interface {
	Publish(state *models.State)
}