Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatConfig ¶
type RawChatConfig ¶
type RawChatConfig struct { Name *string `json:"name"` Method *string `json:"method"` Data *map[string]interface{} `json:"data"` }
RawChatConfig существует только для проверки на наличие required полей в конфиге
type RawConfig ¶
type RawConfig struct { Chats []*RawChatConfig `json:"chats"` Servers []*RawServerConfig `json:"servers"` }
RawConfig существует только для проверки на наличие required полей в конфиге
type RawServerConfig ¶
type RawServerConfig struct { Name *string `json:"name"` Addr *string `json:"addr"` Protocol *string `json:"protocol"` Chats *[]string `json:"chats"` MentionsText *string `json:"mentions_text"` Data *map[string]interface{} `json:"data"` }
RawServerConfig существует только для проверки на наличие required полей в конфиге
Click to show internal directories.
Click to hide internal directories.