Categorygithub.com/cloudflare/go-ipfs-blocklist
modulepackage
0.1.0
Repository: https://github.com/cloudflare/go-ipfs-blocklist.git
Documentation: pkg.go.dev

# README

go-ipfs-blockstore

standard-readme compliant GoDoc

go-ipfs-blocklist implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting CIDs in a blocklist.

Table of Contents

Install

go-ipfs-blocklist works like a regular Go module:

> go get github.com/cloudflare/go-ipfs-blocklist

Usage

import "github.com/cloudflare/go-ipfs-blocklist"

Check the GoDoc documentation

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Cloudflare Inc.

# Functions

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

# Variables

Audit namespaces safemodestore datastores.
Blocklist namespaces safemodestore datastores.
No description provided by the author
SafemodePrefix namespaces safemodestore datastores.

# Structs

Action is an auditable action that a user requested us to perform.
BlockData is what the "Block Content" form should be pre-populated with.
BlocklistItem packages information about why/when content was blocked, and by whom.
PgBlocklist implements a programmatic way to determine if the gateway should refuse to serve some content.
PgBlocklist implements a programmatic way to determine if the gateway should refuse to serve some content.
PgBlocklistItem packages information about why/when content was blocked, and by whom.
No description provided by the author

# Interfaces

No description provided by the author