server:OpenCBS REST API 服务器

时间:2021-07-05 13:20:40
【文件属性】:
文件名称:server:OpenCBS REST API 服务器
文件大小:27KB
文件格式:ZIP
更新时间:2021-07-05 13:20:40
Go 快速开始 OPENCBS 服务器是用 Go 编写的,因此您必须在您的系统上安装 Go。 如果没有,请下载并安装它。 要开始,您需要: 设置$GOPATH环境变量 建造 配置 确保 MS SQL Server 允许远程连接 运行服务器 设置$GOPATH 配置 Go 开发环境与设置$GOPATH变量几乎相同。 有关该主题的深入讨论,请查看这篇文章:。 同时,以下是简要说明。 如果您使用的是Linux或OS X,请运行以下命令: $ mkdir $HOME /go $ export GOPATH= $HOME /go $ export PATH= $PATH : $GOPATH /bin 要保存跨终端会话的变量,请将这些行添加到.bash_profile文件中: export GOPATH= $HOME /go export PATH= " $PATH : $GOPATH /b
【文件预览】:
server-master
----locustfile.py(222B)
----config()
--------config.go(659B)
----server.go(3KB)
----model()
--------custom_field.go(889B)
--------city.go(191B)
--------region.go(163B)
--------branch.go(264B)
--------lookup_data.go(385B)
--------session.go(422B)
--------district.go(203B)
--------economic_activity.go(235B)
--------person.go(970B)
--------user.go(369B)
----make.bat(59B)
----api()
--------custom_field.go(308B)
--------city.go(282B)
--------region.go(287B)
--------branch.go(291B)
--------lookup_data.go(1003B)
--------session.go(2KB)
--------district.go(295B)
--------economic_activity.go(331B)
--------api.go(2KB)
--------cache.go(8KB)
--------person.go(1KB)
--------user.go(896B)
----app()
--------error.go(12B)
--------context.go(175B)
--------util.go(573B)
----.gitignore(73B)
----Makefile(97B)
----README.md(3KB)
----conf.sample.json(169B)
----mssql()
--------person_GetCustomInformation.sql(400B)
--------economic_activity_GetAll.sql(84B)
--------city_GetAll.sql(354B)
--------custom_field_AddPersonValue.sql(79B)
--------branch_GetAll.sql(174B)
--------user_GetAll.sql(190B)
--------user_GetByUsernameAndPassword.sql(87B)
--------provider.go(202B)
--------person_Add.sql(241B)
--------custom_field_GetAll.sql(195B)
--------user_GetById.sql(69B)
--------region_GetAll.sql(53B)
--------person_GetAll.sql(1KB)
--------client_AddTiers.sql(612B)
--------person_GetById.sql(1015B)
--------district_GetAll.sql(66B)
----repo()
--------custom_field.go(1KB)
--------city.go(814B)
--------region.go(826B)
--------branch.go(902B)
--------district.go(894B)
--------economic_activity.go(1KB)
--------person.go(4KB)
--------user.go(2KB)

网友评论