{#include main} {#style} span.app-class { cursor:pointer; color:blue; text-decoration:underline; } span.larger-badge { font-size: 1em; } {/style} {#script} $(document).ready(function(){ if (!ideKnown()) { return; } $(".class-candidate").each(function() { var className = $(this).text(); if (appClassLang(className)) { $(this).addClass("app-class"); } }); $(".app-class").on("click", function() { openInIDE($(this).text()); }); }); {/script} {#title}Services{/title} {#body} {#for service in info:grpcServices.infos} {/for}
# Name and Status Implementation Class Methods
{count}. {#when service.status} {#is SERVING} {#is NOT_SERVING} {#is in UNKNOWN UNRECOGNIZED} {/when} {service.name} {service.serviceClass}
    {#each service.methodsWithPrototypes}
  • {it.type} {it.bareMethodName}
  • {/each}
{#if service.hasTestableMethod} Test {/if}
{/body} {/include}