# Functions

IsSymlink Does the supplied object represent a symlink inode?.
NewBaseDirInode returns a baseDirInode that acts as the directory of buckets.
NewDescendant creates a new inode name for an object as a descendant of another inode.
Create a directory inode for the name, representing the directory containing the objects for which it is an immediate prefix.
NewDirName creates a new inode name for a directory.
Create an explicit dir inode backed by the supplied object.
Create a file inode for the given object in GCS.
NewFileName creates a new inode name for a file.
NewRootName creates a Name for the root directory of a gcs bucket.
Create a symlink inode for the supplied object record.

# Constants

A suffix that can be used to unambiguously tag a file system name.
A GCS object metadata key for file mtimes.
ListObjects call supports fetching upto 5000 results when projection is noAcl via maxResults param in one call.
When this custom metadata key is present in an object record, it is to be treated as a symlink.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Core contains critical information about an inode before its creation.
No description provided by the author
A particular generation of a GCS object, consisting of both a GCS object generation number and meta-generation number.
Name is the inode's name that can be interpreted in 2 ways: (1) LocalName: the name of the inode in the local file system.
No description provided by the author

# Interfaces

An inode that represents a directory from a GCS bucket.
An inode owned by a gcs bucket.
An inode representing a directory, with facilities for listing entries, looking up children, and creating and deleting children.
An inode representing a directory backed by an object in GCS with a specific generation.
An inode that is backed by a particular generation of a GCS object.
No description provided by the author

# Type aliases

No description provided by the author