Documentation
¶
Index ¶
Constants ¶
View Source
const ( CREATE = "Create" DELETE = "Delete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAMRequest ¶
type IPAMRequest struct {
Metadata interface{}
Operation string
HostName string
IPAddr string
Key string
IPAMLabel string
}
func (IPAMRequest) String ¶
func (ipmReq IPAMRequest) String() string
type IPAMResponse ¶
type IPAMResponse struct {
Request IPAMRequest
IPAddr string
Status bool
}
Click to show internal directories.
Click to hide internal directories.