package mixrepos import "context" type SmsMixRepo interface { SendCode(ctx context.Context, phone, code string) error }