package
Version:
v0.0.0-...-2351a71
Opens a new window with list of versions in this module.
Published: Apr 27, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EnqueuePayload struct {
QueuedIps []string `json:"queued_ips"`
}
type IPDetails struct {
UUID string `json:"uuid"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
ResponseCode string `json:"response_code"`
IPAddress string `json:"ip_address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.