prometheus/storage
Matt T. Proud 4e0c932a4f Simplify Encoder's encoding signature.
The reality is that if we ever try to encode a Protocol Buffer and it
fails, it's likely that such an error is ultimately not a runtime error
and should be fixed forthwith.  Thusly, we should rename
``Encoder.Encode`` to ``Encoder.MustEncode`` and drop the error return
value.
2013-05-16 00:54:18 +03:00
..
metric Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
raw Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
interface.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00