Documentation ¶
Index ¶
- func Execute()
- type Wrun
- func (w *Wrun) Download(resp *http.Response, dest io.Writer, hsh hash.Hash, expectedDigest []byte) error
- func (w *Wrun) HTTPGet(url string, headers ...string) (*http.Response, error)
- func (w *Wrun) LogBug(format string, args ...any)
- func (w *Wrun) LogError(format string, args ...any)
- func (w *Wrun) LogInfo(format string, args ...any)
- func (w *Wrun) LogWarn(format string, args ...any)
- func (w *Wrun) SetUpTempfile(url, dir string) (f *os.File, cleanup func(), err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wrun ¶
type Wrun struct { ProgName string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.