Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type External ¶
type External struct { Object // This is the type of the referred object RefType ObjectType DriverName string EncodedReference string }
func (External) Type ¶
func (obj External) Type() ObjectType
type Object ¶
type Object interface {
Type() ObjectType
}
type ObjectMode ¶
type ObjectMode int
const ( ObjectModeNormal ObjectMode = iota ObjectModeExecutable // Only applies to type "file" )
type ObjectType ¶
type ObjectType int
Core types used for communicating between drivers and the file system
const ( ObjectTypeTree ObjectType = iota ObjectTypeFile ObjectTypeSymlink ObjectTypeExternal )
type TreeEntry ¶
type TreeEntry struct { Name string Type ObjectType Mode ObjectMode Object Object }
Click to show internal directories.
Click to hide internal directories.