Package twitter
import "gitlab.com/zoralab/bissetii/pkg/internal/twitter"
Package twitter is the data package for structuring Twitter credential data.
This package is used across all other components that has Twitter products integrations.
Cards
type Cards struct {
Card string
Username string
}
TwitterPublish is the credential data structure for Twitter Publish.
More info is available at: https://business.twitter.com/en/blog/twitter-cards-101.html
Data
type Data struct {
Cards *Cards
}
TwitterData is the 3rd-party Twitter Platform Credential Data