entity

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

type Metrics struct {
	ImpressionCount  float64 `json:"impression_count"`
	UrlLinkClicks    float64 `json:"url_link_clicks"`
	ReplyCount       float64 `json:"reply_count"`
	RetweetCount     float64 `json:"retweet_count"`
	LikeCount        float64 `json:"like_count"`
	UserProfileClick float64 `json:"user_profile_clicks"`
}

type Tweet

type Tweet struct {
	Id             string  `json:"id"`
	ConversationId string  `json:"conversation_id"`
	Text           string  `json:"text"`
	OrganicMetrics Metrics `json:"organic_metrics"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL