MCPcopy
hub / github.com/flyteorg/flyte / StowMetadata

Struct StowMetadata

flytestdlib/storage/stow_store.go:225–230  ·  view source on GitHub ↗

StowMetadata that will be returned

Source from the content-addressed store, hash-verified

223
224// StowMetadata that will be returned
225type StowMetadata struct {
226 exists bool
227 size int64
228 etag string
229 contentMD5 string
230}
231
232func (s StowMetadata) Size() int64 {
233 return s.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected