# Packages
No description provided by the author
# Functions
FileName provides an arbitrary file name to the NewStoreFileParams() method.
Format provides an arbitrary file format (e.g.
NewMongoNodeStore creates a new node store given a MongoDB database for storing node data.
NewNode creates a new node.
NewNoNodeError creates a new NoNodeError.
NewUser creates a new user.
Public sets the node to publicly readable or not.
Reader adds a user to the node's read ACL.
# Structs
MongoNodeStore is a storage system for blobstore nodes using Mongo as the underlying database.
Node is a collection of data about a file, including ACLs.
User is a user that may own or read Nodes.
# Interfaces
NodeStore stores node information.
# Type aliases
NoNodeError is returned when a node doesn't exist.