You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jtopjian I propose the following interface for the debug client:
// Logger is an interface representing the Logger structtypeLoggerinterface {
RequestPrintf(formatstring, args...interface{})
ResponsePrintf(formatstring, args...interface{})
}
Do you have objections?
The text was updated successfully, but these errors were encountered:
I haven't come across an interface like this in other projects - my concern is that someone will need to implement a unique interface just to see the request/response information.
@jtopjian I propose the following interface for the debug client:
Do you have objections?
The text was updated successfully, but these errors were encountered: