Documentation ¶
Index ¶
- Variables
- func InitRPCService(app *app.App)
- type EmailService
- func (e EmailService) GetDisposableList(ctx context.Context, empty *empty.Empty) (*proto.GetEmailListResponse, error)
- func (e EmailService) GetEmail(ctx context.Context, request *proto.EmailRequest) (*proto.GetEmailResponse, error)
- func (e EmailService) GetFreeEmailList(ctx context.Context, e2 *empty.Empty) (*proto.GetEmailListResponse, error)
- func (e EmailService) GetGenericList(ctx context.Context, empty *empty.Empty) (*proto.GetEmailListResponse, error)
- func (e EmailService) GetScore(ctx context.Context, request *proto.EmailRequest) (*proto.GetEmailScoreResponse, error)
- func (e EmailService) GetSpamList(ctx context.Context, e2 *empty.Empty) (*proto.GetEmailListResponse, error)
- type IPService
- func (i IPService) GetIP(ctx context.Context, request *proto.IPRequest) (*proto.GetIPResponse, error)
- func (i IPService) GetProxyList(ctx context.Context, empty *empty.Empty) (*proto.GetProxyListResponse, error)
- func (i IPService) GetScore(ctx context.Context, request *proto.IPRequest) (*proto.GetIPScoreResponse, error)
- func (i IPService) GetSpamList(ctx context.Context, empty *empty.Empty) (*proto.GetSpamListResponse, error)
- func (i IPService) GetTorList(ctx context.Context, empty *empty.Empty) (*proto.GetTorListResponse, error)
- func (i IPService) GetVPNList(ctx context.Context, empty *empty.Empty) (*proto.GetVPNListResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EmailSrv *EmailService IPSrv *IPService )
Functions ¶
func InitRPCService ¶
Types ¶
type EmailService ¶
type EmailService struct {
// contains filtered or unexported fields
}
func NewEmailService ¶
func NewEmailService(app *app.App) *EmailService
func (EmailService) GetDisposableList ¶
func (e EmailService) GetDisposableList(ctx context.Context, empty *empty.Empty) (*proto.GetEmailListResponse, error)
func (EmailService) GetEmail ¶
func (e EmailService) GetEmail(ctx context.Context, request *proto.EmailRequest) (*proto.GetEmailResponse, error)
func (EmailService) GetFreeEmailList ¶
func (e EmailService) GetFreeEmailList(ctx context.Context, e2 *empty.Empty) (*proto.GetEmailListResponse, error)
func (EmailService) GetGenericList ¶
func (e EmailService) GetGenericList(ctx context.Context, empty *empty.Empty) (*proto.GetEmailListResponse, error)
func (EmailService) GetScore ¶
func (e EmailService) GetScore(ctx context.Context, request *proto.EmailRequest) (*proto.GetEmailScoreResponse, error)
func (EmailService) GetSpamList ¶
func (e EmailService) GetSpamList(ctx context.Context, e2 *empty.Empty) (*proto.GetEmailListResponse, error)
type IPService ¶
type IPService struct {
// contains filtered or unexported fields
}
func NewIPService ¶
func (IPService) GetProxyList ¶
func (IPService) GetSpamList ¶
func (IPService) GetTorList ¶
func (IPService) GetVPNList ¶
Click to show internal directories.
Click to hide internal directories.