initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package debugh
|
||||
|
||||
import svc "backbone/pkg/pb/api/services"
|
||||
|
||||
func New() *Handler {
|
||||
return new(Handler)
|
||||
}
|
||||
|
||||
type Handler struct {
|
||||
svc.UnimplementedDebugAPIServer
|
||||
}
|
||||
Reference in New Issue
Block a user