8 lines
127 B
Go
8 lines
127 B
Go
|
|
package entity
|
||
|
|
|
||
|
|
type OutreachPatch struct {
|
||
|
|
Status string
|
||
|
|
PublishedReplyID string
|
||
|
|
PublishedPermalink string
|
||
|
|
}
|