Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TftpbootServer ¶
type TftpbootServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(imageServerAddress, imageStreamName string, logger log.DebugLogger) (*TftpbootServer, error)
func (*TftpbootServer) RegisterFiles ¶
func (s *TftpbootServer) RegisterFiles(ipAddr net.IP, files map[string][]byte)
func (*TftpbootServer) SetImageStreamName ¶
func (s *TftpbootServer) SetImageStreamName(name string)
func (*TftpbootServer) UnregisterFiles ¶
func (s *TftpbootServer) UnregisterFiles(ipAddr net.IP)
Click to show internal directories.
Click to hide internal directories.