Discover Packages
github.com/jxwalker/modfetch
internal
snapshot
package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: May 21, 2026
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var HuggingFaceBaseURL = "https://huggingface.co"
HuggingFaceBaseURL is overridden by tests.
type File struct {
Path string `json:"path"`
Size int64 `json:"size,omitempty"`
Type string `json:"type,omitempty"`
URI string `json:"uri"`
Dest string `json:"dest,omitempty"`
}
type Manifest struct {
Version int `json:"version"`
Source string `json:"source"`
Repo string `json:"repo"`
Rev string `json:"rev"`
Prefix string `json:"prefix,omitempty"`
Files []File `json:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.