# README
go-ipfs-blockstore
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