workspace.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="58f21262-dec0-4388-a049-ec45c7d728fa" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/.gitignore" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/compiler.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/golinter.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/micro_gateway.iml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/misc.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/modules.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/../micro_gateway/.idea/vcs.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/../micro_gateway/go.mod" beforeDir="false" afterPath="$PROJECT_DIR$/../micro_gateway/go.mod" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/../micro_gateway/go.sum" beforeDir="false" afterPath="$PROJECT_DIR$/../micro_gateway/go.sum" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/../micro_gateway/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/../micro_gateway/main.go" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/converter.go" beforeDir="false" afterPath="$PROJECT_DIR$/converter.go" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/gateway.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway.go" afterDir="false" />
  21. </list>
  22. <option name="SHOW_DIALOG" value="false" />
  23. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  24. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  25. <option name="LAST_RESOLUTION" value="IGNORE" />
  26. </component>
  27. <component name="GOROOT" url="file:///usr/local/go" />
  28. <component name="Git.Settings">
  29. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  30. </component>
  31. <component name="MarkdownSettingsMigration">
  32. <option name="stateVersion" value="1" />
  33. </component>
  34. <component name="ProjectId" id="2HGnX0ZVeW51i1zflvBXdk8HDdL" />
  35. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  36. <component name="ProjectViewState">
  37. <option name="hideEmptyMiddlePackages" value="true" />
  38. <option name="showLibraryContents" value="true" />
  39. </component>
  40. <component name="PropertiesComponent">{
  41. &quot;keyToString&quot;: {
  42. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  43. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  44. &quot;RunOnceActivity.go.formatter.settings.were.checked&quot;: &quot;true&quot;,
  45. &quot;RunOnceActivity.go.migrated.go.modules.settings&quot;: &quot;true&quot;,
  46. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  47. &quot;go.import.settings.migrated&quot;: &quot;true&quot;,
  48. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  49. &quot;settings.editor.selected.configurable&quot;: &quot;project.kotlinCompiler&quot;
  50. }
  51. }</component>
  52. <component name="RunManager">
  53. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  54. <module name="rpcx-gateway" />
  55. <working_directory value="$PROJECT_DIR$" />
  56. <go_parameters value="-i" />
  57. <kind value="FILE" />
  58. <directory value="$PROJECT_DIR$" />
  59. <filePath value="$PROJECT_DIR$" />
  60. <method v="2" />
  61. </configuration>
  62. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  63. <module name="rpcx-gateway" />
  64. <working_directory value="$PROJECT_DIR$" />
  65. <go_parameters value="-i" />
  66. <kind value="DIRECTORY" />
  67. <directory value="$PROJECT_DIR$" />
  68. <filePath value="$PROJECT_DIR$" />
  69. <framework value="gotest" />
  70. <method v="2" />
  71. </configuration>
  72. </component>
  73. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  74. <component name="TaskManager">
  75. <task active="true" id="Default" summary="Default task">
  76. <changelist id="58f21262-dec0-4388-a049-ec45c7d728fa" name="Changes" comment="" />
  77. <created>1667920330652</created>
  78. <option name="number" value="Default" />
  79. <option name="presentableId" value="Default" />
  80. <updated>1667920330652</updated>
  81. <workItem from="1667920337060" duration="720000" />
  82. <workItem from="1667921208634" duration="24000" />
  83. <workItem from="1667921287454" duration="3112000" />
  84. <workItem from="1668041733998" duration="4357000" />
  85. <workItem from="1668073732806" duration="479000" />
  86. <workItem from="1668140504866" duration="1348000" />
  87. <workItem from="1668349196722" duration="5852000" />
  88. <workItem from="1668387766123" duration="4592000" />
  89. <workItem from="1668529288313" duration="17000" />
  90. <workItem from="1668529610531" duration="1264000" />
  91. <workItem from="1668558446930" duration="497000" />
  92. <workItem from="1668571436655" duration="1001000" />
  93. <workItem from="1668585451039" duration="90000" />
  94. </task>
  95. <servers />
  96. </component>
  97. <component name="TypeScriptGeneratedFilesManager">
  98. <option name="version" value="3" />
  99. </component>
  100. <component name="Vcs.Log.Tabs.Properties">
  101. <option name="TAB_STATES">
  102. <map>
  103. <entry key="MAIN">
  104. <value>
  105. <State />
  106. </value>
  107. </entry>
  108. </map>
  109. </option>
  110. </component>
  111. <component name="VgoProject">
  112. <settings-migrated>true</settings-migrated>
  113. </component>
  114. <component name="XDebuggerManager">
  115. <breakpoint-manager>
  116. <breakpoints>
  117. <line-breakpoint enabled="true" type="DlvLineBreakpoint">
  118. <url>file://$USER_HOME$/go/pkg/mod/github.com/smallnest/rpcx@v1.6.3-0.20210426142302-97437a82168d/client/xclient.go</url>
  119. <line>978</line>
  120. <option name="timeStamp" value="1" />
  121. </line-breakpoint>
  122. </breakpoints>
  123. </breakpoint-manager>
  124. </component>
  125. </project>