mirror of
https://github.com/prometheus/prometheus
synced 2025-03-01 03:02:26 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
package main
|
|
|
|
type Encoder interface {
|
|
Encode() ([]byte, error)
|
|
}
|