README ¶ Filesystem based storage for GoActivitypub Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Bootstrap(_ Config) error func Clean(conf Config) error func New(c Config) (*repo, error) func Root(s *repo) *os.Root type Config type Metadata Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bootstrap ¶ func Bootstrap(_ Config) error func Clean ¶ func Clean(conf Config) error func New ¶ func New(c Config) (*repo, error) New returns a new repo repository func Root ¶ func Root(s *repo) *os.Root Types ¶ type Config ¶ type Config struct { Path string CacheEnable bool UseIndex bool Logger lw.Logger } type Metadata ¶ type Metadata struct { Pw []byte `jsonld:"pw,omitempty"` PrivateKey []byte `jsonld:"key,omitempty"` } Metadata is the basic metadata for storing information about an actor. It holds the actor's password and private key, the former being necessary for cross server HTTP signatures. Source Files ¶ View all Source files bootstrap.goindex.gometadata.goosin.gorepository.go Directories ¶ Show internal Expand all Path Synopsis cmd gen command Click to show internal directories. Click to hide internal directories.