Documentation ¶
Index ¶
- func JsonBytesToMap(jsonBytes []byte) (map[string]interface{}, error)
- type DiscordChannelHandler
- type DiscordGuildHandler
- type DiscordProfileHandler
- type DiscordSentimentHandler
- type DiscoreUserGuildsHandler
- type LLMChatBody
- type LLMChatHandler
- type TelegramChannelHandler
- type TelegramSentimentHandler
- type TwitterFollowersHandler
- type TwitterProfileHandler
- type TwitterQueryHandler
- type WebHandler
- type WebSentimentHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonBytesToMap ¶
Types ¶
type DiscordChannelHandler ¶
type DiscordChannelHandler struct{}
func (*DiscordChannelHandler) HandleWork ¶
func (h *DiscordChannelHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for DiscordChannelHandler.
type DiscordGuildHandler ¶
type DiscordGuildHandler struct{}
func (*DiscordGuildHandler) HandleWork ¶
func (h *DiscordGuildHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for DiscordGuildHandler.
type DiscordProfileHandler ¶
type DiscordProfileHandler struct{}
func (*DiscordProfileHandler) HandleWork ¶
func (h *DiscordProfileHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for DiscordProfileHandler.
type DiscordSentimentHandler ¶
type DiscordSentimentHandler struct{}
func (*DiscordSentimentHandler) HandleWork ¶
func (h *DiscordSentimentHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for DiscordSentimentHandler.
type DiscoreUserGuildsHandler ¶
type DiscoreUserGuildsHandler struct{}
func (*DiscoreUserGuildsHandler) HandleWork ¶
func (h *DiscoreUserGuildsHandler) HandleWork(data []byte) data_types.WorkResponse
type LLMChatBody ¶
type LLMChatHandler ¶
type LLMChatHandler struct{}
func (*LLMChatHandler) HandleWork ¶
func (h *LLMChatHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for LLMChatHandler.
type TelegramChannelHandler ¶
type TelegramChannelHandler struct{}
func (*TelegramChannelHandler) HandleWork ¶
func (h *TelegramChannelHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for TelegramChannelHandler.
type TelegramSentimentHandler ¶
type TelegramSentimentHandler struct{}
func (*TelegramSentimentHandler) HandleWork ¶
func (h *TelegramSentimentHandler) HandleWork(data []byte) data_types.WorkResponse
HandleWork implements the WorkHandler interface for TelegramSentimentHandler.
type TwitterFollowersHandler ¶
type TwitterFollowersHandler struct{}
func (*TwitterFollowersHandler) HandleWork ¶
func (h *TwitterFollowersHandler) HandleWork(data []byte) data_types.WorkResponse
type TwitterProfileHandler ¶
type TwitterProfileHandler struct{}
func (*TwitterProfileHandler) HandleWork ¶
func (h *TwitterProfileHandler) HandleWork(data []byte) data_types.WorkResponse
type TwitterQueryHandler ¶
type TwitterQueryHandler struct{}
func (*TwitterQueryHandler) HandleWork ¶
func (h *TwitterQueryHandler) HandleWork(data []byte) data_types.WorkResponse
type WebHandler ¶
type WebHandler struct{}
WebHandler - All the web handlers implement the WorkHandler interface.
func (*WebHandler) HandleWork ¶
func (h *WebHandler) HandleWork(data []byte) data_types.WorkResponse
type WebSentimentHandler ¶
type WebSentimentHandler struct{}
Click to show internal directories.
Click to hide internal directories.