prometheus/coding
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
..
indexable Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00
interface.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00
protocol_buffer.go Simplify Encoder's encoding signature. 2013-05-16 00:54:18 +03:00