Fix up a comment and the help text

This commit is contained in:
Marc Di Luzio 2020-07-04 23:11:22 +01:00
parent 894359142b
commit 28639b4cac
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/mdiluz/rove/pkg/version"
)
// Status returns the status of the current server to a gRPC request
// ServerStatus returns the status of the current server to a gRPC request
func (s *Server) ServerStatus(context.Context, *rove.ServerStatusRequest) (*rove.ServerStatusResponse, error) {
response := &rove.ServerStatusResponse{
Ready: true,