package constant const ( ManagerAPIServer = "server" ManagerAPIClient = "client" ManagerAPIProtocolHTTP = "http" ManagerAPIProtocolGrpc = "grpc" )