|
@@ -2,10 +2,17 @@
|
|
<project version="4">
|
|
<project version="4">
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="cd58867b-089e-4508-9033-393b8939261c" name="Default Changelist" comment="">
|
|
<list default="true" id="cd58867b-089e-4508-9033-393b8939261c" name="Default Changelist" comment="">
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/cmd/mock/rpc/main.go" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/gateway/rpc/codec/codec.go" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/gateway/rpc/codec/gob_codec.go" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
- <change beforePath="$PROJECT_DIR$/cmd/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/cmd/main.go" afterDir="false" />
|
|
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/conn.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/conn.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/rpc/client.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/client.go" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/gateway/rpc/context.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/context.go" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/gateway/rpc/context.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/context.go" afterDir="false" />
|
|
- <change beforePath="$PROJECT_DIR$/micro.go" beforeDir="false" afterPath="$PROJECT_DIR$/micro.go" afterDir="false" />
|
|
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/rpc/message.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/message.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/rpc/request.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/request.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/rpc/response.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/response.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/rpc/server.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/server.go" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/service.go" beforeDir="false" afterPath="$PROJECT_DIR$/service.go" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/service.go" beforeDir="false" afterPath="$PROJECT_DIR$/service.go" afterDir="false" />
|
|
</list>
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -63,7 +70,7 @@
|
|
<recent name="D:\workspace\golang\micro\internal\micro\transport\http" />
|
|
<recent name="D:\workspace\golang\micro\internal\micro\transport\http" />
|
|
</key>
|
|
</key>
|
|
</component>
|
|
</component>
|
|
- <component name="RunManager" selected="Go Build.go build git.nspix.com/golang/micro/cmd">
|
|
|
|
|
|
+ <component name="RunManager" selected="Go Build.go build git.nspix.com/golang/micro/cmd/mock/rpc">
|
|
<configuration name="go build git.nspix.com/golang/micro/cmd" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="go build git.nspix.com/golang/micro/cmd" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
<module name="micro" />
|
|
<module name="micro" />
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
@@ -73,6 +80,15 @@
|
|
<directory value="$PROJECT_DIR$" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<method v="2" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</configuration>
|
|
|
|
+ <configuration name="go build git.nspix.com/golang/micro/cmd/mock/rpc" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
|
|
+ <module name="micro" />
|
|
|
|
+ <working_directory value="$PROJECT_DIR$" />
|
|
|
|
+ <kind value="PACKAGE" />
|
|
|
|
+ <filePath value="$PROJECT_DIR$/cmd/mock/rpc/main.go" />
|
|
|
|
+ <package value="git.nspix.com/golang/micro/cmd/mock/rpc" />
|
|
|
|
+ <directory value="$PROJECT_DIR$" />
|
|
|
|
+ <method v="2" />
|
|
|
|
+ </configuration>
|
|
<configuration name="go build git.nspix.com/micro/cmd" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
<configuration name="go build git.nspix.com/micro/cmd" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
|
|
<module name="micro" />
|
|
<module name="micro" />
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
@@ -100,24 +116,13 @@
|
|
<directory value="$PROJECT_DIR$" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<method v="2" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="TestService in git.nspix.com/micro/internal/micro/registry" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
|
|
- <module name="micro" />
|
|
|
|
- <working_directory value="$PROJECT_DIR$/internal/micro/registry" />
|
|
|
|
- <framework value="gotest" />
|
|
|
|
- <kind value="PACKAGE" />
|
|
|
|
- <package value="git.nspix.com/micro/internal/micro/registry" />
|
|
|
|
- <directory value="$PROJECT_DIR$" />
|
|
|
|
- <filePath value="$PROJECT_DIR$" />
|
|
|
|
- <pattern value="^\QTestService\E$" />
|
|
|
|
- <method v="2" />
|
|
|
|
- </configuration>
|
|
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
|
|
+ <item itemvalue="Go Build.go build git.nspix.com/golang/micro/cmd/mock/rpc" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/golang/micro/cmd" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/golang/micro/cmd" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd/mock/client" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd/mock/client" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd/mock/server" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd/mock/server" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd" />
|
|
<item itemvalue="Go Build.go build git.nspix.com/micro/cmd" />
|
|
- <item itemvalue="Go Test.TestService in git.nspix.com/micro/internal/micro/registry" />
|
|
|
|
</list>
|
|
</list>
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
</component>
|
|
</component>
|
|
@@ -140,4 +145,20 @@
|
|
<component name="VgoProject">
|
|
<component name="VgoProject">
|
|
<integration-enabled>true</integration-enabled>
|
|
<integration-enabled>true</integration-enabled>
|
|
</component>
|
|
</component>
|
|
|
|
+ <component name="XDebuggerManager">
|
|
|
|
+ <breakpoint-manager>
|
|
|
|
+ <breakpoints>
|
|
|
|
+ <line-breakpoint enabled="true" type="DlvLineBreakpoint">
|
|
|
|
+ <url>file://$PROJECT_DIR$/gateway/rpc/client.go</url>
|
|
|
|
+ <line>112</line>
|
|
|
|
+ <option name="timeStamp" value="4" />
|
|
|
|
+ </line-breakpoint>
|
|
|
|
+ <line-breakpoint enabled="true" type="DlvLineBreakpoint">
|
|
|
|
+ <url>file://$PROJECT_DIR$/gateway/rpc/client.go</url>
|
|
|
|
+ <line>62</line>
|
|
|
|
+ <option name="timeStamp" value="8" />
|
|
|
|
+ </line-breakpoint>
|
|
|
|
+ </breakpoints>
|
|
|
|
+ </breakpoint-manager>
|
|
|
|
+ </component>
|
|
</project>
|
|
</project>
|