Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DataServer ¶
type DataServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(certPath, keyPath, caCertPath, machineLogsDir string) (*DataServer, error)
func (*DataServer) Close ¶
func (self *DataServer) Close()
func (*DataServer) DumpRecords ¶
func (self *DataServer) DumpRecords() DsRecords
func (*DataServer) Run ¶
func (self *DataServer) Run(listenPort int) error
Click to show internal directories.
Click to hide internal directories.