7 lines
97 B
Go
7 lines
97 B
Go
package general
|
|
|
|
type FollowRequestEvent struct {
|
|
Id string
|
|
Actor string
|
|
Target string
|
|
}
|