sdk taking shape.

This commit is contained in:
fiatjaf
2023-10-30 19:23:58 -03:00
parent 234d825e43
commit c506cc0f8b
8 changed files with 133 additions and 18 deletions

7
sdk/follows.go Normal file
View File

@@ -0,0 +1,7 @@
package sdk
type Follow struct {
Pubkey string
Relay string
Petname string
}