mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 22:15:24 +00:00
Rename Handlers (#14)
This commit is contained in:
@@ -16,7 +16,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Register the handler against the server
|
||||
pb.RegisterChatHandler(srv.Server(), handler.New())
|
||||
pb.RegisterChatHandler(srv.Server(), new(handler.Chat))
|
||||
|
||||
// Run the service
|
||||
if err := srv.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user