https://github.com/sajari/protogen-go
Generated Go packages for Search.io gRPC APIs
https://github.com/sajari/protogen-go
go grpc protobuf3
Last synced: 12 months ago
JSON representation
Generated Go packages for Search.io gRPC APIs
- Host: GitHub
- URL: https://github.com/sajari/protogen-go
- Owner: sajari
- Created: 2017-02-16T00:35:55.000Z (about 9 years ago)
- Default Branch: v2
- Last Pushed: 2023-07-05T20:46:18.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:44:25.009Z (about 1 year ago)
- Topics: go, grpc, protobuf3
- Language: Shell
- Homepage: https://www.search.io
- Size: 350 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generated Go packages for Sajari gRPC APIs
This repository contains generated Go packages required for using Sajari [gRPC](https://grpc.io) APIs.
All of the code here is generated from the proto definitions found in the [proto](https://github.com/sajari/proto) repo.
**Do not use this package** to make Sajari API calls from Go, instead use the official [Sajari Go SDK](https://github.com/sajari/sajari-sdk-go) which exports a more friendly, idiomatic API.
## Requirements
- docker
## Regenerate the code
Run docker.sh with `PROTO_SRC` set to be a path containing the proto repository.
$ env PROTO_SRC=... ./docker.sh