move sdk out to its own module.

This commit is contained in:
fiatjaf
2023-10-31 17:48:06 -03:00
parent 5847335506
commit 1789d43d51
12 changed files with 42 additions and 622 deletions
-7
View File
@@ -1,7 +0,0 @@
package sdk
type Follow struct {
Pubkey string
Relay string
Petname string
}