Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DHCPHandler ¶
DHCPHandler is an implementation of Handler using sabakan.Model.
type Handler ¶
type Handler interface {
ServeDHCP(ctx context.Context, pkt *dhcp4.Packet, intf Interface) (*dhcp4.Packet, error)
}
Handler defines an interface for Server.
Click to show internal directories.
Click to hide internal directories.