Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Reputation(ctx context.Context, input *UrlReputationRequest) (*pangea.PangeaResponse[UrlReputationResult], error) // Base service methods GetPendingRequestID() []string PollResultByError(ctx context.Context, e pangea.AcceptedError) (*pangea.PangeaResponse[any], error) PollResultByID(ctx context.Context, rid string, v any) (*pangea.PangeaResponse[any], error) PollResultRaw(ctx context.Context, requestID string) (*pangea.PangeaResponse[map[string]any], error) }
type ReputationData ¶
type UrlReputationRequest ¶
type UrlReputationResult ¶
type UrlReputationResult struct { Data ReputationData `json:"data"` Parameters interface{} `json:"parameters,omitempty"` RawData interface{} `json:"raw_data,omitempty"` }
Click to show internal directories.
Click to hide internal directories.