package mixrepos
import "context"
type SmsMixRepo interface {
Send(ctx context.Context, phoneNumbers []string, params map[string]string) error
}