8 lines
84 B
Go
8 lines
84 B
Go
package sdk
|
|
|
|
type Follow struct {
|
|
Pubkey string
|
|
Relay string
|
|
Petname string
|
|
}
|