Documentation ¶
Overview ¶
Package inode provides service for uniquely pinning and addressing an inode for path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = shaft.Stack(stackInodeManager)
Module is the DI module of the inode manager.
The module requires a context, an errgroup and a trace manager, and injects an inode pin manager.
Functions ¶
This section is empty.
Types ¶
type Inode ¶
type Inode struct {
// contains filtered or unexported fields
}
Inode is the actually pinned inode.
Click to show internal directories.
Click to hide internal directories.