Andrew Farries c83333fc3a Add usage-api component
Add Placeholder .proto files and script to generate Go client/server
SDKs.

Adapted from the `public-api` component.
2022-07-08 16:25:55 +05:30

7 lines
138 B
Go

package usage_api_codegen
import (
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
_ "google.golang.org/protobuf/runtime/protoimpl"
)