Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

reference-api.rst

File metadata and controls

30 lines (20 loc) · 1.05 KB

API Reference

API docs

Gazette API documentation is primarily hosted as godocs. Packages of note include:

  • client for interacting with Gazette brokers.
  • consumer for core consumer Application interfaces.
  • runconsumer for opinionated initialization of consumer applications.

Broker Protocol Buffers & gRPC Service

Browse broker/protocol.proto on Sourcegraph.

Consumer Protocol Buffers & gRPC Service

Browse consumer/protocol.proto on Sourcegraph.