go-mstdn/api/v1/streaming/public/local/client.go

8 lines
88 B
Go
Raw Normal View History

2024-08-06 22:49:22 +00:00
package local
import (
"github.com/reiver/go-httpsse"
)
type Client = httpsse.Client