voucher/internal/biz/mixrepos/ding.go

8 lines
126 B
Go

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