Versions in this module Expand all Collapse all v0 v0.0.2 Apr 28, 2022 v0.0.1 Apr 25, 2022 Changes in this version + const LamassuLoggerContextKey + const PublicKeyFooter + const PublicKeyHeader + func CreateCAPool(CAPath string) (*x509.CertPool, error) + func DecodeB64(message string) (string, error) + func InsertNth(s string, n int) string + func ParseKeycloakPublicKey(data []byte) (*rsa.PublicKey, error) + func ToHexInt(n *big.Int) string + type CustomLogger struct + func (l *CustomLogger) Printf(format string, v ...interface{}) + func (l *CustomLogger) Verbose() bool + type StandardGoKitLogToGoLogAdapter interface + Printf func(format string, v ...interface{}) + Verbose func() bool + func NewGoKitLogToGoLogAdapter(logger log.Logger) StandardGoKitLogToGoLogAdapter