Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFeedStatus ¶
type CloudFeedStatus struct { CloudFeedType cloudfeedtype.CloudFeedType `json:"cloud_feed_type"` Connected bool `json:"connected"` }
A CloudFeedStatus contains all available cloud feeds for an account and if they are connected or not.
func MakeCloudFeedStatus ¶
func MakeCloudFeedStatus(cloudFeedType cloudfeedtype.CloudFeedType, cloudFeed cloudfeed.CloudFeed) CloudFeedStatus
Create a new CloudFeedStatus.
Click to show internal directories.
Click to hide internal directories.