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

10 lines
130 B
Go
Raw Normal View History

2024-08-02 01:27:14 +00:00
package health
import (
"github.com/reiver/go-erorr"
)
const (
errNilHTTPResponse = erorr.Error("mstdn: nil http-response")
)