go-mstdn/api/v1/streaming/health/errors.go

10 lines
130 B
Go

package health
import (
"github.com/reiver/go-erorr"
)
const (
errNilHTTPResponse = erorr.Error("mstdn: nil http-response")
)