Fix up a comment and the help text
This commit is contained in:
parent
894359142b
commit
28639b4cac
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue