Skip to content

Instantly share code, notes, and snippets.

@AlgorithmsAreCool
Created December 12, 2023 01:52
Show Gist options
  • Save AlgorithmsAreCool/3b9eee956a8e4354c867419d3e96d3a9 to your computer and use it in GitHub Desktop.
Save AlgorithmsAreCool/3b9eee956a8e4354c867419d3e96d3a9 to your computer and use it in GitHub Desktop.
CosmosCompute Snippets
service ControlPlane {
rpc QueryUsage (QueryConsumptionRequest) returns (QueryConsumptionResponse) {}
rpc RegisterHandler (RegisterHandlerRequest) returns (RegisterHandlerResponse) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment