Documentation ¶ Index ¶ func Run(enableShutdown bool, prefix string) error type Section func (s *Section) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(enableShutdown bool, prefix string) error Types ¶ type Section ¶ type Section struct { ID string `json:"id"` Start int `json:"start"` Length int `json:"length"` //Confirmed bool Checksum bool Type string `json:"type"` } func (*Section) String ¶ func (s *Section) String() string Source Files ¶ View all Source files handlers.go sections.go server.go updatehandler.go Click to show internal directories. Click to hide internal directories.