package
0.3.0
Repository: https://github.com/synapse-garden/mf-proto.git
Documentation: pkg.go.dev

# Functions

Buckets returns the Buckets for the object database.
Delete deletes an object given a user and an Object id.
DeleteAll deletes all Objects owned by the given user.
Get fetches an object by ID, if the user has permission to view it.
New makes an object with the given json and default (owner only) permissions.
Put stores an object by id for the given user, if the user is authorized.

# Constants

Objects is the bucket that contains all Objects.

# Structs

Object is an object containing its own permissions.