(ctx context.Context, format string, args ...any)
| 165 | } |
| 166 | |
| 167 | func (conn *SSHConn) Debugf(ctx context.Context, format string, args ...any) { |
| 168 | blocklogger.Debugf(ctx, "[conndebug] "+format, args...) |
| 169 | } |
| 170 | |
| 171 | func (conn *SSHConn) FireConnChangeEvent() { |
| 172 | status := conn.DeriveConnStatus() |