Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string ErrWriter io.Writer OutWriter io.Writer Port string Sources map[platform.Variant]SourceConfig }
Config instructs Dl how to download source file and where to put it.
type FilesStatus ¶
type FilesStatus struct {
SourceExists bool
}
FilesStatus groups information about existence of specific platform's source files.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) DownloadPlatformSource ¶
DownloadPlatformSource downloads neccessary source files related to provided platform. Progress of the process is being reported on the printer.
Click to show internal directories.
Click to hide internal directories.