package
0.4.2
Repository: https://github.com/julez-dev/chatuino.git
Documentation: pkg.go.dev

# Functions

NewAccountProvider creates a new instance of AccountProvider.
NewAPIClient creates a new instance of APIClient.
NewAPIClientWithRefresh creates a new instance of APIClientWithRefresh.
NewBTTVEmoteFetcher creates a new instance of BTTVEmoteFetcher.
NewChatPool creates a new instance of ChatPool.
NewDB creates a new instance of DB.
NewEmoteStore creates a new instance of EmoteStore.
NewEventSubPool creates a new instance of EventSubPool.
NewRecentMessageService creates a new instance of RecentMessageService.
NewSevenTVEmoteFetcher creates a new instance of SevenTVEmoteFetcher.
NewTwitchEmoteFetcher creates a new instance of TwitchEmoteFetcher.

# Structs

AccountProvider is an autogenerated mock type for the AccountProvider type.
No description provided by the author
AccountProvider_GetAccountBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountBy'.
AccountProvider_GetAllAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllAccounts'.
AccountProvider_UpdateTokensFor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTokensFor'.
APIClient is an autogenerated mock type for the APIClient type.
No description provided by the author
APIClient_GetChatSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetChatSettings'.
APIClient_GetStreamInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStreamInfo'.
APIClient_GetUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUsers'.
APIClientWithRefresh is an autogenerated mock type for the APIClientWithRefresh type.
No description provided by the author
APIClientWithRefresh_GetChatSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetChatSettings'.
APIClientWithRefresh_GetStreamInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStreamInfo'.
APIClientWithRefresh_GetUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUsers'.
APIClientWithRefresh_RefreshToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RefreshToken'.
BTTVEmoteFetcher is an autogenerated mock type for the BTTVEmoteFetcher type.
No description provided by the author
BTTVEmoteFetcher_GetChannelEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetChannelEmotes'.
BTTVEmoteFetcher_GetGlobalEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGlobalEmotes'.
ChatPool is an autogenerated mock type for the ChatPool type.
No description provided by the author
ChatPool_ListenAndServe_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListenAndServe'.
DB is an autogenerated mock type for the DB type.
DB_Exec_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exec'.
No description provided by the author
EmoteStore is an autogenerated mock type for the EmoteStore type.
No description provided by the author
EmoteStore_GetAllForUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllForUser'.
EmoteStore_GetByText_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByText'.
EmoteStore_RefreshGlobal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RefreshGlobal'.
EmoteStore_RefreshLocal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RefreshLocal'.
EventSubPool is an autogenerated mock type for the EventSubPool type.
No description provided by the author
EventSubPool_ListenAndServe_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListenAndServe'.
RecentMessageService is an autogenerated mock type for the RecentMessageService type.
No description provided by the author
RecentMessageService_GetRecentMessagesFor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRecentMessagesFor'.
SevenTVEmoteFetcher is an autogenerated mock type for the SevenTVEmoteFetcher type.
No description provided by the author
SevenTVEmoteFetcher_GetChannelEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetChannelEmotes'.
SevenTVEmoteFetcher_GetGlobalEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGlobalEmotes'.
TwitchEmoteFetcher is an autogenerated mock type for the TwitchEmoteFetcher type.
No description provided by the author
TwitchEmoteFetcher_GetChannelEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetChannelEmotes'.
TwitchEmoteFetcher_GetGlobalEmotes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetGlobalEmotes'.