mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 14:55:41 +01:00
7 lines
173 B
Go
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
|
|
}
|