package provider import "edge-infra.dev/pkg/edge/datasync/chirp/model" type MessageProvider interface { GetMessages() map[string]model.Message }