mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
![]() These are the vendor files needed for Prometheus support. I have not been able to figure out how to do this properly with gopkg. |
||
---|---|---|
.. | ||
ext | ||
pbtest | ||
pbutil | ||
testdata | ||
.travis.yml | ||
LICENSE | ||
Makefile.TRAVIS | ||
NOTICE | ||
README.md |
Overview
This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.
Java | Go |
---|---|
MessageLite#parseDelimitedFrom | pbutil.ReadDelimited |
MessageLite#writeDelimitedTo | pbutil.WriteDelimited |
Because Code Review 9102043 is destined to never be merged into mainline (i.e., never be promoted to formal goprotobuf features), this repository will live here in the wild.
Documentation
We have generated Go Doc documentation here.