Documentation
¶
Index ¶
- type Backend
- func (n Backend) GetByIP(context.Context, net.IP) (*data.DHCP, *data.Netboot, error)
- func (n Backend) GetByMac(context.Context, net.HardwareAddr) (*data.DHCP, *data.Netboot, error)
- func (n Backend) GetEC2Instance(context.Context, string) (data.Ec2Instance, error)
- func (n Backend) GetHackInstance(context.Context, string) (data.HackInstance, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct{}
func (Backend) GetEC2Instance ¶
GetEC2Instance exists to satisfy the ec2.Client interface. It is not implemented.
func (Backend) GetHackInstance ¶
GetHackInstance exists to satisfy the hack.Client interface. It is not implemented.
Click to show internal directories.
Click to hide internal directories.