MCPcopy
hub / github.com/uber/aresdb / FileSystem

Struct FileSystem

utils/mocks/file_system.go:24–26  ·  view source on GitHub ↗

FileSystem is an autogenerated mock type for the FileSystem type

Source from the content-addressed store, hash-verified

22
23// FileSystem is an autogenerated mock type for the FileSystem type
24type FileSystem struct {
25 mock.Mock
26}
27
28// Mkdir provides a mock function with given fields: name, perm
29func (_m *FileSystem) Mkdir(name string, perm os.FileMode) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected