fix further breaks
This commit is contained in:
parent
d502e2f58a
commit
b35dfb1086
@ -71,6 +71,6 @@ func NewLog(opts ...log.Option) log.Log {
|
||||
}
|
||||
|
||||
return &serviceLog{
|
||||
Client: newDebugClient(name),
|
||||
Client: NewClient(name),
|
||||
}
|
||||
}
|
||||
|
@ -17,8 +17,8 @@ type debugClient struct {
|
||||
Client pb.DebugService
|
||||
}
|
||||
|
||||
// NewDebug provides Debug service implementation
|
||||
func newDebugClient(name string) *debugClient {
|
||||
// NewClient provides a debug client
|
||||
func NewClient(name string) *debugClient {
|
||||
// create default client
|
||||
cli := client.DefaultClient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user