Documentation ¶
Overview ¶
Package server implements the entry point for running a robot web server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct { AllowInsecureCreds bool `flag:"allow-insecure-creds,usage=allow connections to send credentials over plaintext"` ConfigFile string `flag:"0,required,usage=robot config file"` CPUProfile string `flag:"cpuprofile,usage=write cpu profile to file"` Debug bool `flag:"debug"` LogURL string `flag:"logurl,usage=url to log messages to"` Version bool `flag:"version,usage=print version"` WebProfile bool `flag:"webprofile,usage=include profiler in http server"` WebRTC bool `flag:"webrtc,usage=force webrtc connections instead of direct"` }
Arguments for the command.
Click to show internal directories.
Click to hide internal directories.