Documentation
¶
Overview ¶
Package server implements the rpc gpu debugger service, queriable by the clients, along with some helpers exposed via an http listener.
Package server implements the rpc gpu debugger service, queriable by the clients, along with some helpers exposed via an http listener.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Info *service.ServerInfo
StringTables []*stringtable.StringTable
EnableLocalFiles bool
AuthToken auth.Token
DeviceScanDone task.Signal
LogBroadcaster *log.Broadcaster
IdleTimeout time.Duration
}
Config holds the server configuration settings.
Click to show internal directories.
Click to hide internal directories.