chore: add kkereziev as code owner #221
Annotations
11 errors
|
logger/structured_logger.go#L39
cannot use (*StructuredNopLogger)(nil) (value of type *StructuredNopLogger) as StructuredLogger value in variable declaration: missing method Debug (typecheck)
|
logger/zap_logger.go#L158
cannot use (*ZapLogger)(nil) (value of type *ZapLogger) as StructuredLogger value in variable declaration: missing method Debug (typecheck)
|
logger/structured_logger.go#L69
cannot use &(StructuredNopLogger literal) (value of type *StructuredNopLogger) as StructuredLogger value in return statement: missing method Debug (typecheck)
|
logger/zap_logger.go#L172
cannot use &(ZapLogger literal) (value of type *ZapLogger) as StructuredLogger value in return statement: missing method Debug (typecheck)
|
logger/zap_syslog_core.go#L50
core.Enabled undefined (type *ZapSyslogCore has no field or method Enabled) (typecheck)
|
executor/execute_logger.go#L53
c.ExecuteWithStreams undefined (type *ExecuteLogger has no field or method ExecuteWithStreams) (typecheck)
|
executor/execute_logger.go#L70
c.ExecuteWithStreamsContext undefined (type *ExecuteLogger has no field or method ExecuteWithStreamsContext) (typecheck)
|
executor/realtime_stdout_executor.go#L47
executor.Stdout undefined (type *RealtimeStdoutExecutor has no field or method Stdout) (typecheck)
|
executor/realtime_stdout_executor.go#L48
executor.Stderr undefined (type *RealtimeStdoutExecutor has no field or method Stderr) (typecheck)
|
executor/realtime_stdout_executor.go#L50
executor.ExecuteWithStreams undefined (type *RealtimeStdoutExecutor has no field or method ExecuteWithStreams) (typecheck)
|
This job was cancelled
Loading