Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Client *github.Client Config config.Config ParentDirectory string Params map[string]any Logger logger.Logger }
func (*Builder) DownloadModule ¶
func (b *Builder) DownloadModule(module model.Module) DownloadStatus
func (*Builder) SaveFile ¶
func (b *Builder) SaveFile(reader io.ReadCloser, savePath string, moduleFile model.ModuleFile) error
type DownloadStatus ¶
type DownloadStatus int
const ( FullyDownloaded DownloadStatus = iota PartiallyDownloaded NothingDownloaded )
Click to show internal directories.
Click to hide internal directories.