Versions in this module Expand all Collapse all v1 v1.0.3 Jan 24, 2023 Changes in this version + const FunctionClaritySignatureNotFoundMessage + var FunctionClarityHomeDir = HomeDir + "/function-clarity/" + var HomeDir = os.UserHomeDir() + func CleanDirectory(directory string) v1.0.2 Nov 22, 2022 Changes in this version + const FunctionClarityConcurrencyTagKey + const FunctionNotSignedTagValue + const FunctionSignedTagValue + const FunctionVerifyResultTagKey + func DownloadFile(fileName string, url *string) error + func ExtractZip(zipPath string, dstToExtract string) error + type ProgressBarReader struct + Bar *mpb.Bar + Fp *os.File + SignMap map[int64]struct{} + Size int64 + func (r *ProgressBarReader) Read(p []byte) (int, error) + func (r *ProgressBarReader) ReadAt(p []byte, off int64) (int, error) + func (r *ProgressBarReader) Seek(offset int64, whence int) (int64, error)