Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeRawMessage ¶
func NormalizeRawMessage(raw json.RawMessage) (string, error)
Types ¶
type PendingResult ¶
type PendingResult struct {
Responses verification.TaskResponses `json:"responses"`
}
type ResponseSVC ¶
type ResponseSVC interface {
GetPending(authToken string, taskID uint64) (verification.TaskResponses, error)
}
func New ¶
func New(token string) ResponseSVC
Click to show internal directories.
Click to hide internal directories.