Files
nostrlib/sdk/follows.go
2023-10-30 19:23:58 -03:00

8 lines
84 B
Go

package sdk
type Follow struct {
Pubkey string
Relay string
Petname string
}