You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ws-navigation.proto 402B

1234567891011121314151617
  1. // Copyright (C) 2018-2018 SonarSource SA
  2. // All rights reserved
  3. // mailto:info AT sonarsource DOT com
  4. syntax = "proto2";
  5. package sonarqube.ws.navigation;
  6. option java_package = "org.sonarqube.ws";
  7. option java_outer_classname = "Navigation";
  8. option optimize_for = SPEED;
  9. // POST api/navigation/marketplace
  10. message MarketplaceResponse {
  11. optional string serverId = 1;
  12. optional int64 ncloc = 2;
  13. }