Multitenant streams api (#72)

This commit is contained in:
Dominic Wong
2021-03-18 17:21:41 +00:00
committed by GitHub
parent 28ad626d91
commit 8dfe49f813
87 changed files with 1890 additions and 1064 deletions

View File

@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.25.0
// protoc v3.6.1
// protoc v3.15.5
// source: proto/location.proto
// The location service stores GPS points for tracking purposes

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
option go_package = "proto;location";
option go_package = "./proto;location";
// The location service stores GPS points for tracking purposes
// and provides endpoints to query those points.