mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 04:54:42 +00:00
More admin data delete endpoints (#361)
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"github.com/micro/micro/v3/service"
|
||||
"github.com/micro/micro/v3/service/logger"
|
||||
"github.com/micro/micro/v3/service/store"
|
||||
admin "github.com/micro/services/pkg/service/proto"
|
||||
|
||||
"github.com/micro/services/pkg/tracing"
|
||||
"github.com/micro/services/rss/handler"
|
||||
@@ -33,6 +34,7 @@ func main() {
|
||||
|
||||
// Register handler
|
||||
pb.RegisterRssHandler(srv.Server(), rss)
|
||||
admin.RegisterAdminHandler(srv.Server(), rss)
|
||||
traceCloser := tracing.SetupOpentracing("rss")
|
||||
defer traceCloser.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user