mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
5 lines
69 B
Go
5 lines
69 B
Go
package coding
|
|
|
|
type Encoder interface {
|
|
Encode() ([]byte, error)
|
|
}
|