|
@@ -2,17 +2,15 @@
|
|
<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 afterPath="$PROJECT_DIR$/client.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$/gateway/conn.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/conn.go" afterDir="false" />
|
|
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/cmd/mock/client/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/cmd/mock/client/main.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/gateway/context.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/context.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/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/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$/gateway/rpc/codec/gob_codec.go" beforeDir="false" afterPath="$PROJECT_DIR$/gateway/rpc/codec/gob_codec.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/micro.go" beforeDir="false" afterPath="$PROJECT_DIR$/micro.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/options.go" beforeDir="false" afterPath="$PROJECT_DIR$/options.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/registry/selector.go" beforeDir="false" afterPath="$PROJECT_DIR$/registry/selector.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" />
|
|
@@ -70,7 +68,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/mock/rpc">
|
|
|
|
|
|
+ <component name="RunManager" selected="Go Build.go build git.nspix.com/golang/micro/cmd/mock/client">
|
|
<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$" />
|
|
@@ -80,21 +78,21 @@
|
|
<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">
|
|
|
|
|
|
+ <configuration name="go build git.nspix.com/golang/micro/cmd/mock/client" 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$" />
|
|
<kind value="PACKAGE" />
|
|
<kind value="PACKAGE" />
|
|
- <filePath value="$PROJECT_DIR$/cmd/mock/rpc/main.go" />
|
|
|
|
- <package value="git.nspix.com/golang/micro/cmd/mock/rpc" />
|
|
|
|
|
|
+ <filePath value="$PROJECT_DIR$/cmd/mock/client/main.go" />
|
|
|
|
+ <package value="git.nspix.com/golang/micro/cmd/mock/client" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<method v="2" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</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/golang/micro/cmd/mock/rpc" 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$" />
|
|
<kind value="PACKAGE" />
|
|
<kind value="PACKAGE" />
|
|
- <filePath value="$PROJECT_DIR$/cmd/main.go" />
|
|
|
|
- <package value="git.nspix.com/micro/cmd" />
|
|
|
|
|
|
+ <filePath value="$PROJECT_DIR$/cmd/mock/rpc/main.go" />
|
|
|
|
+ <package value="git.nspix.com/golang/micro/cmd/mock/rpc" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<directory value="$PROJECT_DIR$" />
|
|
<method v="2" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</configuration>
|
|
@@ -118,11 +116,11 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
|
|
+ <item itemvalue="Go Build.go build git.nspix.com/golang/micro/cmd/mock/client" />
|
|
<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/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" />
|
|
|
|
</list>
|
|
</list>
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
</component>
|
|
</component>
|
|
@@ -145,20 +143,4 @@
|
|
<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>
|