package mixrepos
import "context"
type DingMixRepo interface {
SendMarkdownMessage(ctx context.Context, text string) error
}