MCPcopy
hub / github.com/IceWhaleTech/CasaOS / Mkdir

Interface Mkdir

internal/driver/driver.go:60–62  ·  view source on GitHub ↗

type Writer interface { Mkdir Move Rename Copy Remove Put }

Source from the content-addressed store, hash-verified

58//}
59
60type Mkdir interface {
61 MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error
62}
63
64type Move interface {
65 Move(ctx context.Context, srcObj, dstDir model.Obj) error

Callers

nothing calls this directly

Implementers 2

Dropboxdrivers/dropbox/drive.go
GoogleDrivedrivers/google_drive/drive.go

Calls

no outgoing calls

Tested by

no test coverage detected