MCPcopy
hub / github.com/yusing/godoxy / mockFileInfo

Struct mockFileInfo

internal/logging/accesslog/mock_file_test.go:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135type mockFileInfo struct {
136 name string
137 size int64
138}
139
140func (m mockFileInfo) Name() string { return m.name }
141func (m mockFileInfo) Size() int64 { return m.size }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected