Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2020 Changes in this version + type API struct + Config types.TwitterConfig + DataObject TwitterResponse + LastCalled time.Time + ResponseObject types.TwitterResponse + ValidCache bool + func NewAPI(sockets map[types.Socket]bool, pool types.Pool, id uuid.UUID) *API + func (a *API) Configure(message types.ClientMessage) error + func (a *API) Data() (interface{}, error) + func (a *API) Run() + type TwitterResponse struct + Tweets []twitter.Tweet + func (o *TwitterResponse) Transform() interface{} + func (o *TwitterResponse) Update(arguments interface{}) error