fs

package module
v0.0.0-...-eb2423d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2026 License: MIT Imports: 31 Imported by: 1

README

Filesystem based storage for GoActivitypub

builds.sr.ht status Coveralls GitHub License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bootstrap

func Bootstrap(conf 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
	EnableCache bool
	EnableIndex bool
	Logger      lw.Logger
}

type ItemFn

type ItemFn func(vocab.Item) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL