(rootDir string)
| 12 | } |
| 13 | |
| 14 | func NewChattrFS(rootDir string) *ChattrFS { |
| 15 | return &ChattrFS{rootDir: rootDir} |
| 16 | } |
| 17 | |
| 18 | // MkdirAll creates a directory tree within append-only compatible workflows. |
| 19 | func (fs *ChattrFS) MkdirAll(path string, perm os.FileMode) error { |
no outgoing calls