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