thread-master/internal/model/scan_post/domain/entity/outreach_patch.go

8 lines
127 B
Go
Raw Normal View History

2026-06-26 08:37:04 +00:00
package entity
type OutreachPatch struct {
Status string
PublishedReplyID string
PublishedPermalink string
}