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 `description:"Enable GRPC reflection, required for grpc-ui" long:"reflection"` Level encoding.LogLevel `` /* 146-byte string literal not displayed */ MaxPageSizeDefault uint32 `description:"How many results to return per page if client does not specify explicitly" long:"default-page-size"` }
func NewDefaultConfig ¶
func NewDefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.