goncurrency analysis framework
1.0.0
基本工具由可運行的代碼編輯器組成(用於遊樂場軟件包)。設計用於將GO代碼轉換為中間格式的2階段轉換,然後使用外部工具進行分析。
WebService處理程序是在webservice/webservice.go中定義的,定義為名稱和INIT函數。 InitFunc設置HTTP處理程序路徑(使用默認的http.HandleFunc )。
type Handler struct {
Name string
InitFunc func()
}
可以通過可執行文件中的標誌選擇性地加載HTTP處理程序。默認情況下,只有Godel被加載。
事件處理程序以AJAX調用為static/script.js設置,應將響應編碼為JSON對象。
{ 'MiGo': migo_output, 'time': execution_time, 'Error': error }{ 'CFSM': cfsm_output, 'time': execution_time, 'Error': error }{ 'Gong': gong_output, 'time': execution_time, 'Error': error }{ 'Godel': godel_output, 'time': execution_time, 'Error': error }