www.byjp.me/tools/syndicate/services/atproto/interactions.go
JP Hastings-Spital 5c60629d78 Basics of Bluesky
2023-11-12 20:22:03 +00:00

7 lines
173 B
Go

package bluesky
import "github.com/by-jp/www.byjp.me/tools/syndicate/shared"
func (s *service) Interactions(url string) ([]shared.Interaction, error) {
return nil, nil
}