|
@@ -1,24 +1,71 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<project version="4">
|
|
|
|
+ <component name="BranchesTreeState">
|
|
|
|
+ <expand>
|
|
|
|
+ <path>
|
|
|
|
+ <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ </path>
|
|
|
|
+ <path>
|
|
|
|
+ <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ </path>
|
|
|
|
+ <path>
|
|
|
|
+ <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
|
|
|
|
+ </path>
|
|
|
|
+ </expand>
|
|
|
|
+ <select />
|
|
|
|
+ </component>
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
- <list default="true" id="d2dc8b4c-4ed5-48e2-a519-676a1d7dbb24" name="Default Changelist" comment="" />
|
|
|
|
|
|
+ <list default="true" id="d2dc8b4c-4ed5-48e2-a519-676a1d7dbb24" name="Default Changelist" comment="1">
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/utils/var.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/controllers/weather.go" beforeDir="false" afterPath="$PROJECT_DIR$/controllers/weather.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/goiot-cronapi" beforeDir="false" afterPath="$PROJECT_DIR$/main" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/logs/goiot-cronapi.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/goiot-cronapi.log" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/main.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/models/weather.go" beforeDir="false" afterPath="$PROJECT_DIR$/models/weather.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/router/router.go" beforeDir="false" afterPath="$PROJECT_DIR$/router/router.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/services/box.go" beforeDir="false" afterPath="$PROJECT_DIR$/services/box.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/services/weather.go" beforeDir="false" afterPath="$PROJECT_DIR$/services/weather.go" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/utils/util.go" beforeDir="false" afterPath="$PROJECT_DIR$/utils/util.go" afterDir="false" />
|
|
|
|
+ </list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
</component>
|
|
|
|
+ <component name="FileTemplateManagerImpl">
|
|
|
|
+ <option name="RECENT_TEMPLATES">
|
|
|
|
+ <list>
|
|
|
|
+ <option value="Go File" />
|
|
|
|
+ </list>
|
|
|
|
+ </option>
|
|
|
|
+ </component>
|
|
<component name="GOROOT" path="F:\go1.16.1" />
|
|
<component name="GOROOT" path="F:\go1.16.1" />
|
|
|
|
+ <component name="Git.Settings">
|
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
+ </component>
|
|
<component name="ProjectId" id="2K4PmQBLpUatdNosnOrRDehsIQz" />
|
|
<component name="ProjectId" id="2K4PmQBLpUatdNosnOrRDehsIQz" />
|
|
|
|
+ <component name="ProjectLevelVcsManager">
|
|
|
|
+ <ConfirmationsSetting value="2" id="Add" />
|
|
|
|
+ </component>
|
|
<component name="ProjectViewState">
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<component name="PropertiesComponent">
|
|
|
|
+ <property name="DefaultGoTemplateProperty" value="Go File" />
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="go.import.settings.migrated" value="true" />
|
|
<property name="go.import.settings.migrated" value="true" />
|
|
<property name="go.sdk.automatically.set" value="true" />
|
|
<property name="go.sdk.automatically.set" value="true" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
|
|
+ <property name="restartRequiresConfirmation" value="false" />
|
|
</component>
|
|
</component>
|
|
<component name="RunManager">
|
|
<component name="RunManager">
|
|
<configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
|
|
<configuration name="go build main.go" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
|
|
@@ -36,26 +83,49 @@
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
<option name="version" value="3" />
|
|
</component>
|
|
</component>
|
|
|
|
+ <component name="Vcs.Log.Tabs.Properties">
|
|
|
|
+ <option name="TAB_STATES">
|
|
|
|
+ <map>
|
|
|
|
+ <entry key="MAIN">
|
|
|
|
+ <value>
|
|
|
|
+ <State />
|
|
|
|
+ </value>
|
|
|
|
+ </entry>
|
|
|
|
+ </map>
|
|
|
|
+ </option>
|
|
|
|
+ </component>
|
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
|
+ <MESSAGE value="1" />
|
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="1" />
|
|
|
|
+ </component>
|
|
<component name="WindowStateProjectService">
|
|
<component name="WindowStateProjectService">
|
|
<state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1673231198358">
|
|
<state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1673231198358">
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
</state>
|
|
</state>
|
|
<state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1536.824@0.0.1536.824" timestamp="1673231198358" />
|
|
<state x="223" y="67" width="1089" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1536.824@0.0.1536.824" timestamp="1673231198358" />
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.bottom" timestamp="1673232220053">
|
|
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.bottom" timestamp="1673236056210">
|
|
|
|
+ <screen x="0" y="0" width="1536" height="824" />
|
|
|
|
+ </state>
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1673236056210" />
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.center" timestamp="1673236056209">
|
|
|
|
+ <screen x="0" y="0" width="1536" height="824" />
|
|
|
|
+ </state>
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1673236056209" />
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.left" timestamp="1673236056209">
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
</state>
|
|
</state>
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
|
|
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.center" timestamp="1673232220053">
|
|
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1673236056209" />
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.right" timestamp="1673236056209">
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
</state>
|
|
</state>
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
|
|
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.left" timestamp="1673232220053">
|
|
|
|
|
|
+ <state width="1493" height="190" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1673236056209" />
|
|
|
|
+ <state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1673232264933">
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
</state>
|
|
</state>
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
|
|
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.right" timestamp="1673232220053">
|
|
|
|
|
|
+ <state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1673232264933" />
|
|
|
|
+ <state x="468" y="144" width="600" height="536" key="find.popup" timestamp="1673237080832">
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
<screen x="0" y="0" width="1536" height="824" />
|
|
</state>
|
|
</state>
|
|
- <state width="1493" height="207" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1673232220053" />
|
|
|
|
|
|
+ <state x="468" y="144" width="600" height="536" key="find.popup/0.0.1536.824@0.0.1536.824" timestamp="1673237080832" />
|
|
</component>
|
|
</component>
|
|
</project>
|
|
</project>
|