SYMBOL INDEX (15 symbols across 4 files) FILE: database.go type Conf_connect_db (line 14) | type Conf_connect_db struct type Wechat_chat_log (line 22) | type Wechat_chat_log struct type DCNews_info (line 29) | type DCNews_info struct function init_db (line 34) | func init_db() { function insert_wechat_chat_log (line 62) | func insert_wechat_chat_log(wechat_chat_log Wechat_chat_log) bool { function judge_dcnews_state (line 75) | func judge_dcnews_state(sendgr string) (DCNews_info, error) { function insert_sync_dcCommandTarget (line 87) | func insert_sync_dcCommandTarget(wx_group string, dc_channel_id string, ... FILE: dc_wx_association_table.sql type `dc_wx_association_table` (line 24) | CREATE TABLE `dc_wx_association_table` ( FILE: discord.go type Configuration (line 15) | type Configuration struct type AtSync_info (line 20) | type AtSync_info struct function init_dc (line 30) | func init_dc() { function discord_connection_check (line 113) | func discord_connection_check() { function discord_send_text (line 120) | func discord_send_text(content string, dc_channel_id string) { function discord_send_file (line 129) | func discord_send_file(content string, name string, path string, dc_chan... FILE: main.go function main (line 15) | func main() {