package
Version:
v0.0.0-...-8938f7c
Opens a new window with list of versions in this module.
Published: Dec 28, 2015
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Lease struct {
Name string `json:"name"`
IpAddress string `json:"ip_address"`
MacAddress string `json:"mac_address"`
ExpiresAt int64 `json:"expires_at"`
}
type Provider interface {
Leases() ([]Lease, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.