Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TweetForecastRun ¶
func TweetForecastRun(api twitter.IApiClient, pairs []Pair) error
Types ¶
type TweetContentCreater ¶
type TweetContentCreater struct {
// contains filtered or unexported fields
}
func NewTweetContentCreater ¶
func NewTweetContentCreater(snowForecastApiClient snowforecast.IApiClient) TweetContentCreater
func (TweetContentCreater) TweetContent ¶
func (c TweetContentCreater) TweetContent(pair Pair) (string, error)
type TweetForecast ¶
type TweetForecast struct { Api twitter.IApiClient SnowResorts Pair }
func (TweetForecast) Run ¶
func (t TweetForecast) Run()
Click to show internal directories.
Click to hide internal directories.