Versions in this module Expand all Collapse all v1 v1.0.0 Mar 5, 2022 Changes in this version + type ILogger struct + func InjectableLogger(config zap.Config) *ILogger + func (log *ILogger) Debug(v ...interface{}) + func (log *ILogger) Error(v ...interface{}) + func (log *ILogger) Fatal(v ...interface{}) + func (log *ILogger) Info(v ...interface{}) + func (log *ILogger) Panic(v ...interface{}) + func (log *ILogger) Warn(v ...interface{}) + type PlatformChecker struct + func CheckPlatformArray(array []string, value string) (*PlatformChecker, error)