MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / CacheMeta

Class CacheMeta

opensuse-proxy-cache/src/cache.rs:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Debug)]
31pub struct CacheMeta {
32 // Clippy will whinge about variant sizes here.
33 pub cache_key: PathBuf,
34 // Add the time this was added
35 pub etime: OffsetDateTime,
36 pub action: Action,
37}
38
39#[derive(Debug)]
40pub enum Action {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected