Documentation ¶
Index ¶
- func LoggingMiddleware(next http.Handler) http.Handler
- func NewAddTraceIDAwareLoggerMiddleware(next http.Handler, rootLogger *zap.Logger, ...) *addTraceIDMiddleware
- type EOSServer
- type HexBEKeyConverter
- type HexKeyConverter
- type KeyConverter
- type NameKeyConverter
- type SymbolCodeKeyConverter
- type SymbolKeyConverter
- type Uint64KeyConverter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddTraceIDAwareLoggerMiddleware ¶ added in v0.2.1
func NewAddTraceIDAwareLoggerMiddleware(next http.Handler, rootLogger *zap.Logger, propagation stackdriverPropagation.HTTPFormat) *addTraceIDMiddleware
Types ¶
type HexBEKeyConverter ¶
type HexBEKeyConverter struct{}
func (*HexBEKeyConverter) FromString ¶
func (c *HexBEKeyConverter) FromString(key string) (uint64, error)
type HexKeyConverter ¶
type HexKeyConverter struct{}
func (*HexKeyConverter) FromString ¶
func (c *HexKeyConverter) FromString(key string) (uint64, error)
type KeyConverter ¶
type NameKeyConverter ¶
type NameKeyConverter struct{}
func (*NameKeyConverter) FromString ¶
func (c *NameKeyConverter) FromString(key string) (uint64, error)
type SymbolCodeKeyConverter ¶
type SymbolCodeKeyConverter struct{}
func (*SymbolCodeKeyConverter) FromString ¶
func (c *SymbolCodeKeyConverter) FromString(key string) (uint64, error)
type SymbolKeyConverter ¶
type SymbolKeyConverter struct{}
func (*SymbolKeyConverter) FromString ¶
func (c *SymbolKeyConverter) FromString(key string) (uint64, error)
type Uint64KeyConverter ¶
type Uint64KeyConverter struct{}
func (*Uint64KeyConverter) FromString ¶
func (c *Uint64KeyConverter) FromString(key string) (uint64, error)
Click to show internal directories.
Click to hide internal directories.