✨ Language's post
This commit is contained in:
7
pkg/internal/models/metrics.go
Normal file
7
pkg/internal/models/metrics.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type PostMetric struct {
|
||||
ReplyCount int64 `json:"reply_count,omitempty"`
|
||||
ReactionCount int64 `json:"reaction_count,omitempty"`
|
||||
ReactionList map[string]int64 `json:"reaction_list,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user