1 line
41 KiB
JSON
1 line
41 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_pop3_pop3_go", "label": "pop3.go", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L1"}, {"id": "pop3_server", "label": "Server", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L30"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "store", "label": "Store", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "config", "label": "Config", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "listener", "label": "Listener", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "waitgroup", "label": "WaitGroup", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "$graphify-root$_internal_pop3_pop3_newserver", "label": "NewServer()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L41"}, {"id": "pop3_server_listenandserve", "label": ".ListenAndServe()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L45"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "pop3_server_acceptloop", "label": ".acceptLoop()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L77"}, {"id": "pop3_server_shutdown", "label": ".Shutdown()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L98"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "pop3_server_closeall", "label": ".closeAll()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L113"}, {"id": "pop3_pop3state", "label": "pop3State", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L122"}, {"id": "pop3_session", "label": "session", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L130"}, {"id": "conn", "label": "Conn", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "readwriter", "label": "ReadWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "mailboxentry", "label": "MailboxEntry", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/pop3/pop3.go"}, {"id": "$graphify-root$_internal_pop3_pop3_newsession", "label": "newSession()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L147"}, {"id": "pop3_session_run", "label": ".run()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L159"}, {"id": "pop3_session_dispatch", "label": ".dispatch()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L186"}, {"id": "pop3_session_reply", "label": ".reply()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L225"}, {"id": "pop3_session_cmduser", "label": ".cmdUser()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L240"}, {"id": "pop3_session_cmdpass", "label": ".cmdPass()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L249"}, {"id": "pop3_session_cmdstat", "label": ".cmdStat()", "file_type": "code", "source_file": "internal/pop3/pop3.go", "source_location": "L275"}, {"id": "pop3_session_cmd
|