Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AddIPDetails ¶
AddIPDetails takes a partially filled in IPDetails structure and either adds it to the database or updates an existing record if it exists. This process is transparent to the caller.
type ErrNotFound ¶
type ErrNotFound struct {
// contains filtered or unexported fields
}
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
func (ErrNotFound) Unwrap ¶
func (e ErrNotFound) Unwrap() error
Click to show internal directories.
Click to hide internal directories.