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