MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / DownloadFile

Class DownloadFile

core/src/curseforge_wrapper/structs.rs:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251#[derive(Debug, Deserialize, Clone)]
252pub struct DownloadFile {
253 pub data: String,
254}
255
256#[derive(Debug, Deserialize, Clone)]
257pub struct GetModFileResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected