Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotMapped = errors.New("error not mapped")
Functions ¶
func NewBlockExplorerAPI ¶
Types ¶
type Config ¶
type Config struct { Reflection encoding.Bool `long:"reflection" description:"Enable GRPC reflection, required for grpc-ui"` Level encoding.LogLevel `long:"log-level" choice:"debug" choice:"info" choice:"warning"` MaxPageSizeDefault uint32 `long:"default-page-size" description:"How many results to return per page if client does not specify explicitly"` }
func NewDefaultConfig ¶
func NewDefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.