package
0.4.8
Repository: https://github.com/stratumn/go.git
Documentation: pkg.go.dev

# Functions

New create an instance of a server.
RegisterFlags register the flags used by RunWithFlags.
Run launches a fossilizerhttp server.
RunWithFlags should be called after RegisterFlags and flag.Parse to launch a fossilizerhttp server configured using flag values.

# Constants

Component name for monitoring.
DefaultAddress is the default address of the server.
DefaultFossilizerEventChanSize is the default size of the fossilizer event channel.
DefaultMaxDataLen is the default maximum fossilize data length.
DefaultMinDataLen is the default minimum fossilize data length.

# Structs

Config contains configuration options for the server.
Info is the info returned by the root route.
Server is an HTTP server for fossilizers.