Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-akm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
lcc-akm
Commits
1ae3ff05
Commit
1ae3ff05
authored
Mar 09, 2023
by
王明明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超时处理
parent
bff882e9
Pipeline
#319
canceled with stages
Changes
12
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
6 additions
and
0 deletions
+6
-0
readme.md
readme.md
+4
-0
run.sh
run.sh
+2
-0
go.mod
src/go.mod
+0
-0
go.sum
src/go.sum
+0
-0
main.go
src/main.go
+0
-0
easyjet.go
src/model/easyjet.go
+0
-0
init.go
src/model/init.go
+0
-0
structs.go
src/model/structs.go
+0
-0
env.go
src/sensor/env/env.go
+0
-0
sensor.go
src/sensor/sensor.go
+0
-0
request.go
src/util/request.go
+0
-0
response.go
src/util/response.go
+0
-0
No files found.
readme.md
0 → 100644
View file @
1ae3ff05
```shell
docker run -itd --name lcc-akm-api --privileged=true --restart=always -v /home/opt/lcc-akm/src:/root/src/ -p 59001:59001 -cpus=1 -m 1G golang /bin/sh "sh /root/run.sh"
```
\ No newline at end of file
run.sh
0 → 100644
View file @
1ae3ff05
export
GOPROXY
=
https://goproxy.cn
cd
/root/src
&&
go run main.go
\ No newline at end of file
go.mod
→
src/
go.mod
View file @
1ae3ff05
File moved
go.sum
→
src/
go.sum
View file @
1ae3ff05
File moved
main.go
→
src/
main.go
View file @
1ae3ff05
File moved
model/easyjet.go
→
src/
model/easyjet.go
View file @
1ae3ff05
File moved
model/init.go
→
src/
model/init.go
View file @
1ae3ff05
File moved
model/structs.go
→
src/
model/structs.go
View file @
1ae3ff05
File moved
sensor/env/env.go
→
s
rc/s
ensor/env/env.go
View file @
1ae3ff05
File moved
sensor/sensor.go
→
s
rc/s
ensor/sensor.go
View file @
1ae3ff05
File moved
util/request.go
→
src/
util/request.go
View file @
1ae3ff05
File moved
util/response.go
→
src/
util/response.go
View file @
1ae3ff05
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment