Documentation
¶
Overview ¶
Package activitytracker provides functionality to track user watch activity across different platforms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a client to interact with external services
func New ¶
func New(traktClient *trakt.Client, netflixClient *netflix.Client, slackClient *slack.Client) *Client
New returns a new Client
func (*Client) MarkAsWatched ¶
MarkAsWatched mark as watched all the provided media
Click to show internal directories.
Click to hide internal directories.