Kratos - OpenBilibili go-common
Kratos
项目规范
1,每个目录 需要有独立的README.md CHANGELOG.md CONTRIBUTORS.md,具体可以参考: http://git.bilibili.co/platform/go-common/tree/master/business/service/archive
2,以后每个业务或者基础组件维护自己的版本号,在CHANGELOG.md中,rider 构建以后的tag关联成自己的版本号;
3,整个大仓库不再有tag,只有master 主干分支,所有mr发送前,一定要注意先merge master;
4,使用Rider构建以后(retag),回滚可以基于Rider的retag来回滚,而不是回滚大仓库的代码;
5,提供RPC内部服务放置在business/service中,任务队列放置在business/job中,对外网关服务放置在business/interface,管理后台服务放置在business/admin
6,每个业务自建cmd文件夹,将main.go文件和test配置文件迁移进去
7,构建的时候自定义脚本选择krotos_buil.sh,自定义参数选择自己所在业务的路径 (ps:例如 interface/web-show)
8,大仓库的mr合并方式为,在mr中留言"+merge",鉴权依据服务根目录下 CONTRIBUTORS.md 文件解析,具体可以参考: http://info.bilibili.co/pages/viewpage.action?pageId=7539410
-
go-common-master
-
.gitlab
-
issue_templates
- Bug.md (467 Bytes)
- Doc.md (341 Bytes)
- Feature.md (301 Bytes)
- Refactor.md (299 Bytes)
- Suggestion.md (377 Bytes)
-
merge_request_templates
- Common.md (365 Bytes)
-
-
.rider
- .gometalinter.json (265 Bytes)
- CHANGELOG.md (2.1 KiB)
- CONTRIBUTORS.md (195 Bytes)
- OWNERS (285 Bytes)
- bazel_build.sh (1.0 KiB)
- changefiles.sh (980 Bytes)
- changepkgs.sh (465 Bytes)
- lint.sh (709 Bytes)
- make_update.sh (472 Bytes)
- sagacheck.sh (689 Bytes)
- unit_test.sh (9.9 KiB)
-
app
-
admin
-
bbq
-
comment
-
cmd
- BUILD (1018 Bytes)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (202 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (192 Bytes)
-
internal
-
dao
- BUILD (921 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (603 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (936 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (747 Bytes)
- service.go (612 Bytes)
-
- BUILD (578 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (147 Bytes)
- README.md (86 Bytes)
-
- BUILD (332 Bytes)
- OWNERS (113 Bytes)
-
-
ep
-
marthe
-
cmd
- BUILD (1.0 KiB)
- admin.toml (2.7 KiB)
- convey-test.toml (2.2 KiB)
- main.go (875 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.6 KiB)
-
dao
- BUILD (2.7 KiB)
- bugly.go (6.0 KiB)
- dao.go (2.2 KiB)
- dao_test.go (444 Bytes)
- mail.go (893 Bytes)
- mysql_bugly_batch_run.go (2.5 KiB)
- mysql_bugly_batch_run_test.go (1.5 KiB)
- mysql_bugly_cookie.go (2.1 KiB)
- mysql_bugly_cookie_test.go (2.7 KiB)
- mysql_bugly_issue.go (3.3 KiB)
- mysql_bugly_issue_test.go (2.1 KiB)
- mysql_bugly_project.go (2.5 KiB)
- mysql_bugly_version.go (4.2 KiB)
- mysql_bugly_version_test.go (1.2 KiB)
- mysql_contact_info.go (1.4 KiB)
- mysql_schedule_task.go (486 Bytes)
- mysql_schedule_task_test.go (640 Bytes)
- mysql_tapd_bug_priority_conf.go (1.7 KiB)
- mysql_tapd_bug_priority_confg_test.go (1.3 KiB)
- mysql_tapd_bug_record.go (1.8 KiB)
- mysql_tapd_bug_record_test.go (1.0 KiB)
- mysql_tapd_bug_template.go (2.1 KiB)
- mysql_tapd_bug_template_test.go (2.0 KiB)
- mysql_tapd_bug_version_template.go (2.2 KiB)
- mysql_tapd_bug_version_template_test.go (2.5 KiB)
- mysql_user.go (1.1 KiB)
- mysql_user_test.go (860 Bytes)
- tapd.go (6.0 KiB)
- wechat.go (1.8 KiB)
-
model
- BUILD (763 Bytes)
- bugly.go (2.2 KiB)
- constants.go (1.1 KiB)
- marthe.go (7.6 KiB)
- model.go (9.0 KiB)
- tapd.go (6.6 KiB)
- wechat.go (189 Bytes)
-
server
-
http
- BUILD (1.1 KiB)
- bugly.go (3.5 KiB)
- http.go (3.4 KiB)
- tapd.go (3.1 KiB)
- user.go (1.2 KiB)
-
-
service
- BUILD (1.2 KiB)
- bugly.go (9.5 KiB)
- bugly_batch_run.go (9.4 KiB)
- mail.go (279 Bytes)
- service.go (2.8 KiB)
- tapd.go (21.5 KiB)
- user.go (2.9 KiB)
- BUILD (592 Bytes)
- CHANGELOG.md (89 Bytes)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (241 Bytes)
- README.md (590 Bytes)
-
-
melloi
-
cmd
- BUILD (1.0 KiB)
- convey-test.toml (6.1 KiB)
- main.go (1.0 KiB)
- melloi-test.toml (6.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (4.4 KiB)
-
dao
- BUILD (2.3 KiB)
- apply.go (1.5 KiB)
- bfs.go (2.4 KiB)
- clientmoni.go (487 Bytes)
- cluster.go (1.7 KiB)
- comment.go (1.0 KiB)
- dao.go (1.7 KiB)
- dao_test.go (444 Bytes)
- dapper.go (1.1 KiB)
- job.go (6.7 KiB)
- label.go (2.6 KiB)
- mail.go (342 Bytes)
- mysql_grpc.go (2.0 KiB)
- mysql_grpc_snap.go (980 Bytes)
- order.go (1.2 KiB)
- order_admin.go (487 Bytes)
- order_admin_test.go (475 Bytes)
- order_report.go (734 Bytes)
- order_test.go (814 Bytes)
- ptestjob.go (1.2 KiB)
- rank.go (7.5 KiB)
- rank_test.go (3.3 KiB)
- report.go (5.4 KiB)
- reportgraph.go (497 Bytes)
- scene.go (11.6 KiB)
- scene_test.go (12.1 KiB)
- script.go (7.0 KiB)
- tree.go (3.3 KiB)
- user.go (653 Bytes)
- user_test.go (229 Bytes)
- wechat.go (1.7 KiB)
-
http
- BUILD (1.4 KiB)
- apply.go (1.1 KiB)
- clientmoni.go (572 Bytes)
- cluster.go (172 Bytes)
- comment.go (975 Bytes)
- file.go (2.9 KiB)
- grpc.go (4.4 KiB)
- http.go (6.6 KiB)
- job.go (1.1 KiB)
- label.go (1.0 KiB)
- order.go (1.6 KiB)
- order_admin.go (550 Bytes)
- ptest.go (6.1 KiB)
- rank.go (943 Bytes)
- report.go (2.5 KiB)
- scene.go (5.8 KiB)
- script.go (5.2 KiB)
- tree.go (601 Bytes)
- user.go (834 Bytes)
-
model
- BUILD (1.3 KiB)
- apply.go (848 Bytes)
- bfs.go (136 Bytes)
- clientmoni.go (749 Bytes)
- cluster.go (3.4 KiB)
- comment.go (731 Bytes)
- const.go (2.5 KiB)
- dto.go (5.4 KiB)
- grpc.go (3.6 KiB)
- job.go (4.5 KiB)
- label.go (1.0 KiB)
- melloi.go (6.1 KiB)
- order.go (3.4 KiB)
- order_admin.go (317 Bytes)
- order_report.go (404 Bytes)
- ptestjob.go (3.4 KiB)
- rank.go (2.5 KiB)
- report_graph.go (1.8 KiB)
- report_summary.go (3.3 KiB)
- report_timely.go (1.6 KiB)
- scene.go (7.1 KiB)
- script.go (7.1 KiB)
- script_snap.go (3.1 KiB)
- tree.go (1.4 KiB)
- user.go (334 Bytes)
- wechat.go (954 Bytes)
-
service
-
proto
- BUILD.bazel (991 Bytes)
- LICENSE (1.0 KiB)
- Makefile (1.3 KiB)
- README.md (1.3 KiB)
- comment.go (4.6 KiB)
- enum.go (5.0 KiB)
- extensions.go (1.9 KiB)
- field.go (4.5 KiB)
- go.mod (33 Bytes)
- group.go (2.8 KiB)
- import.go (2.1 KiB)
- message.go (5.8 KiB)
- oneof.go (3.8 KiB)
- option.go (9.2 KiB)
- package.go (1.9 KiB)
- parser.go (5.7 KiB)
- proto.go (5.2 KiB)
- range.go (2.6 KiB)
- reserved.go (2.3 KiB)
- service.go (6.3 KiB)
- syntax.go (1.9 KiB)
- token.go (4.2 KiB)
- visitor.go (1.9 KiB)
- walk.go (2.9 KiB)
- BUILD (2.5 KiB)
- apply.go (5.1 KiB)
- apply_test.go (1.0 KiB)
- bfs.go (222 Bytes)
- clientmoni.go (199 Bytes)
- cluster.go (612 Bytes)
- comment.go (678 Bytes)
- dapper.go (1.1 KiB)
- file.go (8.6 KiB)
- grpc.go (9.1 KiB)
- grpc_snap.go (624 Bytes)
- grpc_snap_test.go (1.2 KiB)
- grpc_test.go (3.2 KiB)
- job.go (3.9 KiB)
- label.go (2.3 KiB)
- label_test.go (1.2 KiB)
- mail.go (319 Bytes)
- mail_test.go (332 Bytes)
- order.go (701 Bytes)
- order_admin.go (582 Bytes)
- order_admin_test.go (651 Bytes)
- order_report.go (979 Bytes)
- order_test.go (834 Bytes)
- ptest.go (22.4 KiB)
- rank.go (2.8 KiB)
- rank_test.go (3.4 KiB)
- report.go (25.8 KiB)
- report_test.go (708 Bytes)
- scene.go (18.0 KiB)
- scene_test.go (11.6 KiB)
- script.go (39.3 KiB)
- script_snap.go (2.9 KiB)
- script_test.go (1.4 KiB)
- service.go (600 Bytes)
- service_test.go (320 Bytes)
- tools.go (986 Bytes)
- tree.go (3.5 KiB)
- user.go (876 Bytes)
- user_test.go (240 Bytes)
- wechat.go (3.2 KiB)
-
- BUILD (585 Bytes)
- CHANGELOG.md (8.0 KiB)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (172 Bytes)
- README.md (550 Bytes)
- db.sql (35.7 KiB)
-
-
merlin
-
cmd
- BUILD (1.0 KiB)
- convey-test.toml (3.8 KiB)
- main.go (1.0 KiB)
- merlin-test.toml (4.4 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.8 KiB)
-
dao
- BUILD (3.1 KiB)
- bilihub.go (4.3 KiB)
- dao.go (2.7 KiB)
- dao_test.go (658 Bytes)
- dashboard.go (892 Bytes)
- devicefarm.go (3.7 KiB)
- docker.go (2.7 KiB)
- mail.go (897 Bytes)
- mail_test.go (319 Bytes)
- mysql_application_record.go (5.4 KiB)
- mysql_dashboard.go (7.3 KiB)
- mysql_hubimage_confs.go (1.0 KiB)
- mysql_hubimage_logs.go (2.6 KiB)
- mysql_image.go (803 Bytes)
- mysql_image_test.go (1.1 KiB)
- mysql_machine.go (7.1 KiB)
- mysql_machineV2.go (1.2 KiB)
- mysql_machine_log.go (3.4 KiB)
- mysql_machine_log_test.go (811 Bytes)
- mysql_machine_node.go (929 Bytes)
- mysql_machine_package.go (313 Bytes)
- mysql_machine_test.go (15.3 KiB)
- mysql_mail_log.go (664 Bytes)
- mysql_mail_log_test.go (832 Bytes)
- mysql_mobile_machine.go (8.9 KiB)
- mysql_mobile_machine_error_log.go (1.0 KiB)
- mysql_mobile_machine_log.go (2.5 KiB)
- mysql_mobile_sync_log.go (847 Bytes)
- mysql_snapshot_record.go (1.6 KiB)
- mysql_task.go (1.5 KiB)
- mysql_task_test.go (733 Bytes)
- mysql_user.go (795 Bytes)
- mysql_user_test.go (861 Bytes)
- paas.go (7.4 KiB)
- paas_test.go (4.9 KiB)
- tree.go (8.5 KiB)
- tree_test.go (62.1 KiB)
- wechat.go (1.0 KiB)
-
http
- BUILD (1.3 KiB)
- audit.go (2.7 KiB)
- bilihub.go (6.1 KiB)
- cluster.go (137 Bytes)
- dashboard.go (690 Bytes)
- devicefarm.go (4.7 KiB)
- http.go (6.2 KiB)
- image.go (788 Bytes)
- machine.go (2.3 KiB)
- machineV2.go (532 Bytes)
- node.go (636 Bytes)
- tree.go (933 Bytes)
- user.go (525 Bytes)
-
model
- BUILD (948 Bytes)
- bilihub.go (1.9 KiB)
- constants.go (4.8 KiB)
- dashboard.go (2.8 KiB)
- device.go (1.9 KiB)
- dto.go (14.5 KiB)
- merlin.go (12.7 KiB)
- paas.go (8.7 KiB)
- tree.go (2.7 KiB)
- wechat.go (802 Bytes)
-
service
- BUILD (1.9 KiB)
- audit.go (8.1 KiB)
- bilihub.go (17.6 KiB)
- cluster.go (681 Bytes)
- dashboard.go (8.6 KiB)
- devicefarm.go (19.0 KiB)
- image.go (520 Bytes)
- machine.go (9.5 KiB)
- machineV2.go (1.8 KiB)
- machine_log.go (453 Bytes)
- machine_test.go (176 Bytes)
- mail.go (6.4 KiB)
- node.go (947 Bytes)
- service.go (1.6 KiB)
- service_test.go (501 Bytes)
- task.go (4.3 KiB)
- tree.go (5.1 KiB)
- tree_test.go (4.5 KiB)
- user.go (451 Bytes)
- user_test.go (350 Bytes)
- BUILD (585 Bytes)
- CHANGELOG.md (3.3 KiB)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (241 Bytes)
- README.md (604 Bytes)
-
-
saga
-
api
-
grpc
-
v1
- BUILD (1.2 KiB)
- api.pb.go (14.5 KiB)
- api.proto (252 Bytes)
-
-
-
cmd
- BUILD (1.0 KiB)
- main.go (1.1 KiB)
- saga-admin-test.toml (4.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.9 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.1 KiB)
- dao_test.go (298 Bytes)
- db_project.go (4.0 KiB)
- db_project_test.go (6.0 KiB)
- db_sync.go (16.7 KiB)
- db_sync_test.go (8.0 KiB)
- db_task.go (333 Bytes)
- db_wechat.go (6.4 KiB)
- db_wechat_test.go (3.0 KiB)
- http.go (7.4 KiB)
- mc.go (2.7 KiB)
- mc_test.go (2.5 KiB)
- redis.go (4.5 KiB)
- redis_test.go (3.3 KiB)
-
http
- BUILD (1.3 KiB)
- basic.go (657 Bytes)
- branch.go (765 Bytes)
- commit.go (1.2 KiB)
- config.go (2.0 KiB)
- http.go (3.6 KiB)
- job.go (520 Bytes)
- member.go (380 Bytes)
- mr.go (1.2 KiB)
- pipeline.go (768 Bytes)
- project.go (1.5 KiB)
- runner.go (379 Bytes)
- task.go (371 Bytes)
- team.go (475 Bytes)
- user.go (648 Bytes)
- wechat.go (2.5 KiB)
-
model
- BUILD (959 Bytes)
- basic.go (153 Bytes)
- branch.go (2.0 KiB)
- config.go (4.0 KiB)
- job.go (1.2 KiB)
- mail.go (442 Bytes)
- model.go (2.4 KiB)
- mr.go (1.7 KiB)
- project.go (2.7 KiB)
- statistics.go (5.2 KiB)
- sync.go (12.7 KiB)
- team.go (533 Bytes)
- wechat.go (5.2 KiB)
-
server
-
grpc
- BUILD (1.2 KiB)
- server.go (646 Bytes)
- server_test.go (606 Bytes)
-
-
service
-
gitlab
- BUILD (1.0 KiB)
- gitlab.go (7.7 KiB)
- gitlab_test.go (2.4 KiB)
-
mail
- BUILD.bazel (1.2 KiB)
- mail.go (3.0 KiB)
- mail_test.go (1.3 KiB)
- tpl.go (2.3 KiB)
-
utils
- BUILD (658 Bytes)
- utils.go (2.1 KiB)
-
wechat
- BUILD (1.3 KiB)
- contact.go (4.7 KiB)
- wechat.go (4.8 KiB)
- wechat_test.go (3.2 KiB)
- BUILD (2.5 KiB)
- basic.go (1020 Bytes)
- branch.go (11.7 KiB)
- collect_project.go (4.4 KiB)
- commit.go (6.5 KiB)
- config.go (16.2 KiB)
- data.go (13.7 KiB)
- job.go (11.7 KiB)
- member.go (2.7 KiB)
- mr.go (16.4 KiB)
- pipeline.go (24.3 KiB)
- pipeline_test.go (1.0 KiB)
- project.go (3.7 KiB)
- runner.go (2.7 KiB)
- service.go (1.6 KiB)
- service_test.go (3.2 KiB)
- statistics.go (8.2 KiB)
- sync.go (12.5 KiB)
- task.go (554 Bytes)
- user.go (261 Bytes)
- wechat.go (7.9 KiB)
-
- BUILD (677 Bytes)
- CHANGELOG.md (1.2 KiB)
- CONTRIBUTORS.md (56 Bytes)
- OWNERS (172 Bytes)
- swagger.json (11.9 KiB)
-
-
tapd
-
cmd
- BUILD (1010 Bytes)
- admin.toml (2.1 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (2.2 KiB)
- hook_url.go (4.3 KiB)
- mysql_event_log.go (999 Bytes)
- mysql_hook_url.go (2.7 KiB)
- mysql_url_event.go (1.6 KiB)
-
http
- BUILD (1.1 KiB)
- hook.go (2.1 KiB)
- http.go (1.5 KiB)
-
model
- BUILD (697 Bytes)
- constants.go (734 Bytes)
- dto.go (1.3 KiB)
- tapd.go (1.8 KiB)
-
service
- BUILD (982 Bytes)
- hook.go (6.3 KiB)
- service.go (921 Bytes)
- BUILD (573 Bytes)
- CHANGELOG.md (278 Bytes)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (239 Bytes)
- README.md (118 Bytes)
-
- BUILD (507 Bytes)
- OWNERS (86 Bytes)
-
-
live
-
live-admin
-
api
-
http
-
v1
- BUILD (1.7 KiB)
- capsule.bm.go (9.8 KiB)
- capsule.capsule.md (10.9 KiB)
- capsule.pb.go (223.6 KiB)
- capsule.proto (12.8 KiB)
- gaea.bm.go (4.9 KiB)
- gaea.gaea.md (4.9 KiB)
- gaea.pb.go (88.0 KiB)
- gaea.proto (4.8 KiB)
- payGoods.bm.go (3.9 KiB)
- payGoods.payGoods.md (3.5 KiB)
- payGoods.pb.go (74.8 KiB)
- payGoods.proto (4.6 KiB)
- payLive.bm.go (3.8 KiB)
- payLive.payLive.md (4.3 KiB)
- payLive.pb.go (91.9 KiB)
- payLive.proto (6.3 KiB)
- resource.banner.md (1.3 KiB)
- resource.bm.go (8.0 KiB)
- resource.pb.go (161.0 KiB)
- resource.proto (8.5 KiB)
- resource.resource.md (4.8 KiB)
- resource.splash.md (593 Bytes)
- room.bm.go (1.9 KiB)
- room.pb.go (37.0 KiB)
- room.proto (2.2 KiB)
- room.roomMng.md (1.7 KiB)
- upload.bm.go (2.7 KiB)
- upload.pb.go (33.7 KiB)
- upload.proto (2.4 KiB)
- upload.token.md (674 Bytes)
- upload.upload.md (1.2 KiB)
-
v2
- BUILD (1.4 KiB)
- user_resource.bm.go (4.3 KiB)
- user_resource.pb.go (81.0 KiB)
- user_resource.proto (4.9 KiB)
- user_resource.userResource.md (3.7 KiB)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (993 Bytes)
- test.toml (388 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1016 Bytes)
- api.go (432 Bytes)
- dao.go (1.0 KiB)
- token.go (1.4 KiB)
-
model
- BUILD (692 Bytes)
- model.go (14 Bytes)
- upload.go (527 Bytes)
-
server
-
http
- BUILD (1.3 KiB)
- http.go (2.3 KiB)
-
-
service
-
v1
- BUILD (2.3 KiB)
- banner.go (916 Bytes)
- capsule.go (15.5 KiB)
- gaea.go (4.0 KiB)
- payGoods.go (4.1 KiB)
- payLive.go (4.8 KiB)
- resource.go (6.4 KiB)
- roomMng.go (5.1 KiB)
- splash.go (651 Bytes)
- token.go (1.1 KiB)
- token_test.go (956 Bytes)
- upload.go (3.0 KiB)
-
v2
- BUILD (877 Bytes)
- userResource.go (3.9 KiB)
- BUILD (880 Bytes)
- service.go (478 Bytes)
-
- BUILD (748 Bytes)
- CHANGELOG.md (449 Bytes)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (226 Bytes)
- README.md (62 Bytes)
-
- OWNERS (88 Bytes)
-
-
main
-
activity
-
cmd
- BUILD (1.1 KiB)
- activity-admin-test.toml (1.4 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
-
kfc
- BUILD (1.3 KiB)
- dao.go (859 Bytes)
- dao_test.go (701 Bytes)
- kfc.go (585 Bytes)
- kfc_test.go (609 Bytes)
- BUILD (1.6 KiB)
- dao.go (1.3 KiB)
- dao_test.go (697 Bytes)
- likes.go (3.5 KiB)
- likes_test.go (2.3 KiB)
- subject.go (523 Bytes)
- subject_test.go (477 Bytes)
-
-
http
- BUILD (1.3 KiB)
- archive.go (253 Bytes)
- bws.go (15.2 KiB)
- http.go (3.6 KiB)
- kfc.go (266 Bytes)
- likes.go (1.5 KiB)
- match.go (4.5 KiB)
- subject.go (1.3 KiB)
-
model
-
kfc
- BUILD (648 Bytes)
- kfc.go (1008 Bytes)
- BUILD (984 Bytes)
- archive.go (142 Bytes)
- bws.go (3.8 KiB)
- likes.go (4.0 KiB)
- match.go (1.6 KiB)
- model_test.go (146 Bytes)
- subject.go (6.7 KiB)
-
-
service
-
kfc
- BUILD (859 Bytes)
- service.go (770 Bytes)
- BUILD (2.2 KiB)
- archive.go (667 Bytes)
- archive_test.go (440 Bytes)
- likes.go (17.6 KiB)
- likes_test.go (1.6 KiB)
- service.go (1.2 KiB)
- service_test.go (559 Bytes)
- subject.go (9.5 KiB)
- subject_test.go (4.2 KiB)
-
- BUILD (731 Bytes)
- CHANGELOG.md (285 Bytes)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (201 Bytes)
- README.md (67 Bytes)
-
-
aegis
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- aegis-admin.toml (4.4 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.0 KiB)
-
dao
-
gorm
- BUILD (2.6 KiB)
- business.go (1.6 KiB)
- business_config.go (1.8 KiB)
- business_config_test.go (2.4 KiB)
- business_test.go (2.0 KiB)
- common.go (2.4 KiB)
- common_test.go (1.3 KiB)
- dao.go (737 Bytes)
- dao_test.go (1011 Bytes)
- direction.go (3.4 KiB)
- direction_test.go (2.3 KiB)
- flow.go (2.5 KiB)
- flow_resource.go (1.8 KiB)
- flow_resource_test.go (1.1 KiB)
- flow_test.go (1.8 KiB)
- net.go (3.1 KiB)
- net_test.go (2.2 KiB)
- report.go (1.7 KiB)
- report_test.go (995 Bytes)
- resource.go (8.9 KiB)
- resource_test.go (6.0 KiB)
- task.go (4.7 KiB)
- task_config.go (2.4 KiB)
- task_config_test.go (1.8 KiB)
- task_test.go (3.9 KiB)
- token.go (3.3 KiB)
- token_test.go (2.2 KiB)
- transition.go (2.9 KiB)
- transition_test.go (2.1 KiB)
-
http
- BUILD (1.8 KiB)
- dao.go (707 Bytes)
- dao_test.go (1.3 KiB)
- filter.go (1015 Bytes)
- filter_test.go (1.4 KiB)
- log.go (4.0 KiB)
- log_test.go (728 Bytes)
- resource.go (1.0 KiB)
- resource_test.go (337 Bytes)
- role.go (4.2 KiB)
- role_test.go (2.2 KiB)
- search.go (2.6 KiB)
- search_test.go (1.3 KiB)
- upload.go (2.2 KiB)
- upload_test.go (939 Bytes)
-
mc
- BUILD (1.3 KiB)
- dao.go (458 Bytes)
- dao_test.go (780 Bytes)
- task.go (3.0 KiB)
- task_test.go (2.6 KiB)
-
mysql
- BUILD (1.6 KiB)
- dao.go (461 Bytes)
- dao_test.go (1.1 KiB)
- monitor.go (1.8 KiB)
- monitor_test.go (928 Bytes)
- task.go (14.8 KiB)
- task_test.go (8.4 KiB)
-
redis
- BUILD (1.7 KiB)
- cluster.go (5.4 KiB)
- dao.go (610 Bytes)
- dao_test.go (1.1 KiB)
- monitor.go (1.8 KiB)
- monitor_test.go (647 Bytes)
- net.go (1.4 KiB)
- net_test.go (1.0 KiB)
- task.go (8.4 KiB)
- task_test.go (7.7 KiB)
-
rpc
- BUILD (1.9 KiB)
- dao.go (1.8 KiB)
- dao_test.go (3.4 KiB)
- rpc_mock.go (7.0 KiB)
- task.go (4.4 KiB)
- task_test.go (1.2 KiB)
- BUILD (716 Bytes)
-
-
model
-
business
- BUILD (945 Bytes)
- business.go (5.4 KiB)
- config.go (2.1 KiB)
-
common
- BUILD (839 Bytes)
- common.go (4.0 KiB)
- common_test.go (2.2 KiB)
-
databus
- BUILD (604 Bytes)
- messages.go (225 Bytes)
-
middleware
- BUILD (1.1 KiB)
- config.go (3.7 KiB)
- config_test.go (2.5 KiB)
- response.go (495 Bytes)
- response_test.go (1.0 KiB)
-
monitor
- BUILD (603 Bytes)
- monitor.go (1.6 KiB)
-
net
- BUILD (878 Bytes)
- direction.go (2.2 KiB)
- flow.go (1.0 KiB)
- flow_resource.go (614 Bytes)
- net.go (1.1 KiB)
- params.go (11.2 KiB)
- token.go (6.6 KiB)
- transition.go (1.6 KiB)
-
resource
- BUILD (954 Bytes)
- resource.go (6.5 KiB)
- resource_test.go (582 Bytes)
-
svg
- BUILD (872 Bytes)
- dot.go (8.6 KiB)
- dot_test.go (437 Bytes)
-
task
- BUILD (766 Bytes)
- consumer.go (814 Bytes)
- task.go (6.5 KiB)
- BUILD (2.0 KiB)
- engine.go (10.2 KiB)
- log.go (8.6 KiB)
- model_test.go (6.3 KiB)
- report.go (9.3 KiB)
-
-
server
-
databus
- BUILD (1.1 KiB)
- conf.go (1.2 KiB)
- resource.go (3.8 KiB)
- resource_test.go (1.1 KiB)
-
http
- BUILD (2.1 KiB)
- business.go (3.1 KiB)
- csv.go (2.4 KiB)
- debug.go (130 Bytes)
- direction.go (2.0 KiB)
- engine.go (8.6 KiB)
- flow.go (2.0 KiB)
- http.go (6.2 KiB)
- monitor.go (1.4 KiB)
- net.go (1.8 KiB)
- report.go (2.6 KiB)
- svg.go (1.2 KiB)
- task.go (11.1 KiB)
- token.go (2.0 KiB)
- transition.go (2.8 KiB)
-
-
service
- BUILD (3.9 KiB)
- business.go (5.7 KiB)
- direction.go (14.4 KiB)
- direction_test.go (3.1 KiB)
- engine.go (30.3 KiB)
- engine_test.go (2.8 KiB)
- extra_func.go (3.4 KiB)
- flow.go (11.2 KiB)
- flow_resource.go (2.1 KiB)
- flow_resource_test.go (894 Bytes)
- flow_test.go (1.6 KiB)
- log.go (17.5 KiB)
- log_test.go (3.7 KiB)
- message.go (690 Bytes)
- message_test.go (512 Bytes)
- monitor.go (2.7 KiB)
- monitor_test.go (1.6 KiB)
- net.go (6.8 KiB)
- net_cache.go (28.1 KiB)
- net_cache_test.go (26.3 KiB)
- net_control.go (29.1 KiB)
- net_control_test.go (4.4 KiB)
- net_test.go (1.2 KiB)
- report.go (7.3 KiB)
- report_test.go (511 Bytes)
- resource.go (4.1 KiB)
- role.go (3.3 KiB)
- role_test.go (377 Bytes)
- service.go (4.0 KiB)
- service_test.go (2.0 KiB)
- svg.go (1.1 KiB)
- task_config.go (2.3 KiB)
- task_config_test.go (441 Bytes)
- task_consumer.go (3.5 KiB)
- task_dispatch.go (11.8 KiB)
- token.go (3.3 KiB)
- token_bind.go (11.9 KiB)
- token_test.go (2.8 KiB)
- transition.go (8.7 KiB)
- transition_test.go (1.6 KiB)
- BUILD (643 Bytes)
- CHANGELOG.md (2.6 KiB)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (231 Bytes)
- README.md (99 Bytes)
-
-
answer
-
cmd
- BUILD (1.1 KiB)
- answer-admin-test.toml (1.7 KiB)
- main.go (994 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (976 Bytes)
- dao_test.go (1011 Bytes)
- draw.go (2.9 KiB)
- draw_test.go (1.1 KiB)
- es.go (4.2 KiB)
- es_test.go (294 Bytes)
- mysql.go (5.0 KiB)
- mysql_test.go (4.9 KiB)
- redis.go (611 Bytes)
- redis_test.go (259 Bytes)
-
http
- BUILD (1.0 KiB)
- http.go (1.2 KiB)
- question.go (2.1 KiB)
-
model
- BUILD (682 Bytes)
- anwer.go (1.6 KiB)
- question.go (4.1 KiB)
-
service
- BUILD (1.6 KiB)
- img.go (3.8 KiB)
- img_test.go (667 Bytes)
- question.go (8.1 KiB)
- question_test.go (1.3 KiB)
- service.go (566 Bytes)
- service_test.go (927 Bytes)
- BUILD (597 Bytes)
- CHANGELOG.md (502 Bytes)
- CONTRIBUTORS.md (114 Bytes)
- OWNERS (250 Bytes)
- README.md (198 Bytes)
-
-
apm
-
cmd
- BUILD (1.1 KiB)
- apm-admin-test.toml (4.5 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (3.6 KiB)
-
dao
-
mock
- BUILD (1.0 KiB)
- monkey_dao.go (7.8 KiB)
- BUILD (2.5 KiB)
- canal.go (2.4 KiB)
- canal_test.go (6.5 KiB)
- dao.go (972 Bytes)
- dao_test.go (844 Bytes)
- ecode.go (1.1 KiB)
- ecode_test.go (337 Bytes)
- monkey.go (6.9 KiB)
- need.go (4.4 KiB)
- need_test.go (3.4 KiB)
- pprof.go (1.0 KiB)
- pprof_test.go (354 Bytes)
- upload.go (1.8 KiB)
- upload_test.go (1.2 KiB)
- ut.go (5.0 KiB)
- ut_app.go (1.6 KiB)
- ut_app_test.go (1.0 KiB)
- ut_rank.go (967 Bytes)
- ut_rank_test.go (342 Bytes)
- ut_test.go (4.7 KiB)
-
-
http
- BUILD (2.7 KiB)
- app.go (10.7 KiB)
- apply_test.go (4.3 KiB)
- canal.go (6.8 KiB)
- canal_test.go (3.8 KiB)
- dapper.go (148 Bytes)
- databus.go (58.5 KiB)
- discovery.go (670 Bytes)
- ecode.go (11.9 KiB)
- ecode_test.go (288 Bytes)
- http.go (10.6 KiB)
- monitor.go (959 Bytes)
- need.go (2.8 KiB)
- need_test.go (2.8 KiB)
- notify_test.go (4.5 KiB)
- open.go (805 Bytes)
- platform.go (3.8 KiB)
- pprof.go (3.7 KiB)
- process_test.go (4.1 KiB)
- rank.go (1.2 KiB)
- swagger.json (17.9 KiB)
- upload.go (3.4 KiB)
- upload_test.go (1.4 KiB)
- user.go (19.1 KiB)
- user_test.go (2.3 KiB)
- ut.go (2.8 KiB)
- ut_app.go (464 Bytes)
- ut_dash.go (3.9 KiB)
-
model
-
app
- BUILD (635 Bytes)
- app.go (516 Bytes)
- auth.go (849 Bytes)
-
canal
- BUILD (640 Bytes)
- apply.go (3.6 KiB)
- canal.go (3.5 KiB)
-
databus
- BUILD (832 Bytes)
- alarm.go (2.3 KiB)
- app.go (568 Bytes)
- apply.go (1.5 KiB)
- auth.go (2.1 KiB)
- filter.go (424 Bytes)
- message.go (263 Bytes)
- notify.go (757 Bytes)
- notifygroup.go (1.6 KiB)
- oldapp.go (518 Bytes)
- oldauth.go (646 Bytes)
- topic.go (494 Bytes)
-
discovery
- BUILD (563 Bytes)
- discovery.go (224 Bytes)
-
ecode
- BUILD (643 Bytes)
- code_msg.go (586 Bytes)
- ecode.go (946 Bytes)
-
log
- BUILD (601 Bytes)
- log.go (512 Bytes)
-
monitor
- BUILD (651 Bytes)
- monitor.go (1007 Bytes)
-
need
- BUILD (645 Bytes)
- need.go (2.8 KiB)
-
pprof
- BUILD (647 Bytes)
- pprof.go (1.3 KiB)
-
tree
- BUILD (553 Bytes)
- tree.go (1.3 KiB)
-
user
- BUILD (658 Bytes)
- module.go (2.4 KiB)
- rule.go (5.7 KiB)
- user.go (1.1 KiB)
-
ut
- BUILD (717 Bytes)
- app.go (1.2 KiB)
- dashboard.go (858 Bytes)
- rank.go (1.1 KiB)
- ut.go (6.0 KiB)
- BUILD (1.0 KiB)
-
-
service
- BUILD (4.4 KiB)
- alarm.go (5.5 KiB)
- app.go (3.6 KiB)
- app_test.go (169 Bytes)
- canal.go (24.8 KiB)
- canal_test.go (6.9 KiB)
- dapper.go (942 Bytes)
- dapper_test.go (474 Bytes)
- databus.go (9.8 KiB)
- databus_test.go (2.7 KiB)
- discovery.go (4.2 KiB)
- ecode.go (365 Bytes)
- log.go (1.0 KiB)
- members.go (1.2 KiB)
- members_test.go (492 Bytes)
- monitor.go (6.3 KiB)
- monitor_test.go (1.3 KiB)
- need.go (5.0 KiB)
- need_test.go (4.6 KiB)
- open.go (1.2 KiB)
- platform.go (1.2 KiB)
- pprof.go (7.1 KiB)
- pprof_test.go (1.0 KiB)
- prometheus.go (8.4 KiB)
- prometheus_test.go (2.6 KiB)
- qywechat.go (923 Bytes)
- service.go (2.0 KiB)
- service_test.go (309 Bytes)
- task.go (1.4 KiB)
- tree.go (8.1 KiB)
- tree_test.go (177 Bytes)
- upload.go (3.4 KiB)
- upload_test.go (3.2 KiB)
- user.go (2.0 KiB)
- user_test.go (938 Bytes)
- ut.go (14.9 KiB)
- ut_app.go (3.8 KiB)
- ut_dash.go (5.0 KiB)
- ut_dash_test.go (3.3 KiB)
- ut_rank.go (3.4 KiB)
- ut_rank_test.go (476 Bytes)
- ut_report.go (9.1 KiB)
- ut_report_test.go (1.9 KiB)
- ut_test.go (4.5 KiB)
- BUILD (566 Bytes)
- CHANGELOG.md (13.4 KiB)
- CONTRIBUTORS.md (169 Bytes)
- OWNERS (278 Bytes)
- README.md (207 Bytes)
- swagger.json (8.4 KiB)
-
-
app
-
cmd
- BUILD (922 Bytes)
- app-admin-test.toml (1.9 KiB)
- main.go (919 Bytes)
-
conf
- BUILD (1010 Bytes)
- conf.go (1.7 KiB)
-
dao
-
aids
- BUILD (1.2 KiB)
- aids.go (804 Bytes)
- aids_test.go (603 Bytes)
-
audit
- BUILD (1.3 KiB)
- audit.go (2.7 KiB)
- audit_test.go (1.5 KiB)
-
bfs
- BUILD (1.0 KiB)
- bfs.go (2.4 KiB)
- bfs_test.go (573 Bytes)
-
bottom
- BUILD (1.2 KiB)
- bottom.go (2.4 KiB)
- bottom_test.go (1.7 KiB)
-
language
- BUILD (1.2 KiB)
- language.go (1.5 KiB)
- language_test.go (1.2 KiB)
-
notice
- BUILD (1.2 KiB)
- notice.go (2.7 KiB)
- notice_test.go (1.8 KiB)
-
wall
- BUILD (1.2 KiB)
- wall.go (2.2 KiB)
- wall_test.go (1.7 KiB)
-
-
http
- BUILD (2.0 KiB)
- aids.go (269 Bytes)
- audit.go (1.1 KiB)
- bfs.go (1.3 KiB)
- bottom.go (1.1 KiB)
- http.go (2.8 KiB)
- language.go (657 Bytes)
- local.go (305 Bytes)
- notice.go (1.4 KiB)
- wall.go (837 Bytes)
-
model
-
aids
- BUILD (553 Bytes)
- aids.go (90 Bytes)
-
audit
- BUILD (555 Bytes)
- audit.go (525 Bytes)
-
bottom
- BUILD (557 Bytes)
- bottom.go (625 Bytes)
-
language
- BUILD (561 Bytes)
- language.go (367 Bytes)
-
notice
- BUILD (557 Bytes)
- notice.go (1.1 KiB)
-
wall
- BUILD (553 Bytes)
- wall.go (837 Bytes)
- BUILD (885 Bytes)
- const.go (437 Bytes)
-
-
service
-
aids
- BUILD (1.1 KiB)
- aids.go (702 Bytes)
- aids_test.go (578 Bytes)
-
audit
- BUILD (1.2 KiB)
- audit.go (2.0 KiB)
- audit_test.go (1.5 KiB)
-
bfs
- BUILD (1.1 KiB)
- bfs.go (838 Bytes)
- bfs_test.go (643 Bytes)
-
bottom
- BUILD (1.2 KiB)
- bottom.go (2.1 KiB)
- bottom_test.go (1.8 KiB)
-
language
- BUILD (1.2 KiB)
- language.go (1.2 KiB)
- language_test.go (1.3 KiB)
-
notice
- BUILD (1.2 KiB)
- notice.go (1.7 KiB)
- notice_test.go (2.1 KiB)
-
ping
- BUILD (1017 Bytes)
- ping.go (382 Bytes)
- ping_test.go (563 Bytes)
-
wall
- BUILD (1.2 KiB)
- wall.go (1.9 KiB)
- wall_test.go (1.8 KiB)
-
- BUILD (1.2 KiB)
- CHANGELOG.md (334 Bytes)
- CONTRIBUTORS.md (118 Bytes)
- OWNERS (231 Bytes)
- README.md (197 Bytes)
-
-
appstatic
-
cmd
- BUILD (1.1 KiB)
- appstatic-admin-test.toml (3.4 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (657 Bytes)
- dao_test.go (987 Bytes)
- redis.go (673 Bytes)
- redis_test.go (263 Bytes)
- up_nas.go (3.3 KiB)
- up_nas_test.go (1.3 KiB)
- upbfs.go (2.3 KiB)
- upbfs_test.go (1.6 KiB)
-
http
- BUILD (1.1 KiB)
- add_ver.go (6.8 KiB)
- http.go (1.5 KiB)
- publish.go (263 Bytes)
-
model
- BUILD (686 Bytes)
- add_ver.go (4.8 KiB)
- publish.go (399 Bytes)
-
service
- BUILD (1.5 KiB)
- add_ver.go (10.2 KiB)
- add_ver_test.go (277 Bytes)
- publish.go (1.7 KiB)
- publish_test.go (565 Bytes)
- push.go (315 Bytes)
- service.go (1.2 KiB)
- service_test.go (1.4 KiB)
- upbfs.go (2.0 KiB)
- upbfs_test.go (1.9 KiB)
- BUILD (602 Bytes)
- CHANGELOG.md (1.7 KiB)
- CONTRIBUTORS.md (94 Bytes)
- OWNERS (234 Bytes)
- README.md (0 Bytes)
-
-
bfs
-
cmd
- BUILD (908 Bytes)
- main.go (824 Bytes)
- test.toml (578 Bytes)
-
conf
- BUILD (870 Bytes)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (809 Bytes)
- dao_test.go (711 Bytes)
- http.go (2.3 KiB)
- http_test.go (3.1 KiB)
- zk.go (3.4 KiB)
- zk_test.go (1.3 KiB)
-
http
- BUILD (919 Bytes)
- bfs.go (1.3 KiB)
- http.go (1.1 KiB)
-
model
- BUILD (665 Bytes)
- arg.go (1.2 KiB)
- group.go (290 Bytes)
- store.go (2.2 KiB)
- volume.go (486 Bytes)
-
service
- BUILD (862 Bytes)
- bfs.go (3.2 KiB)
- service.go (604 Bytes)
- BUILD (566 Bytes)
- CHANGELOG.md (157 Bytes)
- CONTRIBUTORS.md (120 Bytes)
- OWNERS (223 Bytes)
- README.md (73 Bytes)
-
-
block
-
cmd
- BUILD (1.0 KiB)
- block-admin-test.toml (7.8 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (2.3 KiB)
- conf_test.go (668 Bytes)
-
dao
- BUILD (1.7 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.7 KiB)
- http.go (4.8 KiB)
- mc.go (1.0 KiB)
- mysql.go (4.7 KiB)
- rpc.go (1.3 KiB)
-
http
- BUILD (1.4 KiB)
- block.go (1.1 KiB)
- http.go (1.4 KiB)
- http_test.go (358 Bytes)
-
model
- BUILD (642 Bytes)
- dao.go (691 Bytes)
- http.go (2.4 KiB)
- model.go (5.3 KiB)
- msg.go (200 Bytes)
- notify.go (152 Bytes)
-
service
- BUILD (1.6 KiB)
- audit_log.go (1.3 KiB)
- block.go (8.2 KiB)
- msg.go (2.4 KiB)
- notify.go (444 Bytes)
- service.go (1.1 KiB)
- service_test.go (1.1 KiB)
- BUILD (578 Bytes)
- CHANGELOG.md (540 Bytes)
- CONTRIBUTORS.md (105 Bytes)
- OWNERS (247 Bytes)
- README.md (115 Bytes)
- db.sql (2.2 KiB)
-
-
cache
-
cmd
- BUILD (960 Bytes)
- db.sql (2.8 KiB)
- main.go (745 Bytes)
- test.toml (310 Bytes)
-
conf
- BUILD (1009 Bytes)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (611 Bytes)
- dao_test.go (846 Bytes)
- opscache.go (983 Bytes)
- opscache_test.go (828 Bytes)
- overlord.go (1.7 KiB)
- overlord_test.go (509 Bytes)
- tree.go (5.5 KiB)
- tree_test.go (4.2 KiB)
-
http
- BUILD (1.0 KiB)
- cache.go (5.2 KiB)
- http.go (1.8 KiB)
- overlord.go (4.0 KiB)
-
model
- BUILD (673 Bytes)
- model.go (6.8 KiB)
- opscache.go (424 Bytes)
- overlord.go (4.9 KiB)
- tree.go (916 Bytes)
-
script
- BUILD (771 Bytes)
- main.go (4.3 KiB)
-
service
- BUILD (1.3 KiB)
- opscache.go (356 Bytes)
- overlord.go (14.3 KiB)
- service.go (5.9 KiB)
- service_test.go (1.8 KiB)
- BUILD (763 Bytes)
- CHANGELOG.md (687 Bytes)
- CONTRIBUTORS.md (66 Bytes)
- OWNERS (188 Bytes)
- README.md (74 Bytes)
- swagger.json (14.8 KiB)
-
-
card
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (963 Bytes)
- test.toml (997 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.5 KiB)
- bfs.go (2.3 KiB)
- bfs_test.go (557 Bytes)
- dao.go (610 Bytes)
- dao_test.go (681 Bytes)
- mysql.go (5.4 KiB)
- mysql_test.go (8.0 KiB)
-
model
- BUILD (628 Bytes)
- model.go (1.3 KiB)
- params.go (2.7 KiB)
-
server
-
http
- BUILD (1.1 KiB)
- card.go (4.5 KiB)
- http.go (1.4 KiB)
-
-
service
- BUILD (1.3 KiB)
- card.go (4.9 KiB)
- card_test.go (2.0 KiB)
- service.go (462 Bytes)
- BUILD (579 Bytes)
- CHANGELOG.md (99 Bytes)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (184 Bytes)
- README.md (79 Bytes)
-
-
config
-
cmd
- BUILD (1.1 KiB)
- config-admin-example.toml (1.8 KiB)
- main.go (997 Bytes)
-
conf
- BUILD (1008 Bytes)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (877 Bytes)
- dao_test.go (863 Bytes)
- tree.go (5.5 KiB)
- tree_test.go (4.2 KiB)
-
http
- BUILD (1.3 KiB)
- apm.go (883 Bytes)
- app.go (6.0 KiB)
- build.go (2.2 KiB)
- common.go (3.7 KiB)
- conf_svr.go (1.4 KiB)
- config.go (16.1 KiB)
- http.go (3.6 KiB)
- tag.go (5.2 KiB)
- tree.go (180 Bytes)
-
model
- BUILD (794 Bytes)
- apm.go (3.1 KiB)
- app.go (4.0 KiB)
- build.go (1.1 KiB)
- common.go (2.9 KiB)
- config.go (8.5 KiB)
- force.go (1.1 KiB)
- tag.go (3.2 KiB)
- team.go (364 Bytes)
-
pkg
-
lint
-
json
- BUILD (828 Bytes)
- jsonlint.go (411 Bytes)
- jsonlint_test.go (516 Bytes)
-
toml
- BUILD (952 Bytes)
- testdata_test.go (870 Bytes)
- tomllint.go (2.5 KiB)
- tomllint_test.go (1.4 KiB)
- BUILD (1.0 KiB)
- lint.go (1.2 KiB)
- lint_test.go (775 Bytes)
-
-
-
service
- BUILD (2.0 KiB)
- apm.go (3.6 KiB)
- app.go (13.6 KiB)
- app_test.go (843 Bytes)
- build.go (5.5 KiB)
- build_test.go (514 Bytes)
- common.go (9.5 KiB)
- common_test.go (542 Bytes)
- conf_svr.go (2.0 KiB)
- conf_svr_test.go (939 Bytes)
- config.go (23.6 KiB)
- config_test.go (1.5 KiB)
- force.go (2.2 KiB)
- service.go (872 Bytes)
- tag.go (6.0 KiB)
- tag_test.go (855 Bytes)
- team.go (575 Bytes)
- BUILD (637 Bytes)
- CHANGELOG.md (3.9 KiB)
- CONTRIBUTORS.md (130 Bytes)
- OWNERS (272 Bytes)
- README.md (495 Bytes)
-
-
coupon
-
cmd
- BUILD (971 Bytes)
- coupon-admin.toml (2.4 KiB)
- main.go (881 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.8 KiB)
- code.go (3.4 KiB)
- code_test.go (3.1 KiB)
- dao.go (1.0 KiB)
- dao_test.go (978 Bytes)
- http.go (758 Bytes)
- http_test.go (672 Bytes)
- memcache.go (1.8 KiB)
- memcache_test.go (3.3 KiB)
- mysql.go (18.2 KiB)
- mysql_test.go (13.8 KiB)
- remote.go (713 Bytes)
- remote_test.go (504 Bytes)
-
http
- BUILD (1.2 KiB)
- allowance.go (5.7 KiB)
- code.go (3.8 KiB)
- coupon.go (2.4 KiB)
- http.go (2.6 KiB)
- view.go (2.5 KiB)
-
model
- BUILD (680 Bytes)
- model.go (12.0 KiB)
- search.go (961 Bytes)
-
service
- BUILD (1.9 KiB)
- activity.go (7.0 KiB)
- activity_test.go (1.4 KiB)
- allowance.go (7.0 KiB)
- allowance_test.go (2.6 KiB)
- code.go (3.3 KiB)
- code_test.go (681 Bytes)
- coupon.go (4.1 KiB)
- coupon_test.go (2.9 KiB)
- service.go (2.0 KiB)
- view.go (5.0 KiB)
- BUILD (719 Bytes)
- CHANGELOG.md (430 Bytes)
- CONTRIBUTORS.md (93 Bytes)
- OWNERS (234 Bytes)
- README.md (100 Bytes)
-
-
creative
-
cmd
- BUILD (1.1 KiB)
- creative-admin.toml (3.3 KiB)
- main.go (983 Bytes)
- open_test_web_ui.sh (282 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (2.4 KiB)
- academy.go (1.9 KiB)
- academy_test.go (1.8 KiB)
- dao.go (2.0 KiB)
- dao_test.go (899 Bytes)
- material.go (1.4 KiB)
- material_test.go (1.0 KiB)
- msg.go (1.6 KiB)
- msg_test.go (1.2 KiB)
- search.go (1.7 KiB)
- search_test.go (596 Bytes)
- upbfs.go (2.3 KiB)
- upbfs_test.go (1.3 KiB)
-
http
- BUILD (3.1 KiB)
- academy_archive.go (28.5 KiB)
- academy_occupation.go (17.5 KiB)
- academy_tag.go (11.5 KiB)
- academy_test.go (571 Bytes)
- app.go (6.8 KiB)
- csv.go (1017 Bytes)
- export.go (1.1 KiB)
- http.go (9.1 KiB)
- index.go (7.9 KiB)
- local.go (295 Bytes)
- material.go (11.8 KiB)
- material_category.go (5.3 KiB)
- music.go (7.3 KiB)
- music_category.go (5.4 KiB)
- music_material.go (4.7 KiB)
- music_with_category.go (10.2 KiB)
- music_with_material.go (4.5 KiB)
- operCollectArc.go (5.3 KiB)
- task.go (11.9 KiB)
- upload.go (1.1 KiB)
- whiteList_test.go (1.8 KiB)
- whitelist.go (9.4 KiB)
-
model
-
academy
- BUILD (664 Bytes)
- archive.go (3.5 KiB)
- occupation.go (4.7 KiB)
- tag.go (1.7 KiB)
-
app
- BUILD (598 Bytes)
- app.go (2.2 KiB)
-
bfs
- BUILD (598 Bytes)
- bfs.go (214 Bytes)
-
logcli
- BUILD (604 Bytes)
- logcli.go (845 Bytes)
-
material
- BUILD (696 Bytes)
- category.go (2.1 KiB)
- material.go (4.4 KiB)
-
music
- BUILD (713 Bytes)
- category.go (3.7 KiB)
- material.go (1.8 KiB)
- music.go (6.5 KiB)
-
operation
- BUILD (610 Bytes)
- operation.go (1.8 KiB)
-
task
- BUILD (600 Bytes)
- task.go (9.1 KiB)
-
whitelist
- BUILD (610 Bytes)
- whitelist.go (801 Bytes)
-
-
service
- BUILD (2.4 KiB)
- academy.go (7.8 KiB)
- log.go (2.0 KiB)
- material.go (450 Bytes)
- music.go (2.1 KiB)
- service.go (1.1 KiB)
- service_test.go (930 Bytes)
- task.go (24.1 KiB)
- upbfs.go (1.1 KiB)
- upbfs_test.go (972 Bytes)
- whitelist.go (1.6 KiB)
- BUILD (1.0 KiB)
- CHANGELOG.md (4.4 KiB)
- CONTRIBUTORS.md (112 Bytes)
- OWNERS (240 Bytes)
- README.md (175 Bytes)
-
-
credit
-
cmd
- BUILD (1019 Bytes)
- convey-test.toml (2.6 KiB)
- credit-admin-test.toml (2.6 KiB)
- main.go (912 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.1 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- dao.go (2.0 KiB)
- dao_test.go (1.2 KiB)
-
blocked
- BUILD (1.3 KiB)
- dao.go (1005 Bytes)
- dao_test.go (1.3 KiB)
-
manager
- BUILD (1.2 KiB)
- dao.go (2.9 KiB)
- dao_test.go (1.5 KiB)
-
msg
- BUILD (1.2 KiB)
- dao.go (1.4 KiB)
- dao_test.go (992 Bytes)
-
relation
- BUILD (1.1 KiB)
- dao.go (763 Bytes)
- dao_test.go (1.1 KiB)
-
search
- BUILD (1.4 KiB)
- dao.go (7.3 KiB)
- dao_test.go (2.9 KiB)
-
upload
- BUILD (1.1 KiB)
- dao.go (2.2 KiB)
- dao_test.go (754 Bytes)
-
-
http
- BUILD (1.4 KiB)
- blocked.go (12.2 KiB)
- common.go (562 Bytes)
- export.go (311 Bytes)
- http.go (5.4 KiB)
- jury.go (22.7 KiB)
- labour.go (1.1 KiB)
- upload.go (1.7 KiB)
-
model
-
blocked
- BUILD (1.1 KiB)
- appeal.go (91 Bytes)
- auto_case.go (760 Bytes)
- case.go (7.1 KiB)
- config.go (1.3 KiB)
- credit_state.go (4.5 KiB)
- info.go (5.9 KiB)
- jury.go (4.5 KiB)
- kpi.go (4.0 KiB)
- labour.go (1.6 KiB)
- msg.go (2.3 KiB)
- notice.go (1.1 KiB)
- opinion.go (2.4 KiB)
- param.go (6.5 KiB)
- publish.go (2.2 KiB)
- reason.go (636 Bytes)
-
search
- BUILD (602 Bytes)
- search.go (1.7 KiB)
- BUILD (725 Bytes)
- common.go (677 Bytes)
-
-
service
- BUILD (2.4 KiB)
- blocked.go (4.0 KiB)
- extra_func.go (2.3 KiB)
- jury.go (15.3 KiB)
- jury_test.go (1.3 KiB)
- labour.go (16 Bytes)
- msg.go (877 Bytes)
- service.go (3.3 KiB)
- service_test.go (3.2 KiB)
- user.go (356 Bytes)
- BUILD (1.0 KiB)
- CHANGELOG.md (2.9 KiB)
- CONTRIBUTORS.md (116 Bytes)
- OWNERS (287 Bytes)
- README.md (287 Bytes)
-
-
dm
-
cmd
- BUILD (1.1 KiB)
- dm-admin-test.toml (5.6 KiB)
- main.go (1.3 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.3 KiB)
-
dao
-
oplog
- BUILD (1.4 KiB)
- dao.go (556 Bytes)
- dao_test.go (342 Bytes)
- query.go (3.9 KiB)
- query_test.go (341 Bytes)
- BUILD (2.8 KiB)
- account.go (3.8 KiB)
- account_test.go (1.4 KiB)
- bfs.go (422 Bytes)
- credit.go (889 Bytes)
- credit_test.go (12 Bytes)
- dao.go (3.2 KiB)
- dao_test.go (652 Bytes)
- mask.go (1.3 KiB)
- mask_test.go (242 Bytes)
- mc_filter.go (655 Bytes)
- mc_filter_test.go (754 Bytes)
- mc_subtitle.go (2.3 KiB)
- mc_subtitle_test.go (2.9 KiB)
- message.go (5.4 KiB)
- message_test.go (3.8 KiB)
- mysql.go (11.3 KiB)
- mysql_advance.go (3.2 KiB)
- mysql_advance_test.go (196 Bytes)
- mysql_filter.go (3.2 KiB)
- mysql_filter_test.go (501 Bytes)
- mysql_mask.go (1.6 KiB)
- mysql_mask_test.go (555 Bytes)
- mysql_report.go (4.9 KiB)
- mysql_report_test.go (3.4 KiB)
- mysql_subtitle.go (6.6 KiB)
- mysql_subtitle_test.go (4.5 KiB)
- mysql_task.go (6.0 KiB)
- mysql_task_test.go (4.3 KiB)
- mysql_test.go (4.0 KiB)
- mysql_transfer.go (3.2 KiB)
- mysql_transfer_test.go (1.1 KiB)
- search.go (15.3 KiB)
- search_subtitle.go (1.0 KiB)
- search_subtitle_test.go (498 Bytes)
- search_test.go (5.8 KiB)
- task.go (3.0 KiB)
- task_test.go (1.3 KiB)
- videoup.go (2.5 KiB)
- videoup_test.go (460 Bytes)
- workflow.go (959 Bytes)
- workflow_test.go (463 Bytes)
-
-
http
- BUILD (1.7 KiB)
- adv.go (1.1 KiB)
- adv_test.go (774 Bytes)
- dm.go (6.9 KiB)
- filter.go (1.9 KiB)
- filter_test.go (664 Bytes)
- http.go (4.5 KiB)
- http_test.go (19.8 KiB)
- mask.go (2.7 KiB)
- monitor.go (2.6 KiB)
- report.go (7.7 KiB)
- shield.go (519 Bytes)
- subject.go (3.3 KiB)
- subtitle.go (1.3 KiB)
- task.go (2.0 KiB)
- transfer.go (2.1 KiB)
-
model
-
oplog
- BUILD (645 Bytes)
- oplog.go (2.0 KiB)
- BUILD (1004 Bytes)
- action.go (301 Bytes)
- advance.go (996 Bytes)
- dm.go (10.1 KiB)
- filter.go (894 Bytes)
- monitor.go (1.6 KiB)
- report.go (11.0 KiB)
- subject.go (2.9 KiB)
- subtitle.go (6.3 KiB)
- subtitle_subject.go (538 Bytes)
- task.go (3.0 KiB)
- transfer.go (981 Bytes)
-
-
service
- BUILD (2.7 KiB)
- advance.go (890 Bytes)
- advance_test.go (298 Bytes)
- dm.go (12.0 KiB)
- dm_test.go (1.6 KiB)
- filter.go (1.7 KiB)
- filter_test.go (478 Bytes)
- mask.go (4.0 KiB)
- mask_test.go (1.2 KiB)
- monitor.go (2.9 KiB)
- monitor_test.go (869 Bytes)
- report.go (18.1 KiB)
- report_test.go (2.1 KiB)
- service.go (7.5 KiB)
- service_test.go (1.5 KiB)
- shield.go (381 Bytes)
- subject.go (4.1 KiB)
- subject_test.go (1.3 KiB)
- subtitle.go (10.0 KiB)
- subtitle_status.go (2.1 KiB)
- subtitle_subject.go (1.3 KiB)
- task.go (6.2 KiB)
- task_test.go (2.5 KiB)
- transfer.go (1.9 KiB)
- transfer_test.go (905 Bytes)
- BUILD (560 Bytes)
- CHANGELOG.md (7.5 KiB)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (240 Bytes)
- README.md (22 Bytes)
-
-
esports
-
cmd
- BUILD (1.1 KiB)
- esports-admin-test.toml (1.6 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (690 Bytes)
- dao_test.go (698 Bytes)
- reply.go (1012 Bytes)
- reply_test.go (407 Bytes)
- search.go (1.1 KiB)
- search_test.go (566 Bytes)
-
http
- BUILD (1.3 KiB)
- archive.go (4.1 KiB)
- contest.go (2.8 KiB)
- game.go (2.0 KiB)
- http.go (3.2 KiB)
- match.go (2.3 KiB)
- match_active.go (1.2 KiB)
- match_detail.go (1.5 KiB)
- season.go (2.3 KiB)
- tag.go (1.4 KiB)
- team.go (2.4 KiB)
- tree.go (780 Bytes)
-
model
- BUILD (995 Bytes)
- archive.go (2.5 KiB)
- contest.go (2.0 KiB)
- contest_data.go (1.4 KiB)
- game.go (1.1 KiB)
- gid_map.go (836 Bytes)
- match.go (653 Bytes)
- match_active.go (2.9 KiB)
- match_detail.go (836 Bytes)
- match_map.go (688 Bytes)
- season.go (1000 Bytes)
- tag.go (257 Bytes)
- tag_map.go (670 Bytes)
- team.go (790 Bytes)
- team_map.go (681 Bytes)
- tree.go (1.6 KiB)
- year_map.go (681 Bytes)
-
service
- BUILD (2.0 KiB)
- archive.go (26.8 KiB)
- archive_test.go (1.2 KiB)
- contest.go (13.3 KiB)
- game.go (3.6 KiB)
- game_test.go (437 Bytes)
- match.go (5.8 KiB)
- match_active.go (9.6 KiB)
- match_detail.go (2.3 KiB)
- match_test.go (599 Bytes)
- season.go (5.8 KiB)
- service.go (1.2 KiB)
- service_test.go (372 Bytes)
- tag.go (1.8 KiB)
- team.go (5.9 KiB)
- team_test.go (382 Bytes)
- tree.go (6.2 KiB)
- BUILD (725 Bytes)
- CHANGELOG.md (711 Bytes)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (242 Bytes)
- README.md (22 Bytes)
-
-
feed
-
cmd
- BUILD (974 Bytes)
- feed-admin-test.toml (3.0 KiB)
- main.go (990 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
-
account
- BUILD (1.1 KiB)
- dao.go (603 Bytes)
- dao_test.go (830 Bytes)
-
archive
- BUILD (1.3 KiB)
- dao.go (720 Bytes)
- dao_test.go (814 Bytes)
-
bfs
- BUILD (1.0 KiB)
- bfs.go (2.9 KiB)
- bfs_test.go (574 Bytes)
-
egg
- BUILD (1014 Bytes)
- dao.go (689 Bytes)
- dao_test.go (657 Bytes)
-
pgc
- BUILD (1.3 KiB)
- dao.go (782 Bytes)
- dao_test.go (661 Bytes)
- grpc.go (989 Bytes)
- grpc_test.go (1022 Bytes)
-
search
- BUILD (1.3 KiB)
- dao.go (798 Bytes)
- dao_test.go (628 Bytes)
- search.go (1.1 KiB)
- search_test.go (1.0 KiB)
-
show
- BUILD (1.7 KiB)
- app_active.go (547 Bytes)
- app_active_test.go (493 Bytes)
- card_set_stars.go (1.4 KiB)
- card_set_stars_test.go (1.7 KiB)
- channel_tab.go (1.8 KiB)
- channel_tab_test.go (1.7 KiB)
- dao.go (690 Bytes)
- dao_test.go (722 Bytes)
- event_topic.go (1.4 KiB)
- event_topic_test.go (1.8 KiB)
- search_web.go (5.9 KiB)
- search_web_card.go (1.5 KiB)
- search_web_card_test.go (1.9 KiB)
- search_web_test.go (2.8 KiB)
-
-
http
- BUILD (2.1 KiB)
- bangumi.go (1.8 KiB)
- bfs.go (1.3 KiB)
- channel.go (6.0 KiB)
- common.go (2.1 KiB)
- egg.go (4.9 KiB)
- http.go (4.7 KiB)
- popular.go (8.9 KiB)
- search.go (13.2 KiB)
-
model
-
channel
- BUILD (669 Bytes)
- card.go (2.1 KiB)
-
common
- BUILD (652 Bytes)
- card.go (432 Bytes)
- common.go (775 Bytes)
- log.go (1.2 KiB)
-
egg
- BUILD (724 Bytes)
- egg.go (3.8 KiB)
-
search
- BUILD (650 Bytes)
- search.go (5.1 KiB)
-
show
- BUILD (959 Bytes)
- app_active.go (193 Bytes)
- card_set_stars.go (2.4 KiB)
- channel_tab.go (2.6 KiB)
- event_topic.go (2.3 KiB)
- search_web.go (3.5 KiB)
- search_web_card.go (2.9 KiB)
- search_web_query.go (1.3 KiB)
- BUILD (624 Bytes)
-
-
service
-
bfs
- BUILD (781 Bytes)
- bfs.go (990 Bytes)
-
channel
- BUILD (1.2 KiB)
- card_setup.go (5.9 KiB)
- tab.go (5.6 KiB)
-
common
- BUILD (1.5 KiB)
- cardpreview.go (2.1 KiB)
- cardtype.go (400 Bytes)
- common.go (951 Bytes)
- log.go (1.7 KiB)
-
egg
- BUILD (1006 Bytes)
- egg.go (10.5 KiB)
-
pgc
- BUILD (952 Bytes)
- pgc.go (1.1 KiB)
-
popular
- BUILD (1.0 KiB)
- event_topic.go (2.6 KiB)
- service.go (316 Bytes)
- stars.go (6.1 KiB)
-
search
- BUILD (1.8 KiB)
- search.go (36.6 KiB)
- search_test.go (13.3 KiB)
- search_web.go (12.2 KiB)
- BUILD (745 Bytes)
-
-
util
- BUILD (796 Bytes)
- dao.go (1.8 KiB)
- BUILD (935 Bytes)
- CHANGELOG.md (1.0 KiB)
- CONTRIBUTORS.md (94 Bytes)
- OWNERS (238 Bytes)
- README.md (165 Bytes)
- swagger.json (311 Bytes)
-
-
filter
-
cmd
- BUILD (1.2 KiB)
- filter-admin-test.toml (9.9 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.4 KiB)
- conf_test.go (571 Bytes)
-
dao
-
search
- BUILD (1.1 KiB)
- search.go (1.2 KiB)
- search_test.go (170 Bytes)
- BUILD (1.9 KiB)
- ai.go (2.9 KiB)
- ai_test.go (1.4 KiB)
- append.go (978 Bytes)
- append_test.go (334 Bytes)
- area.go (7.1 KiB)
- dao.go (2.3 KiB)
- dao_test.go (4.9 KiB)
- filter.go (12.6 KiB)
- hbase.go (938 Bytes)
- key.go (8.1 KiB)
- mc.go (438 Bytes)
- white.go (6.6 KiB)
-
-
http
- BUILD (1.8 KiB)
- ai.go (2.3 KiB)
- area.go (4.2 KiB)
- filter.go (9.8 KiB)
- http.go (3.1 KiB)
- http_test.go (15.4 KiB)
- key.go (6.8 KiB)
- white.go (5.8 KiB)
-
model
- BUILD (1009 Bytes)
- ai.go (708 Bytes)
- area.go (1.1 KiB)
- filter.go (1.7 KiB)
- key.go (592 Bytes)
- model.go (644 Bytes)
- model_test.go (367 Bytes)
- white.go (407 Bytes)
-
service
- BUILD (1.6 KiB)
- ai.go (1.8 KiB)
- area.go (4.5 KiB)
- check.go (2.7 KiB)
- filter.go (7.0 KiB)
- key.go (5.4 KiB)
- service.go (1.8 KiB)
- service_test.go (4.5 KiB)
- white.go (4.2 KiB)
- BUILD (719 Bytes)
- CHANGELOG.md (994 Bytes)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (196 Bytes)
- README.md (184 Bytes)
-
-
growup
-
cmd
- BUILD (1.0 KiB)
- growup-admin.toml (2.3 KiB)
- main.go (972 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.7 KiB)
-
dao
-
income
- BUILD (1.8 KiB)
- av_breach.go (2.8 KiB)
- av_breach_test.go (2.7 KiB)
- av_income.go (3.8 KiB)
- av_income_test.go (4.5 KiB)
- bgm.go (1.7 KiB)
- bgm_test.go (1.2 KiB)
- blacklist.go (2.1 KiB)
- blacklist_test.go (1.7 KiB)
- charge.go (4.5 KiB)
- charge_test.go (3.3 KiB)
- dao.go (623 Bytes)
- dao_test.go (1.0 KiB)
- lottery.go (1.2 KiB)
- lottery_test.go (832 Bytes)
- up_account.go (2.4 KiB)
- up_account_test.go (2.2 KiB)
- up_category_info.go (832 Bytes)
- up_category_info_test.go (311 Bytes)
- up_income.go (3.2 KiB)
- up_income_test.go (4.0 KiB)
- up_info_video.go (1.7 KiB)
- up_info_video_test.go (1.7 KiB)
- up_withdraw.go (1002 Bytes)
- up_withdraw_test.go (282 Bytes)
-
message
- BUILD (1.2 KiB)
- dao.go (537 Bytes)
- dao_test.go (694 Bytes)
- send.go (1.8 KiB)
- send_test.go (959 Bytes)
-
resource
- BUILD (1.7 KiB)
- account.go (1.3 KiB)
- account_test.go (1.4 KiB)
- article_category.go (1.1 KiB)
- article_category_test.go (988 Bytes)
- resource.go (791 Bytes)
- resource_test.go (676 Bytes)
- video_category.go (1.4 KiB)
- video_category_test.go (1.4 KiB)
- vip.go (942 Bytes)
- vip_test.go (503 Bytes)
-
shell
- BUILD (1.2 KiB)
- shellrequest.go (5.9 KiB)
- shellrequest_test.go (5.0 KiB)
- sign.go (5.6 KiB)
- sign_test.go (850 Bytes)
- BUILD (3.0 KiB)
- activity.go (7.7 KiB)
- activity_test.go (6.7 KiB)
- authority.go (9.0 KiB)
- authority_test.go (6.7 KiB)
- banner.go (3.4 KiB)
- banner_test.go (3.5 KiB)
- blacklist.go (1.0 KiB)
- blacklist_test.go (1.9 KiB)
- block.go (3.2 KiB)
- block_test.go (1.6 KiB)
- cheat.go (6.9 KiB)
- cheat_test.go (5.9 KiB)
- credit.go (4.6 KiB)
- credit_test.go (4.9 KiB)
- dao.go (1.8 KiB)
- dao_test.go (1.0 KiB)
- expense_info.go (3.4 KiB)
- expense_info_test.go (3.6 KiB)
- notice.go (1.8 KiB)
- notice_test.go (1016 Bytes)
- offlineactivity.go (9.2 KiB)
- offlineactivity_test.go (5.8 KiB)
- special_award.go (15.6 KiB)
- special_award_test.go (15.1 KiB)
- tag.go (7.2 KiB)
- tag_test.go (8.3 KiB)
- trade.go (3.6 KiB)
- trade_test.go (3.0 KiB)
- up.go (14.5 KiB)
- up_tag_income.go (953 Bytes)
- up_tag_income_test.go (1.2 KiB)
- up_test.go (17.7 KiB)
- upload.go (2.3 KiB)
- upload_test.go (575 Bytes)
-
-
http
- BUILD (1.9 KiB)
- activity.go (3.6 KiB)
- authority.go (12.2 KiB)
- auto.go (1.6 KiB)
- banner.go (2.2 KiB)
- blacklist.go (2.2 KiB)
- budgetstatistics.go (1.7 KiB)
- charge.go (2.3 KiB)
- cheat.go (3.6 KiB)
- csv.go (1017 Bytes)
- http.go (7.8 KiB)
- income.go (11.1 KiB)
- local.go (316 Bytes)
- notice.go (1.8 KiB)
- offlineactivity.go (6.5 KiB)
- special_award.go (3.5 KiB)
- tag.go (5.5 KiB)
- trade.go (3.1 KiB)
- upload.go (3.1 KiB)
- web.go (8.2 KiB)
- white.go (422 Bytes)
- withdraw.go (3.3 KiB)
-
model
-
income
- BUILD (795 Bytes)
- archive_income.go (923 Bytes)
- av_breach.go (417 Bytes)
- charge.go (682 Bytes)
- up_account.go (974 Bytes)
- up_income.go (872 Bytes)
- up_withdraw.go (850 Bytes)
-
offlineactivity
- BUILD (707 Bytes)
- offlineactivity.go (4.7 KiB)
- request.go (8.9 KiB)
- BUILD (1.1 KiB)
- activity.go (3.8 KiB)
- activity_create.sql (3.5 KiB)
- authority.go (2.9 KiB)
- banner.go (323 Bytes)
- bgm.go (431 Bytes)
- blacklist.go (866 Bytes)
- budgetstatistics.go (1.2 KiB)
- business.go (178 Bytes)
- cheat.go (1.3 KiB)
- formatter.go (311 Bytes)
- notice.go (412 Bytes)
- speical_award.go (6.9 KiB)
- tag.go (3.4 KiB)
- trade.go (5.8 KiB)
- up.go (3.5 KiB)
-
-
service
-
income
- BUILD (2.2 KiB)
- archive_income.go (10.9 KiB)
- archive_income_test.go (1.4 KiB)
- av_breach.go (10.5 KiB)
- av_breach_test.go (382 Bytes)
- blacklist.go (2.5 KiB)
- blacklist_test.go (308 Bytes)
- charge.go (6.2 KiB)
- const.go (4.7 KiB)
- format.go (2.8 KiB)
- lottery.go (987 Bytes)
- service.go (672 Bytes)
- service_test.go (387 Bytes)
- up_account.go (2.3 KiB)
- up_account_test.go (562 Bytes)
- up_category_info.go (662 Bytes)
- up_category_info_test.go (287 Bytes)
- up_income.go (6.8 KiB)
- up_income_test.go (1.4 KiB)
- up_info_video.go (570 Bytes)
- up_info_video_test.go (450 Bytes)
- withdraw.go (6.3 KiB)
- withdraw_test.go (2.1 KiB)
- BUILD (2.6 KiB)
- activity.go (12.6 KiB)
- authority.go (21.8 KiB)
- authority_test.go (5.6 KiB)
- auto.go (1.1 KiB)
- banner.go (1.2 KiB)
- blacklist.go (3.1 KiB)
- blacklist_test.go (177 Bytes)
- budgetstatistics.go (5.1 KiB)
- business.go (2.0 KiB)
- cheat.go (5.2 KiB)
- cheat_test.go (1.3 KiB)
- format.go (4.8 KiB)
- notice.go (1.8 KiB)
- notice_test.go (996 Bytes)
- offlineactivity.go (23.3 KiB)
- offlineactivity_test.go (95 Bytes)
- service.go (1.4 KiB)
- service_test.go (2.2 KiB)
- speical_award.go (27.2 KiB)
- tag.go (13.0 KiB)
- tag_test.go (3.1 KiB)
- trade.go (8.0 KiB)
- trade_test.go (6.3 KiB)
- up_info.go (21.1 KiB)
- up_info_test.go (4.1 KiB)
- upload.go (576 Bytes)
- upload_test.go (32.7 KiB)
- white.go (206 Bytes)
-
-
util
- BUILD (652 Bytes)
- snow_flake.go (1.2 KiB)
- time.go (424 Bytes)
- tools.go (1.0 KiB)
- BUILD (633 Bytes)
- CHANGELOG.md (6.6 KiB)
- CONTRIBUTORS.md (50 Bytes)
- OWNERS (170 Bytes)
- README.md (162 Bytes)
-
-
laser
-
cmd
- BUILD (1015 Bytes)
- laser-admin.toml (2.1 KiB)
- main.go (769 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (873 Bytes)
- dao_test.go (719 Bytes)
- memcache.go (1.4 KiB)
- memcache_test.go (1.5 KiB)
- stat.go (5.2 KiB)
- stat_test.go (2.3 KiB)
- task.go (3.9 KiB)
- task_log.go (904 Bytes)
- task_log_test.go (555 Bytes)
- task_test.go (2.7 KiB)
-
http
- BUILD (1.2 KiB)
- csv.go (1022 Bytes)
- http.go (1.7 KiB)
- stat.go (6.3 KiB)
- task.go (4.1 KiB)
- task_log.go (909 Bytes)
-
model
- ArchiveAuditCargoHour.go (1.2 KiB)
- ArchiveStat.go (4.4 KiB)
- ArchiveStatStream.go (1.0 KiB)
- BUILD (774 Bytes)
- task.go (1002 Bytes)
- task_log.go (683 Bytes)
-
service
- BUILD (1.5 KiB)
- archive_stat.go (17.7 KiB)
- archive_stat_test.go (9.0 KiB)
- csv.go (3.4 KiB)
- csv_test.go (1.3 KiB)
- service.go (541 Bytes)
- service_test.go (647 Bytes)
- task.go (4.1 KiB)
- task_log.go (1.1 KiB)
- task_log_test.go (655 Bytes)
- task_test.go (2.6 KiB)
- BUILD (713 Bytes)
- CHANGELOG.md (1.5 KiB)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (218 Bytes)
- README.md (160 Bytes)
-
-
macross
-
cmd
- BUILD (980 Bytes)
- macross-admin-test.toml (2.4 KiB)
- main.go (876 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
-
oss
- BUILD (798 Bytes)
- dao.go (1.4 KiB)
- BUILD (1.6 KiB)
- dao.go (584 Bytes)
- dao_test.go (1.1 KiB)
- mng_auth.go (3.8 KiB)
- mng_auth_test.go (1.6 KiB)
- mng_role.go (2.4 KiB)
- mng_role_test.go (990 Bytes)
- mng_user.go (2.7 KiB)
- mng_user_test.go (1.6 KiB)
- publish.go (1.5 KiB)
-
-
http
- BUILD (1.4 KiB)
- http.go (1.9 KiB)
- local.go (581 Bytes)
- mail.go (1.6 KiB)
- manager.go (347 Bytes)
- mng_auth.go (1.9 KiB)
- mng_role.go (1.1 KiB)
- mng_user.go (1.3 KiB)
- package.go (2.8 KiB)
- publish.go (807 Bytes)
-
model
-
errors
- BUILD (654 Bytes)
- errors.go (515 Bytes)
-
mail
- BUILD (599 Bytes)
- mail.go (644 Bytes)
-
manager
- BUILD (690 Bytes)
- manager.go (1.6 KiB)
- model.go (720 Bytes)
-
package
- BUILD (550 Bytes)
- package.go (170 Bytes)
-
publish
- BUILD (605 Bytes)
- publish.go (525 Bytes)
-
-
service
- BUILD (1.4 KiB)
- mail.go (2.8 KiB)
- mng_auth.go (2.7 KiB)
- mng_role.go (1.7 KiB)
- mng_user.go (1.2 KiB)
- package.go (2.1 KiB)
- publish.go (531 Bytes)
- service.go (3.1 KiB)
-
tools
- BUILD (719 Bytes)
- apk.go (10.9 KiB)
- helper.go (1.8 KiB)
- unzip.go (1.2 KiB)
- writer.go (5.7 KiB)
- BUILD (881 Bytes)
- CHANGELOG.md (2.5 KiB)
- CONTRIBUTORS.md (145 Bytes)
- OWNERS (289 Bytes)
- README.md (152 Bytes)
-
-
manager
-
api
- BUILD (1.4 KiB)
- api.pb.go (22.5 KiB)
- api.proto (537 Bytes)
- client.go (458 Bytes)
-
cmd
- BUILD (1.0 KiB)
- main.go (1.3 KiB)
- manager-admin-test.toml (1.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.8 KiB)
- business.go (7.7 KiB)
- business_test.go (1.1 KiB)
- dao.go (959 Bytes)
- dao_test.go (781 Bytes)
- journal.go (1.0 KiB)
- mc.go (914 Bytes)
- mc_test.go (556 Bytes)
- permit.go (1.1 KiB)
- permit_test.go (523 Bytes)
- reason.go (4.2 KiB)
- reason_test.go (5.4 KiB)
- tag.go (5.9 KiB)
- tag_test.go (6.3 KiB)
-
model
- BUILD (787 Bytes)
- business.go (4.8 KiB)
- department.go (1.7 KiB)
- file.go (771 Bytes)
- journal.go (221 Bytes)
- rank.go (865 Bytes)
- reason.go (4.2 KiB)
- resource.go (517 Bytes)
- tag.go (4.8 KiB)
- user.go (4.0 KiB)
-
server
-
grpc
- BUILD (843 Bytes)
- server.go (1.1 KiB)
-
http
- BUILD (1.3 KiB)
- business.go (4.4 KiB)
- department.go (790 Bytes)
- http.go (4.5 KiB)
- journal.go (965 Bytes)
- rank.go (3.8 KiB)
- reason.go (3.5 KiB)
- tag.go (3.1 KiB)
- user.go (2.7 KiB)
-
-
service
- BUILD (1.6 KiB)
- auth.go (2.2 KiB)
- business.go (13.7 KiB)
- department.go (1.5 KiB)
- journal.go (3.1 KiB)
- permit.go (989 Bytes)
- rank.go (6.3 KiB)
- reason.go (8.4 KiB)
- service.go (1.8 KiB)
- service_test.go (2.8 KiB)
- tag.go (5.2 KiB)
- user.go (7.5 KiB)
- BUILD (703 Bytes)
- CHANGELOG.md (1.7 KiB)
- CONTRIBUTORS.md (75 Bytes)
- OWNERS (185 Bytes)
- README.md (0 Bytes)
-
-
mcn
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (965 Bytes)
- mcn-admin-test.toml (9.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
-
bfs
- BUILD (1.2 KiB)
- dao.go (360 Bytes)
- dao_test.go (878 Bytes)
- upload.go (1.9 KiB)
- upload_test.go (1.2 KiB)
-
msg
- BUILD (1.3 KiB)
- dao.go (432 Bytes)
- dao_test.go (924 Bytes)
- msg.go (1.3 KiB)
- msg_test.go (1.2 KiB)
-
up
- BUILD (2.1 KiB)
- dao.go (1.4 KiB)
- dao_test.go (892 Bytes)
- mcn_account.go (10.9 KiB)
- mcn_account_test.go (6.2 KiB)
- mcn_manage.go (25.8 KiB)
- mcn_manage_test.go (14.4 KiB)
- mcn_recommend.go (8.1 KiB)
- mcn_recommend_test.go (3.9 KiB)
- memcache.go (1.1 KiB)
- memcache_test.go (1.6 KiB)
- statistics.go (8.9 KiB)
- statistics_test.go (7.7 KiB)
- up_base_Info.go (1.6 KiB)
- up_base_Info_test.go (538 Bytes)
-
videoup
- BUILD (1.2 KiB)
- dao.go (660 Bytes)
- dao_test.go (722 Bytes)
- video_types.go (988 Bytes)
- video_types_test.go (708 Bytes)
-
-
model
- BUILD (1.2 KiB)
- audit_log.go (310 Bytes)
- base_model.go (1.4 KiB)
- formatter.go (311 Bytes)
- mcn.go (17.0 KiB)
- mcn_pay.go (2.8 KiB)
- msg.go (5.2 KiB)
- reply.go (18.7 KiB)
- reply_test.go (1.1 KiB)
- req.go (9.1 KiB)
- request_base.go (1.5 KiB)
- request_example.go (1.6 KiB)
- statistics.go (8.6 KiB)
-
server
-
http
- BUILD (1.3 KiB)
- authority.go (524 Bytes)
- http.go (2.2 KiB)
- http_base.go (5.4 KiB)
- mcn.go (9.8 KiB)
- recommend.go (1.6 KiB)
- statistics.go (944 Bytes)
- upload.go (1.4 KiB)
-
-
service
- BUILD (2.5 KiB)
- audit_log.go (799 Bytes)
- audit_log_test.go (683 Bytes)
- mcn.go (33.2 KiB)
- mcn_test.go (7.9 KiB)
- msg.go (942 Bytes)
- msg_test.go (765 Bytes)
- recommend.go (6.0 KiB)
- recommend_test.go (1.3 KiB)
- service.go (1.7 KiB)
- service_test.go (645 Bytes)
- statistics.go (6.9 KiB)
- statistics_test.go (1.4 KiB)
- upload.go (266 Bytes)
- upload_test.go (635 Bytes)
- BUILD (727 Bytes)
- CHANGELOG.md (478 Bytes)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (264 Bytes)
- README.md (78 Bytes)
-
-
member
-
cmd
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- member-admin-test.toml (7.3 KiB)
-
conf
- BUILD (1.6 KiB)
- conf.go (3.7 KiB)
-
dao
-
block
- BUILD (1.7 KiB)
- dao.go (948 Bytes)
- dao_test.go (947 Bytes)
- http.go (4.8 KiB)
- http_test.go (2.5 KiB)
- mc.go (859 Bytes)
- mc_test.go (816 Bytes)
- mysql.go (4.8 KiB)
- mysql_test.go (4.4 KiB)
- BUILD (3.1 KiB)
- bfs.go (3.4 KiB)
- bfs_test.go (394 Bytes)
- dao.go (2.4 KiB)
- dao_test.go (893 Bytes)
- face_history.go (5.6 KiB)
- face_history_test.go (3.5 KiB)
- member.go (3.5 KiB)
- member_test.go (2.4 KiB)
- merak.go (2.0 KiB)
- merak_test.go (1.3 KiB)
- message.go (1.1 KiB)
- message_test.go (1.0 KiB)
- monitor.go (1.5 KiB)
- monitor_test.go (1.4 KiB)
- official.go (5.6 KiB)
- official_test.go (2.3 KiB)
- passport.go (2.8 KiB)
- passport_test.go (1.7 KiB)
- realname.go (13.6 KiB)
- realname_old.go (568 Bytes)
- realname_test.go (3.9 KiB)
- redis.go (1.0 KiB)
- redis_test.go (1.2 KiB)
- review.go (6.4 KiB)
- review_test.go (3.1 KiB)
- search.go (4.4 KiB)
- search_test.go (1.6 KiB)
-
-
http
-
block
- BUILD (1.3 KiB)
- block.go (822 Bytes)
- http.go (1008 Bytes)
- http_test.go (359 Bytes)
- BUILD (1.6 KiB)
- http.go (5.3 KiB)
- member.go (4.0 KiB)
- monitor.go (1.0 KiB)
- official.go (4.7 KiB)
- realname.go (7.7 KiB)
- review.go (1.7 KiB)
-
-
model
-
block
- BUILD (631 Bytes)
- dao.go (691 Bytes)
- http.go (2.5 KiB)
- model.go (6.1 KiB)
- notify.go (152 Bytes)
-
bom
- BUILD (910 Bytes)
- bom.go (734 Bytes)
- bom_test.go (1.5 KiB)
- discard_go14.go (210 Bytes)
- discard_go15.go (158 Bytes)
- BUILD (1.7 KiB)
- block.go (319 Bytes)
- member.go (7.5 KiB)
- member_test.go (300 Bytes)
- monitor.go (571 Bytes)
- official.go (4.9 KiB)
- pagination.go (444 Bytes)
- params.go (9.9 KiB)
- realname.go (16.5 KiB)
- realname_old.go (1.2 KiB)
- review.go (2.5 KiB)
- search.go (1.6 KiB)
-
-
service
-
block
- BUILD (2.0 KiB)
- audit_log.go (1.4 KiB)
- block.go (8.3 KiB)
- msg.go (4.1 KiB)
- notify.go (449 Bytes)
- rpc.go (1.5 KiB)
- service.go (1.7 KiB)
- service_test.go (1.1 KiB)
- BUILD (3.2 KiB)
- member.go (17.5 KiB)
- member_test.go (831 Bytes)
- monitor.go (2.2 KiB)
- official.go (12.2 KiB)
- official_test.go (2.0 KiB)
- realname.go (20.7 KiB)
- review.go (6.3 KiB)
- review_audit.go (4.9 KiB)
- review_test.go (475 Bytes)
- service.go (12.7 KiB)
- service_test.go (725 Bytes)
-
- BUILD (719 Bytes)
- CHANGELOG.md (7.2 KiB)
- CONTRIBUTORS.md (95 Bytes)
- OWNERS (223 Bytes)
- README.md (113 Bytes)
-
-
open
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- open-admin-test.toml (612 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- app.go (879 Bytes)
- app_test.go (865 Bytes)
- dao.go (706 Bytes)
- dao_test.go (706 Bytes)
-
http
- BUILD (1.0 KiB)
- app.go (1.2 KiB)
- http.go (1.1 KiB)
-
model
- BUILD (590 Bytes)
- app.go (767 Bytes)
-
service
- BUILD (864 Bytes)
- app.go (1.7 KiB)
- service.go (510 Bytes)
- BUILD (572 Bytes)
- CHANGELOG.md (66 Bytes)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (218 Bytes)
- README.md (0 Bytes)
-
-
passport
-
cmd
- BUILD (979 Bytes)
- main.go (794 Bytes)
- passport-admin.toml (1.6 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (730 Bytes)
- dao.go (496 Bytes)
-
http
- BUILD (1.0 KiB)
- http.go (1.0 KiB)
- user_act_log.go (605 Bytes)
-
model
- BUILD (596 Bytes)
- model.go (1.2 KiB)
-
service
- BUILD (1.3 KiB)
- aes.go (1.5 KiB)
- service.go (652 Bytes)
- user_act_log.go (2.9 KiB)
- user_act_log_test.go (677 Bytes)
- BUILD (731 Bytes)
- CHANGELOG.md (256 Bytes)
- CONTRIBUTORS.md (75 Bytes)
- OWNERS (219 Bytes)
- README.md (83 Bytes)
- swagger.json (3.3 KiB)
-
-
point
-
cmd
- BUILD (1017 Bytes)
- main.go (975 Bytes)
- point-admin.toml (2.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (977 Bytes)
- dao_test.go (559 Bytes)
- point.go (2.7 KiB)
- search.go (1.1 KiB)
-
http
- BUILD (1.1 KiB)
- http.go (1.1 KiB)
- point.go (2.4 KiB)
-
model
- BUILD (649 Bytes)
- model.go (1.2 KiB)
- point.go (1.1 KiB)
- search.go (358 Bytes)
-
service
- BUILD (1.5 KiB)
- point.go (1.9 KiB)
- service.go (1.2 KiB)
- service_test.go (1.8 KiB)
- BUILD (713 Bytes)
- CHANGELOG.md (264 Bytes)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (209 Bytes)
- README.md (112 Bytes)
-
-
push
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- push-admin-test.toml (2.8 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (1.1 KiB)
- dao_test.go (1.7 KiB)
- dataplatform.go (2.2 KiB)
- task.go (1.6 KiB)
- wechat.go (1.9 KiB)
-
http
- BUILD (1.2 KiB)
- apps.go (1.9 KiB)
- auths.go (1.6 KiB)
- business.go (2.8 KiB)
- dataplatform.go (1.9 KiB)
- http.go (2.7 KiB)
- tasks.go (10.7 KiB)
- upload.go (1.9 KiB)
-
model
- BUILD (762 Bytes)
- dataplatform.go (2.4 KiB)
- model.go (4.1 KiB)
- model_test.go (122 Bytes)
-
service
- BUILD (1.6 KiB)
- dataplatform.go (12.5 KiB)
- service.go (2.2 KiB)
- service_test.go (3.6 KiB)
- task.go (4.5 KiB)
- upload.go (2.6 KiB)
- BUILD (572 Bytes)
- CHANGELOG.md (1.4 KiB)
- CONTRIBUTORS.md (90 Bytes)
- OWNERS (206 Bytes)
- README.md (0 Bytes)
-
-
relation
-
cmd
- BUILD (986 Bytes)
- main.go (990 Bytes)
- relation-test.toml (1.7 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.9 KiB)
- account.go (1.5 KiB)
- account_test.go (311 Bytes)
- dao.go (1.2 KiB)
- dao_test.go (692 Bytes)
- relation.go (2.1 KiB)
- relation_log.go (1.9 KiB)
- relation_log_test.go (2.1 KiB)
- relation_test.go (999 Bytes)
-
http
- BUILD (981 Bytes)
- http.go (1.1 KiB)
- relation.go (1.2 KiB)
-
model
- BUILD (756 Bytes)
- log.go (1.6 KiB)
- model.go (2.9 KiB)
- page.go (653 Bytes)
- params.go (1.2 KiB)
-
service
- BUILD (1.3 KiB)
- relation_log.go (814 Bytes)
- relations.go (2.7 KiB)
- relations_test.go (1.1 KiB)
- service.go (470 Bytes)
- service_test.go (200 Bytes)
- BUILD (596 Bytes)
- CHANGELOG.md (426 Bytes)
- CONTRIBUTORS.md (70 Bytes)
- OWNERS (188 Bytes)
- README.md (106 Bytes)
-
-
reply
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- reply-admin-test.toml (6.3 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (2.9 KiB)
-
dao
- BUILD (2.9 KiB)
- admin.go (3.7 KiB)
- admin_test.go (819 Bytes)
- block.go (3.2 KiB)
- block_test.go (1.3 KiB)
- business.go (2.3 KiB)
- business_test.go (1.9 KiB)
- config.go (4.9 KiB)
- config_test.go (1.7 KiB)
- dao.go (1.7 KiB)
- dao_test.go (997 Bytes)
- emoji.go (3.8 KiB)
- emoji_package.go (2.3 KiB)
- emoji_package_test.go (1.1 KiB)
- emoji_test.go (2.2 KiB)
- event.go (778 Bytes)
- event_test.go (485 Bytes)
- fold.go (2.9 KiB)
- fold_test.go (2.0 KiB)
- http_filter.go (1.0 KiB)
- http_filter_test.go (470 Bytes)
- http_search.go (12.5 KiB)
- http_search_test.go (1.7 KiB)
- http_title.go (9.5 KiB)
- http_title_test.go (5.4 KiB)
- logReport.go (2.6 KiB)
- logReport_test.go (1.2 KiB)
- memcache.go (6.5 KiB)
- memcache_test.go (1.8 KiB)
- message.go (1.7 KiB)
- message_test.go (492 Bytes)
- notice.go (4.3 KiB)
- notice_test.go (2.9 KiB)
- redis.go (11.3 KiB)
- redis_test.go (5.7 KiB)
- reply.go (6.5 KiB)
- reply_content.go (2.2 KiB)
- reply_content_test.go (2.4 KiB)
- reply_test.go (3.7 KiB)
- report.go (6.4 KiB)
- report_test.go (1.7 KiB)
- search_test.go (12 Bytes)
- stat.go (691 Bytes)
- stat_test.go (338 Bytes)
- subject.go (9.4 KiB)
- subject_test.go (3.8 KiB)
- workflow.go (910 Bytes)
- workflow_test.go (485 Bytes)
-
http
- BUILD (1.9 KiB)
- action.go (1.7 KiB)
- business.go (1.6 KiB)
- emoji.go (1.9 KiB)
- emoji_package.go (1.5 KiB)
- http.go (7.0 KiB)
- http_test.go (1.4 KiB)
- log.go (434 Bytes)
- monitor.go (6.3 KiB)
- notice.go (7.8 KiB)
- reply.go (19.1 KiB)
- report.go (9.1 KiB)
- subject.go (3.0 KiB)
-
model
- BUILD (1.3 KiB)
- action.go (403 Bytes)
- admin.go (3.0 KiB)
- business.go (212 Bytes)
- common.go (1.1 KiB)
- config.go (530 Bytes)
- csv.go (1.0 KiB)
- emoji.go (562 Bytes)
- monitor.go (3.1 KiB)
- moral.go (5.2 KiB)
- notice.go (1.6 KiB)
- reply.go (9.0 KiB)
- report.go (5.6 KiB)
- report_test.go (814 Bytes)
- sql.go (1.3 KiB)
- subject.go (4.6 KiB)
-
service
- BUILD (3.0 KiB)
- action.go (2.6 KiB)
- action_test.go (453 Bytes)
- admin.go (2.5 KiB)
- admin_test.go (771 Bytes)
- business.go (1.0 KiB)
- business_test.go (863 Bytes)
- config.go (3.0 KiB)
- config_test.go (841 Bytes)
- emoji.go (2.1 KiB)
- emoji_package.go (1.8 KiB)
- event.go (939 Bytes)
- event_test.go (834 Bytes)
- fold.go (7.8 KiB)
- monitor.go (4.9 KiB)
- moral.go (12.2 KiB)
- moral_test.go (16 Bytes)
- notice.go (3.7 KiB)
- notice_test.go (1.4 KiB)
- reply.go (33.2 KiB)
- reply_test.go (3.5 KiB)
- report.go (13.5 KiB)
- report_test.go (2.3 KiB)
- service.go (2.3 KiB)
- service_test.go (586 Bytes)
- subject.go (5.9 KiB)
- subject_test.go (480 Bytes)
- BUILD (713 Bytes)
- CHANGELOG.md (5.2 KiB)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (224 Bytes)
- README.md (169 Bytes)
-
-
search
-
cmd
- BUILD (996 Bytes)
- main.go (897 Bytes)
- search-admin-test.toml (4.1 KiB)
-
conf
- BUILD (1018 Bytes)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.9 KiB)
- archive.go (13.4 KiB)
- archive_test.go (4.1 KiB)
- dao.go (2.5 KiB)
- dao_test.go (689 Bytes)
- es.go (15.2 KiB)
- es_test.go (3.5 KiB)
- log.go (13.9 KiB)
- log_test.go (7.7 KiB)
- mng.go (13.5 KiB)
- mng_test.go (10.4 KiB)
- mng_v2.go (4.3 KiB)
- mng_v2_test.go (4.1 KiB)
- query.go (12.3 KiB)
- query_extra.go (16.6 KiB)
- query_extra_test.go (5.1 KiB)
- query_test.go (2.5 KiB)
-
http
- BUILD (1.2 KiB)
- archive.go (2.8 KiB)
- archive_update.go (1000 Bytes)
- copyright.go (783 Bytes)
- http.go (2.7 KiB)
- log.go (4.3 KiB)
- log_delete.go (1.6 KiB)
- mng.go (3.4 KiB)
- mng_v2.go (3.4 KiB)
- query.go (3.8 KiB)
- upsert.go (824 Bytes)
-
model
- BUILD (927 Bytes)
- archive.go (4.1 KiB)
- copyright.go (641 Bytes)
- es.go (1.8 KiB)
- log.go (1.7 KiB)
- mapdata.go (935 Bytes)
- mng.go (3.2 KiB)
- mng_v2.go (1.1 KiB)
- param.go (783 Bytes)
- query.go (7.2 KiB)
- query_extra.go (14 Bytes)
- uname.go (253 Bytes)
- upsert.go (400 Bytes)
-
service
- BUILD (1.5 KiB)
- archive.go (1.5 KiB)
- archive_test.go (16 Bytes)
- log.go (7.0 KiB)
- log_test.go (1.6 KiB)
- mng.go (9.3 KiB)
- mng_v2.go (4.9 KiB)
- mng_v2_test.go (1.5 KiB)
- query.go (4.4 KiB)
- service.go (575 Bytes)
- service_test.go (478 Bytes)
- update.go (932 Bytes)
- update_test.go (16 Bytes)
- upsert.go (1.4 KiB)
- BUILD (584 Bytes)
- CHANGELOG.md (3.4 KiB)
- CONTRIBUTORS.md (115 Bytes)
- OWNERS (251 Bytes)
- README.md (283 Bytes)
-
-
sms
-
api
-
http
- api.md (0 Bytes)
-
-
cmd
- BUILD (988 Bytes)
- main.go (923 Bytes)
- sms-admin-test.toml (1.9 KiB)
-
conf
- BUILD (965 Bytes)
- conf.go (1.3 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (779 Bytes)
- dao_test.go (466 Bytes)
-
model
- BUILD (665 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (1.0 KiB)
- http.go (1.2 KiB)
- task.go (2.4 KiB)
- template.go (917 Bytes)
-
-
service
- BUILD (1.4 KiB)
- service.go (667 Bytes)
- service_test.go (1.2 KiB)
- task.go (4.8 KiB)
- template.go (3.1 KiB)
- BUILD (573 Bytes)
- CHANGELOG.md (300 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (198 Bytes)
- README.md (185 Bytes)
-
-
space
-
cmd
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- space-admin-test.toml (1.2 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- blacklist.go (2.4 KiB)
- blacklist_test.go (1.6 KiB)
- dao.go (431 Bytes)
- dao_test.go (901 Bytes)
-
http
- BUILD (1.1 KiB)
- account.go (376 Bytes)
- blacklist.go (1.5 KiB)
- http.go (1.3 KiB)
- notice.go (585 Bytes)
-
model
- BUILD (704 Bytes)
- blacklist.go (1.3 KiB)
- common.go (198 Bytes)
- notice.go (859 Bytes)
-
service
- BUILD (1.2 KiB)
- account.go (424 Bytes)
- blacklist.go (2.3 KiB)
- notice.go (2.1 KiB)
- service.go (568 Bytes)
-
util
- BUILD (656 Bytes)
- dao.go (488 Bytes)
- BUILD (626 Bytes)
- CHANGELOG.md (111 Bytes)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (230 Bytes)
- README.md (28 Bytes)
-
-
spy
-
cmd
- BUILD (1.0 KiB)
- main.go (1011 Bytes)
- spy-admin-test.toml (3.3 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.7 KiB)
- dao_test.go (4.0 KiB)
- mysql.go (18.3 KiB)
- mysql_test.go (1.9 KiB)
- rpc.go (2.3 KiB)
-
http
- BUILD (1.1 KiB)
- factor.go (4.9 KiB)
- http.go (2.5 KiB)
- report.go (587 Bytes)
- setting.go (800 Bytes)
- stat.go (3.8 KiB)
- user.go (2.9 KiB)
-
model
- BUILD (944 Bytes)
- config.go (129 Bytes)
- event.go (261 Bytes)
- eventhistory.go (1.3 KiB)
- eventmsg.go (520 Bytes)
- factor.go (911 Bytes)
- factor_group.go (148 Bytes)
- log.go (637 Bytes)
- page.go (79 Bytes)
- punishment.go (220 Bytes)
- report.go (750 Bytes)
- service.go (216 Bytes)
- setting.go (300 Bytes)
- stat.go (847 Bytes)
- userinfo.go (1.0 KiB)
-
service
- BUILD (1.4 KiB)
- factor.go (2.4 KiB)
- log.go (1.6 KiB)
- service.go (1.4 KiB)
- service_test.go (2.7 KiB)
- setting.go (1.9 KiB)
- stat.go (2.1 KiB)
- user.go (3.2 KiB)
- BUILD (566 Bytes)
- CHANGELOG.md (778 Bytes)
- CONTRIBUTORS.md (81 Bytes)
- OWNERS (203 Bytes)
- README.md (185 Bytes)
-
-
tag
-
cmd
- BUILD (1.0 KiB)
- main.go (960 Bytes)
- tag-admin.toml (5.0 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (2.8 KiB)
- business.go (2.3 KiB)
- business_test.go (2.1 KiB)
- channel.go (9.4 KiB)
- channel_category.go (4.7 KiB)
- channel_category_test.go (3.7 KiB)
- channel_group.go (2.4 KiB)
- channel_group_test.go (2.2 KiB)
- channel_mc.go (654 Bytes)
- channel_mc_test.go (672 Bytes)
- channel_rule.go (4.0 KiB)
- channel_rule_test.go (2.2 KiB)
- channel_test.go (6.3 KiB)
- dao.go (1.7 KiB)
- dao_test.go (629 Bytes)
- es.go (2.6 KiB)
- es_test.go (836 Bytes)
- grpc.go (644 Bytes)
- grpc_test.go (791 Bytes)
- http.go (5.5 KiB)
- http_test.go (3.0 KiB)
- limit.go (5.0 KiB)
- limit_test.go (3.9 KiB)
- rank.go (8.0 KiB)
- rank_test.go (5.9 KiB)
- region_tag_archive_redis.go (1.9 KiB)
- region_tag_archive_redis_test.go (1.1 KiB)
- relation.go (6.7 KiB)
- relation_mc.go (1.1 KiB)
- relation_mc_test.go (729 Bytes)
- relation_redis.go (891 Bytes)
- relation_redis_test.go (974 Bytes)
- relation_test.go (5.2 KiB)
- report.go (14.2 KiB)
- report_test.go (6.7 KiB)
- resource_log.go (2.2 KiB)
- resource_log_test.go (1.7 KiB)
- synonym.go (5.5 KiB)
- synonym_test.go (3.9 KiB)
- tag.go (6.9 KiB)
- tag_mc.go (738 Bytes)
- tag_mc_test.go (885 Bytes)
- tag_test.go (4.8 KiB)
-
http
- BUILD (1.3 KiB)
- business.go (1.5 KiB)
- channel.go (6.4 KiB)
- channel_category.go (1.6 KiB)
- channel_rule.go (1.7 KiB)
- http.go (6.1 KiB)
- limit.go (1.3 KiB)
- rank.go (2.4 KiB)
- relation.go (2.4 KiB)
- report.go (4.5 KiB)
- resource.go (2.5 KiB)
- synonym.go (2.2 KiB)
- tag.go (3.5 KiB)
-
model
- BUILD (920 Bytes)
- business.go (219 Bytes)
- channel.go (7.3 KiB)
- limit.go (683 Bytes)
- manager.go (546 Bytes)
- param.go (6.2 KiB)
- rank.go (3.1 KiB)
- relation.go (2.4 KiB)
- report.go (5.4 KiB)
- synonym.go (510 Bytes)
- tag.go (5.8 KiB)
-
service
- BUILD (2.0 KiB)
- business.go (1.0 KiB)
- business_test.go (885 Bytes)
- channel.go (23.4 KiB)
- channel_category.go (4.4 KiB)
- channel_rule.go (5.0 KiB)
- channel_test.go (1.1 KiB)
- limit.go (2.1 KiB)
- limit_test.go (484 Bytes)
- rank.go (6.2 KiB)
- rank_test.go (593 Bytes)
- relation.go (8.2 KiB)
- relation_test.go (881 Bytes)
- report.go (17.4 KiB)
- report_test.go (1.4 KiB)
- resource.go (2.1 KiB)
- resource_log.go (941 Bytes)
- resource_log_test.go (532 Bytes)
- resource_test.go (517 Bytes)
- service.go (889 Bytes)
- service_test.go (318 Bytes)
- synonym.go (3.8 KiB)
- synonym_test.go (826 Bytes)
- tag.go (5.0 KiB)
- tag_test.go (569 Bytes)
- BUILD (701 Bytes)
- CHANGELOG.md (2.4 KiB)
- CONTRIBUTORS.md (132 Bytes)
- OWNERS (246 Bytes)
- README.md (165 Bytes)
-
-
tv
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- tv-admin-test.toml (5.7 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (4.2 KiB)
-
dao
- BUILD (2.2 KiB)
- archive.go (330 Bytes)
- archive_test.go (236 Bytes)
- audit_result.go (1.3 KiB)
- audit_result_test.go (660 Bytes)
- dao.go (1.3 KiB)
- dao_test.go (1.6 KiB)
- full.go (894 Bytes)
- full_test.go (880 Bytes)
- mango.go (1.7 KiB)
- modules.go (969 Bytes)
- modules_test.go (894 Bytes)
- panel.go (1.4 KiB)
- panel_test.go (1.6 KiB)
- pgc_cond.go (635 Bytes)
- pgc_cond_test.go (2.4 KiB)
- playurl.go (2.0 KiB)
- playurl_test.go (2.2 KiB)
- region.go (2.4 KiB)
- region_test.go (1.7 KiB)
- sear_inter.go (1.9 KiB)
- sear_inter_test.go (1.6 KiB)
- upbfs.go (2.1 KiB)
- upbfs_test.go (1.5 KiB)
- upper.go (4.0 KiB)
- upper_test.go (1.6 KiB)
- user.go (474 Bytes)
- user_test.go (1.0 KiB)
-
http
- BUILD (1.8 KiB)
- arc_audit.go (288 Bytes)
- archive.go (2.1 KiB)
- audit_result.go (1.2 KiB)
- channel.go (3.2 KiB)
- content_repo.go (4.7 KiB)
- ep_content.go (3.4 KiB)
- http.go (7.3 KiB)
- intervs.go (2.9 KiB)
- label.go (2.0 KiB)
- mango.go (1.1 KiB)
- modules.go (4.4 KiB)
- order.go (608 Bytes)
- panel.go (1.6 KiB)
- region.go (1.4 KiB)
- sear_inter.go (8.3 KiB)
- season_repo.go (4.1 KiB)
- upbfs.go (1.2 KiB)
- upper.go (1.6 KiB)
- user.go (260 Bytes)
- version.go (3.6 KiB)
- version_update.go (6.7 KiB)
- video.go (2.6 KiB)
- watermark.go (2.0 KiB)
-
model
- BUILD (1.3 KiB)
- archive.go (4.4 KiB)
- audit_result.go (6.5 KiB)
- channel.go (1.4 KiB)
- content_repo.go (1.4 KiB)
- full.go (2.9 KiB)
- intervs.go (5.7 KiB)
- label.go (4.0 KiB)
- modules.go (4.3 KiB)
- order.go (2.0 KiB)
- panel.go (4.1 KiB)
- region.go (1.0 KiB)
- sear_inter.go (1.1 KiB)
- season_repo.go (6.2 KiB)
- tv_content.go (1.8 KiB)
- uplayurl.go (1.7 KiB)
- upper.go (2.8 KiB)
- user.go (1.7 KiB)
- version_update.go (2.2 KiB)
- video.go (3.6 KiB)
- water_mark.go (2.8 KiB)
-
service
- BUILD (2.5 KiB)
- arcType.go (1.7 KiB)
- arc_audit.go (2.3 KiB)
- archive.go (6.0 KiB)
- archive_test.go (720 Bytes)
- audit_result.go (6.1 KiB)
- audit_result_test.go (593 Bytes)
- full.go (1.4 KiB)
- intervs.go (5.2 KiB)
- intervs_test.go (1.5 KiB)
- label.go (10.4 KiB)
- mango.go (5.4 KiB)
- modules.go (6.7 KiB)
- order.go (982 Bytes)
- others.go (4.9 KiB)
- panel.go (11.2 KiB)
- playurl_test.go (275 Bytes)
- region.go (1.9 KiB)
- region_test.go (1.4 KiB)
- sear_inter.go (3.2 KiB)
- service.go (2.8 KiB)
- service_test.go (1020 Bytes)
- sync_pgc.go (4.3 KiB)
- sync_pgc_test.go (2.2 KiB)
- uplayurl.go (643 Bytes)
- uplayurl_test.go (279 Bytes)
- upper.go (6.5 KiB)
- upper_test.go (947 Bytes)
- user.go (462 Bytes)
- video.go (5.4 KiB)
- watermark.go (8.8 KiB)
- BUILD (560 Bytes)
- CHANGELOG.md (6.9 KiB)
- CONTRIBUTORS.md (119 Bytes)
- OWNERS (292 Bytes)
- README.md (180 Bytes)
-
-
up
-
cmd
- BUILD (1017 Bytes)
- main.go (1.0 KiB)
- up-admin.toml (4.8 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (4.0 KiB)
-
dao
-
data
- BUILD (2.3 KiB)
- api.go (2.8 KiB)
- api_test.go (2.1 KiB)
- center.go (16.3 KiB)
- center_test.go (4.6 KiB)
- dao.go (2.6 KiB)
- dao_test.go (964 Bytes)
- field.go (3.2 KiB)
- field_test.go (13 Bytes)
- hbase.go (7.1 KiB)
- hbase_set2.go (4.2 KiB)
- hbase_set2_test.go (2.7 KiB)
- hbase_test.go (2.2 KiB)
- phase_three.go (7.2 KiB)
- phase_three_test.go (2.0 KiB)
- utils.go (1.0 KiB)
- utils_test.go (1.6 KiB)
-
email
- BUILD (1.1 KiB)
- dao.go (435 Bytes)
- dao_test.go (761 Bytes)
- email.go (1004 Bytes)
- email_test.go (871 Bytes)
-
global
- BUILD (1.1 KiB)
- dao.go (465 Bytes)
- dao_test.go (1.3 KiB)
-
manager
- BUILD (1.5 KiB)
- dao.go (4.9 KiB)
- dao_test.go (2.7 KiB)
-
tag
- BUILD (1.4 KiB)
- dao.go (643 Bytes)
- dao_test.go (962 Bytes)
- tag.go (2.1 KiB)
- tag_test.go (1.7 KiB)
-
upcrm
- BUILD (2.1 KiB)
- credit_log.go (1.5 KiB)
- credit_log_test.go (522 Bytes)
- dao.go (885 Bytes)
- dao_test.go (947 Bytes)
- scoresection.go (1.1 KiB)
- scoresection_test.go (1022 Bytes)
- sign_up.go (10.9 KiB)
- sign_up_test.go (8.8 KiB)
- task_info.go (1.2 KiB)
- task_info_test.go (1.0 KiB)
- up_base_info.go (746 Bytes)
- up_base_info_test.go (1.5 KiB)
- up_play_info.go (537 Bytes)
- up_play_info_test.go (1009 Bytes)
- up_rank.go (979 Bytes)
- up_rank_test.go (1.3 KiB)
- up_scores_history.go (1.2 KiB)
- up_scores_history_test.go (1.2 KiB)
- up_stats_history.go (2.0 KiB)
- up_stats_history_test.go (1.8 KiB)
- BUILD (1.4 KiB)
- upload.go (2.1 KiB)
- upload_test.go (1.9 KiB)
- utils.go (1.6 KiB)
- utils_test.go (1.7 KiB)
-
-
http
- BUILD (2.0 KiB)
- command.go (407 Bytes)
- http.go (4.9 KiB)
- http_base.go (2.2 KiB)
- http_test.go (3.3 KiB)
- signup.go (4.3 KiB)
- up_data.go (1.7 KiB)
- up_trend.go (1.3 KiB)
- upcrm.go (6.0 KiB)
- upload.go (1.5 KiB)
-
model
-
datamodel
- BUILD (663 Bytes)
- requestargs.go (1.4 KiB)
- upinfo.go (1.4 KiB)
- viewer.go (4.1 KiB)
-
protobuf
- generate_proto.sh (247 Bytes)
-
signmodel
- BUILD (920 Bytes)
- crm_v1.2.sql (5.8 KiB)
- requestargs.go (14.7 KiB)
- sign_up.go (10.8 KiB)
- sign_up_db.sql (4.3 KiB)
-
upcrmmodel
- BUILD (1.1 KiB)
- creditlog.go (716 Bytes)
- crm_db.sql (20.3 KiB)
- requestargs.go (9.9 KiB)
- score_section_history.go (865 Bytes)
- task_info.go (707 Bytes)
- up_base_info.go (1001 Bytes)
- up_play_info.go (1012 Bytes)
- up_rank.go (1.3 KiB)
- up_scores_history.go (955 Bytes)
- up_stats_history.go (844 Bytes)
- BUILD (899 Bytes)
- archive.go (136 Bytes)
- command_arg.go (175 Bytes)
- errorcode.go (159 Bytes)
- monitor.go (332 Bytes)
- msg.go (254 Bytes)
- rpc.go (304 Bytes)
-
-
service
-
cache
- BUILD (1.4 KiB)
- cache.go (116 Bytes)
- cache_test.go (1016 Bytes)
- tag.go (808 Bytes)
- tag_test.go (1.1 KiB)
- video_types.go (1.2 KiB)
- video_types_test.go (1.0 KiB)
-
data
- BUILD (1.6 KiB)
- service.go (1.3 KiB)
- service_test.go (299 Bytes)
- uparchiveinfo.go (2.4 KiB)
- uparchiveinfo_test.go (1.6 KiB)
- viewer.go (5.8 KiB)
- viewer_test.go (4.1 KiB)
-
upcrmservice
- BUILD (3.1 KiB)
- audit_log.go (774 Bytes)
- audit_log_test.go (645 Bytes)
- command.go (304 Bytes)
- command_test.go (636 Bytes)
- credit_log.go (1.1 KiB)
- credit_log_test.go (1.0 KiB)
- play_info.go (1.5 KiB)
- play_info_test.go (640 Bytes)
- scoresection.go (7.7 KiB)
- scoresection_test.go (3.8 KiB)
- sign_up.go (36.9 KiB)
- sign_up_test.go (8.5 KiB)
- up_base_info.go (11.4 KiB)
- up_base_info_test.go (5.0 KiB)
- up_rank.go (4.5 KiB)
- up_rank_test.go (2.1 KiB)
- up_stat_history.go (4.0 KiB)
- up_stat_history_test.go (1.6 KiB)
- upcrmservice.go (2.8 KiB)
- upcrmservice_test.go (308 Bytes)
- utils.go (228 Bytes)
- utils_test.go (461 Bytes)
- BUILD (2.0 KiB)
- content_ext.go (1.0 KiB)
- content_ext_test.go (1.4 KiB)
- service.go (2.1 KiB)
- service_test.go (299 Bytes)
- upload.go (580 Bytes)
- upload_test.go (705 Bytes)
-
-
util
-
databusutil
- BUILD (789 Bytes)
- databushandler.go (2.1 KiB)
-
hbaseutil
- BUILD (978 Bytes)
- parser.go (8.0 KiB)
- parser_test.go (15.1 KiB)
-
mathutil
- BUILD (603 Bytes)
- base_utils.go (858 Bytes)
-
now
- BUILD (793 Bytes)
- Guardfile (41 Bytes)
- License (1.1 KiB)
- README.md (4.4 KiB)
- main.go (3.3 KiB)
- now.go (5.4 KiB)
- now_test.go (13.4 KiB)
- wercker.yml (354 Bytes)
-
timerqueue
- .travis.yml (154 Bytes)
- BUILD (944 Bytes)
- README.md (2.6 KiB)
- example_test.go (1.2 KiB)
- queue.go (4.1 KiB)
- queue_test.go (1.5 KiB)
- BUILD (1.4 KiB)
- bits.go (474 Bytes)
- utils.go (2.8 KiB)
- utils_test.go (1.7 KiB)
-
- BUILD (605 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (99 Bytes)
- OWNERS (247 Bytes)
- README.md (169 Bytes)
-
-
up-rating
-
cmd
- BUILD (1011 Bytes)
- main.go (990 Bytes)
- up-rating-admin.toml (626 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.7 KiB)
-
dao
-
global
- BUILD (1.3 KiB)
- account.go (797 Bytes)
- account_test.go (949 Bytes)
- resource.go (321 Bytes)
- resource_test.go (1.1 KiB)
- BUILD (1.5 KiB)
- authority.go (920 Bytes)
- authority_test.go (974 Bytes)
- dao.go (482 Bytes)
- dao_test.go (695 Bytes)
- parameter.go (1.1 KiB)
- parameter_test.go (1012 Bytes)
- score.go (3.7 KiB)
- score_test.go (3.6 KiB)
- statistics.go (3.5 KiB)
- statistics_test.go (3.1 KiB)
-
-
http
- BUILD (1.2 KiB)
- authority.go (775 Bytes)
- csv.go (1017 Bytes)
- http.go (1.4 KiB)
- parameter.go (441 Bytes)
- score.go (2.6 KiB)
- statistics.go (3.4 KiB)
-
model
- BUILD (711 Bytes)
- parameter.go (390 Bytes)
- score.go (2.3 KiB)
- statistics.go (1.3 KiB)
-
service
- BUILD (1.1 KiB)
- authority.go (315 Bytes)
- cache.go (669 Bytes)
- parameter.go (1.3 KiB)
- score.go (6.9 KiB)
- service.go (584 Bytes)
- statistics.go (7.3 KiB)
- transfer.go (3.2 KiB)
- BUILD (602 Bytes)
- CHANGELOG.md (107 Bytes)
- CONTRIBUTORS.md (72 Bytes)
- OWNERS (227 Bytes)
- README.md (168 Bytes)
-
-
upload
-
cmd
- BUILD (983 Bytes)
- main.go (876 Bytes)
- upload-admin.toml (3.7 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (1.4 KiB)
- bfs.go (4.9 KiB)
- bfs_test.go (3.6 KiB)
- dao.go (540 Bytes)
- dao_test.go (687 Bytes)
- hbase.go (1.1 KiB)
-
http
- BUILD (1.3 KiB)
- bucekt.go (1.4 KiB)
- dir.go (343 Bytes)
- file.go (860 Bytes)
- http.go (1.7 KiB)
- sniff.go (6.5 KiB)
- upload.go (1.7 KiB)
-
model
- BUILD (719 Bytes)
- bucket.go (1.5 KiB)
- dir.go (1.6 KiB)
- param.go (4.1 KiB)
- record.go (869 Bytes)
-
service
- BUILD (1.5 KiB)
- bucket.go (2.5 KiB)
- dir.go (575 Bytes)
- file.go (901 Bytes)
- service.go (1.1 KiB)
- service_test.go (542 Bytes)
- upload.go (8.5 KiB)
- BUILD (719 Bytes)
- CHANGELOG.md (473 Bytes)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (235 Bytes)
- README.md (178 Bytes)
-
-
usersuit
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- usersuit-admin-test.toml (4.0 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (2.1 KiB)
- dao.go (1.8 KiB)
- dao_test.go (989 Bytes)
- invite.go (1.5 KiB)
- invite_test.go (1.1 KiB)
- manager.go (2.3 KiB)
- manager_test.go (636 Bytes)
- medal.go (12.2 KiB)
- medal_mc.go (6.0 KiB)
- medal_mc_test.go (2.9 KiB)
- medal_test.go (4.1 KiB)
- msg.go (1.5 KiB)
- msg_test.go (696 Bytes)
- pendant.go (25.7 KiB)
- pendant_mc.go (1.2 KiB)
- pendant_redis.go (1.1 KiB)
- pendant_redis_test.go (437 Bytes)
- pendant_test.go (8.2 KiB)
- upload.go (1.9 KiB)
-
http
- BUILD (1.5 KiB)
- common.go (550 Bytes)
- http.go (5.5 KiB)
- invite.go (2.5 KiB)
- invite_test.go (526 Bytes)
- medal.go (5.5 KiB)
- pendant.go (8.3 KiB)
- upload.go (911 Bytes)
-
model
- BUILD (881 Bytes)
- invite.go (2.6 KiB)
- log.go (286 Bytes)
- manager.go (121 Bytes)
- medal.go (2.9 KiB)
- msg.go (403 Bytes)
- notify.go (261 Bytes)
- param.go (2.2 KiB)
- pendant.go (3.1 KiB)
-
service
- BUILD (2.0 KiB)
- invite.go (4.9 KiB)
- invite_test.go (1.5 KiB)
- medal.go (9.0 KiB)
- medal_test.go (4.5 KiB)
- notify.go (460 Bytes)
- pendant.go (17.4 KiB)
- pendant_test.go (3.2 KiB)
- service.go (1.7 KiB)
- service_test.go (269 Bytes)
- upload.go (375 Bytes)
- BUILD (609 Bytes)
- CHANGELOG.MD (1.6 KiB)
- CONTRIBUTORS.md (114 Bytes)
- OWNERS (259 Bytes)
- README.md (181 Bytes)
-
-
videoup
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- videoup-admin.toml (8.5 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.8 KiB)
-
dao
-
archive
- BUILD (3.0 KiB)
- addit.go (3.1 KiB)
- addit_test.go (947 Bytes)
- archive.go (7.5 KiB)
- archive_test.go (4.2 KiB)
- config.go (4.2 KiB)
- config_test.go (1.5 KiB)
- dao.go (1.4 KiB)
- dao_test.go (1.3 KiB)
- delay.go (2.4 KiB)
- delay_test.go (1.2 KiB)
- first_pass.go (919 Bytes)
- first_pass_test.go (311 Bytes)
- flow.go (5.5 KiB)
- flow_test.go (2.9 KiB)
- forbid.go (1.7 KiB)
- forbid_test.go (800 Bytes)
- hbase.go (1.3 KiB)
- hbase_test.go (226 Bytes)
- history.go (1.6 KiB)
- history_test.go (879 Bytes)
- mosaic.go (795 Bytes)
- mosaic_test.go (287 Bytes)
- new_video.go (11.1 KiB)
- new_video_test.go (3.9 KiB)
- oper.go (4.0 KiB)
- oper_test.go (1.3 KiB)
- porder.go (2.1 KiB)
- porder_test.go (765 Bytes)
- recheck.go (2.7 KiB)
- recheck_test.go (912 Bytes)
- redis.go (946 Bytes)
- stats.go (895 Bytes)
- stats_test.go (320 Bytes)
- tag.go (783 Bytes)
- tag_test.go (276 Bytes)
- task.go (940 Bytes)
- task_consumer.go (1.9 KiB)
- task_consumer_test.go (1011 Bytes)
- task_dispatch.go (8.2 KiB)
- task_dispatch_test.go (1.4 KiB)
- task_oper_history.go (1.9 KiB)
- task_qa_video.go (1.6 KiB)
- task_state.go (4.3 KiB)
- task_state_test.go (1.6 KiB)
- task_test.go (1.2 KiB)
- task_weight_config.go (6.0 KiB)
- task_weight_config_test.go (869 Bytes)
- type.go (698 Bytes)
- type_test.go (263 Bytes)
- user_card.go (716 Bytes)
- user_card_test.go (419 Bytes)
- video.go (6.7 KiB)
- video_audit.go (654 Bytes)
- video_history.go (954 Bytes)
- video_test.go (982 Bytes)
- watermark.go (954 Bytes)
- watermark_test.go (302 Bytes)
-
data
- BUILD (1.2 KiB)
- dao.go (2.6 KiB)
- dao_test.go (1.3 KiB)
-
databus
- BUILD (1.5 KiB)
- archive_test.go (1.1 KiB)
- dao.go (677 Bytes)
- dao_test.go (811 Bytes)
- redis.go (2.7 KiB)
-
manager
- BUILD (1.6 KiB)
- auth_role.go (455 Bytes)
- auth_role_test.go (286 Bytes)
- dao.go (649 Bytes)
- dao_test.go (974 Bytes)
- httpclient.go (2.3 KiB)
- httpclient_test.go (499 Bytes)
- manager.go (530 Bytes)
- manager_test.go (257 Bytes)
- reason_log.go (617 Bytes)
- reason_log_test.go (328 Bytes)
- up.go (731 Bytes)
-
monitor
- BUILD (1.3 KiB)
- dao.go (415 Bytes)
- dao_test.go (678 Bytes)
- redis.go (7.4 KiB)
- redis_test.go (2.6 KiB)
-
music
- BUILD (1.1 KiB)
- dao.go (723 Bytes)
- dao_test.go (956 Bytes)
-
oversea
- BUILD (1.3 KiB)
- dao.go (594 Bytes)
- dao_test.go (811 Bytes)
- oversea.go (6.6 KiB)
- oversea_test.go (1.3 KiB)
-
search
- BUILD (1.4 KiB)
- dao.go (4.1 KiB)
- dao_test.go (1.7 KiB)
-
staff
- BUILD (1.4 KiB)
- dao.go (603 Bytes)
- dao_test.go (1.6 KiB)
- staff.go (2.2 KiB)
-
tag
- BUILD (1.4 KiB)
- channel.go (537 Bytes)
- channel_test.go (12 Bytes)
- dao.go (2.3 KiB)
- dao_test.go (1.5 KiB)
-
task
- BUILD (1.2 KiB)
- dao.go (346 Bytes)
- dao_test.go (807 Bytes)
- weight.go (1.8 KiB)
- weight_test.go (318 Bytes)
-
track
- BUILD (1.3 KiB)
- dao.go (528 Bytes)
- dao_test.go (676 Bytes)
- track.go (1.5 KiB)
- track_test.go (618 Bytes)
-
-
http
- BUILD (2.0 KiB)
- archive.go (7.9 KiB)
- cm.go (2.7 KiB)
- flow.go (454 Bytes)
- http.go (5.0 KiB)
- local.go (294 Bytes)
- monitor.go (2.6 KiB)
- music.go (2.4 KiB)
- oversea.go (6.0 KiB)
- pgc.go (3.5 KiB)
- search.go (1.9 KiB)
- staff.go (1.3 KiB)
- stats.go (1.1 KiB)
- task.go (6.7 KiB)
- track.go (1.6 KiB)
- video.go (4.1 KiB)
-
model
-
archive
- BUILD (1.5 KiB)
- archive.go (2.4 KiB)
- archive_recheck.go (690 Bytes)
- archive_state.go (10.6 KiB)
- archive_test.go (409 Bytes)
- config.go (416 Bytes)
- flow.go (815 Bytes)
- forbid.go (4.0 KiB)
- history.go (2.0 KiB)
- history_test.go (753 Bytes)
- mosaic.go (337 Bytes)
- oper.go (4.1 KiB)
- param.go (7.8 KiB)
- staff.go (652 Bytes)
- stats.go (397 Bytes)
- task.go (12.1 KiB)
- task_qa_video.go (2.9 KiB)
- video.go (2.5 KiB)
- watermark.go (528 Bytes)
-
manager
- BUILD (605 Bytes)
- manager.go (1.5 KiB)
-
message
- BUILD (605 Bytes)
- message.go (2.3 KiB)
-
monitor
- BUILD (763 Bytes)
- monitor.go (3.0 KiB)
-
music
- BUILD (651 Bytes)
- music.go (2.5 KiB)
-
oversea
- BUILD (655 Bytes)
- oversea.go (2.2 KiB)
-
search
- BUILD (753 Bytes)
- search.go (6.0 KiB)
-
track
- BUILD (735 Bytes)
- track.go (1.2 KiB)
-
up
- BUILD (599 Bytes)
- credit.go (460 Bytes)
-
utils
- BUILD (769 Bytes)
- time.go (1.2 KiB)
- time_test.go (1.3 KiB)
-
-
service
- BUILD (4.5 KiB)
- archive.go (31.2 KiB)
- archive_test.go (3.2 KiB)
- databus.go (6.4 KiB)
- extra_func.go (15.2 KiB)
- extra_func_test.go (2.2 KiB)
- flow.go (6.9 KiB)
- flow_test.go (2.4 KiB)
- history.go (1.7 KiB)
- history_test.go (1.1 KiB)
- log.go (5.8 KiB)
- monitor.go (7.7 KiB)
- monitor_test.go (684 Bytes)
- mult_sync.go (1.9 KiB)
- oper.go (7.4 KiB)
- oversea.go (4.5 KiB)
- pgc.go (5.2 KiB)
- pgc_test.go (832 Bytes)
- porder.go (482 Bytes)
- search.go (24.1 KiB)
- search_test.go (1.5 KiB)
- service.go (7.5 KiB)
- service_test.go (1.0 KiB)
- staff.go (408 Bytes)
- stats.go (445 Bytes)
- task.go (9.3 KiB)
- task_consumer.go (3.7 KiB)
- task_dispatch.go (9.1 KiB)
- task_qa_video.go (3.2 KiB)
- task_qa_video_test.go (1.2 KiB)
- task_role.go (372 Bytes)
- task_test.go (2.1 KiB)
- task_weight.go (8.3 KiB)
- track.go (3.2 KiB)
- track_test.go (504 Bytes)
- tx.go (12.5 KiB)
- util.go (836 Bytes)
- util_test.go (373 Bytes)
- video.go (9.4 KiB)
- video_test.go (1.5 KiB)
- BUILD (1.7 KiB)
- CHANGELOG.md (12.8 KiB)
- CONTRIBUTORS.md (132 Bytes)
- OWNERS (311 Bytes)
- README.md (183 Bytes)
-
-
videoup-task
-
cmd
- BUILD (1.2 KiB)
- main.go (1.2 KiB)
- videoup-task-admin.toml (4.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (2.8 KiB)
- archive.go (1.3 KiB)
- archive_test.go (780 Bytes)
- auth_role.go (447 Bytes)
- auth_role_test.go (529 Bytes)
- consumer.go (1.9 KiB)
- consumer_test.go (1.7 KiB)
- dao.go (2.7 KiB)
- dao_test.go (913 Bytes)
- manager.go (2.3 KiB)
- manager_test.go (1.9 KiB)
- oper.go (1.9 KiB)
- oper_test.go (1.0 KiB)
- report.go (937 Bytes)
- report_test.go (556 Bytes)
- search.go (2.7 KiB)
- search_test.go (1.2 KiB)
- task_dispatch.go (11.6 KiB)
- task_dispatch_test.go (4.5 KiB)
- task_history.go (1.9 KiB)
- task_history_test.go (1.3 KiB)
- task_oper_history.go (3.8 KiB)
- task_oper_history_test.go (2.6 KiB)
- task_qa.go (1.0 KiB)
- task_qa_test.go (941 Bytes)
- task_qa_video.go (6.6 KiB)
- task_qa_video_test.go (3.1 KiB)
- task_review.go (7.0 KiB)
- task_review_test.go (1.9 KiB)
- task_weight.go (9.5 KiB)
- task_weight_test.go (5.4 KiB)
- type.go (684 Bytes)
- type_test.go (504 Bytes)
- up_group.go (1.3 KiB)
- up_group_test.go (608 Bytes)
- user.go (2.6 KiB)
- user_test.go (1.2 KiB)
- video.go (3.9 KiB)
- video_test.go (1.6 KiB)
- weight_log.go (1.3 KiB)
- weight_log_test.go (861 Bytes)
-
http
- BUILD (1.4 KiB)
- consumer.go (1.5 KiB)
- http.go (2.6 KiB)
- prehandler.go (1.0 KiB)
- qa_video.go (2.6 KiB)
- report.go (946 Bytes)
- review.go (1.5 KiB)
- task.go (2.0 KiB)
- weight.go (1.9 KiB)
-
model
- BUILD (1.3 KiB)
- archive.go (3.3 KiB)
- log.go (1.0 KiB)
- oper.go (3.9 KiB)
- params.go (7.3 KiB)
- review.go (4.1 KiB)
- task.go (11.9 KiB)
- task_qa.go (607 Bytes)
- task_qa_video.go (1.9 KiB)
- task_qa_video_test.go (690 Bytes)
- time.go (1.2 KiB)
- up_group.go (704 Bytes)
- user.go (300 Bytes)
- utils.go (388 Bytes)
- video.go (4.5 KiB)
- video_test.go (525 Bytes)
- weight.go (98 Bytes)
-
service
- BUILD (2.2 KiB)
- consumer.go (3.9 KiB)
- extra_func.go (2.5 KiB)
- log.go (1.6 KiB)
- oper.go (1.2 KiB)
- qa_video.go (8.3 KiB)
- review.go (6.6 KiB)
- search.go (3.4 KiB)
- search_test.go (943 Bytes)
- service.go (2.7 KiB)
- service_test.go (270 Bytes)
- task.go (5.7 KiB)
- task_dispatch.go (8.7 KiB)
- task_report.go (451 Bytes)
- utils.go (4.0 KiB)
- video.go (1.4 KiB)
- video_test.go (407 Bytes)
- weight.go (8.4 KiB)
- BUILD (620 Bytes)
- CHANGELOG.md (960 Bytes)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (228 Bytes)
-
-
vip
-
cmd
- BUILD (964 Bytes)
- main.go (973 Bytes)
- vip-admin-test.toml (3.5 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.6 KiB)
-
dao
- BUILD (2.6 KiB)
- bfs.go (2.3 KiB)
- bfs_test.go (1.1 KiB)
- dao.go (1.3 KiB)
- dao_test.go (966 Bytes)
- dialog.go (2.8 KiB)
- dialog_test.go (1.5 KiB)
- jointly.go (3.0 KiB)
- jointly_test.go (1.6 KiB)
- memcache.go (2.0 KiB)
- memcache_test.go (880 Bytes)
- month.go (3.2 KiB)
- month_test.go (1.6 KiB)
- mysql.go (21.3 KiB)
- mysql_test.go (10.0 KiB)
- order.go (2.9 KiB)
- order_test.go (1.9 KiB)
- panel.go (10.6 KiB)
- panel_test.go (7.1 KiB)
- platform.go (2.0 KiB)
- platform_test.go (1.8 KiB)
- privilege.go (3.8 KiB)
- privilege_test.go (4.8 KiB)
- push.go (3.9 KiB)
- push_test.go (1.4 KiB)
- resouce.go (8.4 KiB)
- resouce_test.go (2.9 KiB)
- send.go (4.5 KiB)
- send_test.go (836 Bytes)
- tips.go (4.2 KiB)
- tips_test.go (1.3 KiB)
- vip.go (2.6 KiB)
- vip_test.go (2.3 KiB)
- welfare.go (6.1 KiB)
- welfare_test.go (6.7 KiB)
-
http
- BUILD (1.4 KiB)
- business.go (1.4 KiB)
- dialog.go (1.6 KiB)
- http.go (5.9 KiB)
- jointly.go (1.0 KiB)
- month.go (1.6 KiB)
- order.go (817 Bytes)
- panel.go (1.9 KiB)
- platform.go (1.2 KiB)
- privilege.go (5.2 KiB)
- push.go (1.1 KiB)
- resouce.go (6.6 KiB)
- tips.go (2.9 KiB)
- version.go (931 Bytes)
- vip.go (1.3 KiB)
- welfare.go (3.1 KiB)
-
model
- BUILD (968 Bytes)
- dialog.go (1.6 KiB)
- jointly.go (494 Bytes)
- model.go (2.2 KiB)
- month.go (1.2 KiB)
- order.go (1.2 KiB)
- panel.go (7.6 KiB)
- params.go (3.8 KiB)
- platform.go (1.7 KiB)
- privilege.go (2.2 KiB)
- push.go (1.8 KiB)
- query.go (132 Bytes)
- reques.go (2.8 KiB)
- resouce.go (1.9 KiB)
- tips.go (1.6 KiB)
- vip.go (6.5 KiB)
- welfare.go (4.8 KiB)
-
service
- BUILD (2.3 KiB)
- business.go (3.0 KiB)
- dialog.go (2.4 KiB)
- dialog_test.go (2.5 KiB)
- jointly.go (1.9 KiB)
- jointly_test.go (1.2 KiB)
- month.go (1.2 KiB)
- order.go (1.9 KiB)
- order_test.go (590 Bytes)
- panel.go (7.6 KiB)
- panel_test.go (3.4 KiB)
- platform.go (1.1 KiB)
- privilege.go (6.8 KiB)
- privilege_test.go (3.4 KiB)
- push.go (5.9 KiB)
- push_test.go (1.5 KiB)
- resouce.go (14.5 KiB)
- resouce_test.go (2.5 KiB)
- service.go (860 Bytes)
- service_test.go (2.1 KiB)
- tips.go (2.9 KiB)
- tips_test.go (2.1 KiB)
- version.go (538 Bytes)
- vip.go (3.1 KiB)
- welfare.go (5.4 KiB)
- BUILD (701 Bytes)
- CHANGELOG.md (1.5 KiB)
- CONTRIBUTORS.md (60 Bytes)
- OWNERS (197 Bytes)
- README.md (256 Bytes)
-
-
workflow
-
cmd
- BUILD (1.0 KiB)
- main.go (1005 Bytes)
- workflow-admin-develop.toml (6.0 KiB)
-
dao
- BUILD (3.0 KiB)
- business.go (5.7 KiB)
- business_test.go (3.3 KiB)
- callback.go (2.2 KiB)
- callback_test.go (1.4 KiB)
- challenge.go (9.0 KiB)
- challenge_test.go (9.0 KiB)
- dao.go (2.8 KiB)
- dao_test.go (1.1 KiB)
- event.go (1.9 KiB)
- event_test.go (1.1 KiB)
- extra.go (11.7 KiB)
- extra_test.go (5.0 KiB)
- group.go (4.5 KiB)
- group_test.go (7.0 KiB)
- memcache.go (1.7 KiB)
- memcache_test.go (1.3 KiB)
- message.go (560 Bytes)
- message_test.go (757 Bytes)
- redis.go (3.2 KiB)
- redis_test.go (3.6 KiB)
- search2.go (7.5 KiB)
- search2_test.go (2.9 KiB)
- tag.go (1.6 KiB)
- tag_test.go (1013 Bytes)
-
http
- BUILD (1.5 KiB)
- activity.go (356 Bytes)
- business.go (2.2 KiB)
- callback.go (715 Bytes)
- challenge.go (18.3 KiB)
- event.go (1.4 KiB)
- group.go (2.8 KiB)
- http.go (4.8 KiB)
- permission.go (1.1 KiB)
- reply.go (1.5 KiB)
- util.go (2.4 KiB)
-
model
-
manager
- BUILD (709 Bytes)
- admin.go (236 Bytes)
- business.go (917 Bytes)
-
param
- BUILD (776 Bytes)
- callback.go (326 Bytes)
- challenge.go (8.7 KiB)
- group.go (5.8 KiB)
- param.go (1.5 KiB)
- platform.go (1.3 KiB)
- wlog.go (749 Bytes)
-
search
- BUILD (813 Bytes)
- audit_log.go (3.4 KiB)
- report.go (2.1 KiB)
- search.go (2.1 KiB)
- search2.go (3.5 KiB)
- BUILD (1.5 KiB)
- activity.go (162 Bytes)
- block.go (2.2 KiB)
- business.go (2.3 KiB)
- business_attr.go (1.2 KiB)
- callback.go (1.9 KiB)
- challenge.go (4.6 KiB)
- challenge_test.go (807 Bytes)
- common.go (567 Bytes)
- event.go (1.6 KiB)
- extra.go (6.5 KiB)
- group.go (2.2 KiB)
- message.go (1.1 KiB)
- platform_meta.go (1.2 KiB)
- reply.go (1.0 KiB)
- state.go (848 Bytes)
- tag.go (774 Bytes)
- wlog.go (1.6 KiB)
-
-
service
- BUILD (2.3 KiB)
- activity.go (1.4 KiB)
- activity_test.go (1.1 KiB)
- business.go (5.9 KiB)
- business_test.go (332 Bytes)
- callback.go (1.9 KiB)
- challenge.go (35.2 KiB)
- challenge_test.go (1.8 KiB)
- event.go (2.8 KiB)
- group.go (26.0 KiB)
- meta.go (2.5 KiB)
- platform.go (16.5 KiB)
- platform_test.go (404 Bytes)
- service.go (3.5 KiB)
- service_test.go (451 Bytes)
- tag.go (568 Bytes)
- task.go (28.9 KiB)
- wlog.go (5.2 KiB)
- wlog_test.go (385 Bytes)
- BUILD (545 Bytes)
- CHANGELOG.md (3.9 KiB)
- CONTRIBUTORS.md (121 Bytes)
- OWNERS (245 Bytes)
- README.md (5.7 KiB)
-
- BUILD (2.1 KiB)
- OWNERS (99 Bytes)
-
-
openplatform
-
sug
-
cmd
- BUILD (1.1 KiB)
- local-sug-test.toml (3.0 KiB)
- main.go (973 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.6 KiB)
- bfs.go (2.0 KiB)
- dao.go (1.7 KiB)
- image.go (4.7 KiB)
- mysql.go (3.3 KiB)
- mysql_test.go (207 Bytes)
- redis.go (1.8 KiB)
- redis_test.go (192 Bytes)
- season_es.go (2.6 KiB)
-
http
- BUILD (1.0 KiB)
- http.go (1.0 KiB)
- season.go (425 Bytes)
-
model
- BUILD (633 Bytes)
- params.go (466 Bytes)
- sug.go (1.1 KiB)
-
service
- BUILD (1.1 KiB)
- season.go (3.0 KiB)
- season_test.go (223 Bytes)
- service.go (476 Bytes)
-
source
- font.ttf (8.3 MiB)
- label.png (1.9 KiB)
- radius.png (1.8 KiB)
- BUILD (614 Bytes)
- CHANGELOG.md (146 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (223 Bytes)
- README.md (206 Bytes)
-
- BUILD (350 Bytes)
- OWNERS (96 Bytes)
-
- BUILD (502 Bytes)
- OWNERS (81 Bytes)
- README.md (42 Bytes)
-
-
common
-
live
-
library
-
lancer
- BUILD (647 Bytes)
- lancer.go (4.1 KiB)
-
lrucache
- BUILD (858 Bytes)
- lrucache.go (2.7 KiB)
- lrucache_test.go (4.9 KiB)
- synccache.go (2.1 KiB)
- synccache_test.go (1.5 KiB)
-
mengde
- BUILD (647 Bytes)
- mengde.go (6.8 KiB)
- BUILD (569 Bytes)
-
- BUILD (347 Bytes)
- CHANGELOG.md (12 Bytes)
- CONTRIBUTORS.md (105 Bytes)
- OWNERS (199 Bytes)
- README.md (15 Bytes)
-
-
openplatform
-
encoding
- BUILD (860 Bytes)
- encoding.go (2.3 KiB)
- encoding_test.go (516 Bytes)
-
geetest
-
conf
- BUILD (602 Bytes)
- conf.go (594 Bytes)
-
dao
- BUILD (679 Bytes)
- geetest.go (3.2 KiB)
-
model
- BUILD (606 Bytes)
- geetest.go (308 Bytes)
-
service
- BUILD (766 Bytes)
- geetest.go (1.6 KiB)
- BUILD (527 Bytes)
- config.json (216 Bytes)
-
-
random
- BUILD (598 Bytes)
- uniqid.go (583 Bytes)
-
tool
- replacer.sh (292 Bytes)
- run.sh (2.5 KiB)
- BUILD (463 Bytes)
- CHANGELOG.md (136 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (153 Bytes)
- README.md (113 Bytes)
-
- BUILD (372 Bytes)
- OWNERS (82 Bytes)
-
-
infra
-
canal
-
cmd
- BUILD (999 Bytes)
- canal-test.toml (673 Bytes)
- canal.tidb.toml (234 Bytes)
- database.sql (3.2 KiB)
- main.go (823 Bytes)
-
conf
- BUILD (1.3 KiB)
- canal_conf.go (7.5 KiB)
- conf.go (1.8 KiB)
- tidb_conf.go (740 Bytes)
-
dao
- BUILD (1.2 KiB)
- dao.go (281 Bytes)
- dao_test.go (615 Bytes)
- mysql.go (1.2 KiB)
- mysql_test.go (643 Bytes)
-
http
- BUILD (1.1 KiB)
- canal.go (1.1 KiB)
- http.go (895 Bytes)
- infoc.go (4.2 KiB)
-
infoc
- BUILD (737 Bytes)
- infoc.go (2.7 KiB)
- reporter.go (1.8 KiB)
-
model
- BUILD (588 Bytes)
- model.go (410 Bytes)
-
service
-
reader
- BUILD (934 Bytes)
- offset.go (4.1 KiB)
- reader.go (4.0 KiB)
- BUILD (2.4 KiB)
- canal.go (9.0 KiB)
- hbase.go (3.5 KiB)
- instance.go (4.1 KiB)
- master.go (3.8 KiB)
- target.go (8.0 KiB)
- tidb_check.go (1.5 KiB)
- tidb_data.go (3.1 KiB)
- tidb_data_test.go (8.8 KiB)
- tidb_instance.go (4.7 KiB)
- tidb_proc.go (1.7 KiB)
-
- BUILD (592 Bytes)
- CHANGELOG.md (1.4 KiB)
- CONTRIBUTORS.md (103 Bytes)
- OWNERS (249 Bytes)
- README.md (417 Bytes)
-
-
config
-
cmd
- BUILD (1.3 KiB)
- config-service-example.toml (1.3 KiB)
- main.go (1.7 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1020 Bytes)
-
dao
-
v1
- BUILD (986 Bytes)
- dao.go (918 Bytes)
- file.go (1.6 KiB)
- mysql.go (6.4 KiB)
- redis.go (2.3 KiB)
-
v2
- BUILD (1.7 KiB)
- app.go (1.4 KiB)
- app_test.go (1.2 KiB)
- build.go (2.0 KiB)
- build_test.go (1.1 KiB)
- config.go (1.1 KiB)
- config_test.go (1.2 KiB)
- dao.go (830 Bytes)
- dao_test.go (760 Bytes)
- file.go (1.6 KiB)
- file_test.go (1.6 KiB)
- force.go (499 Bytes)
- force_test.go (522 Bytes)
- redis.go (2.0 KiB)
- redis_test.go (1.3 KiB)
- tag.go (1.9 KiB)
- tag_test.go (696 Bytes)
-
-
http
- BUILD (1.3 KiB)
- config.go (10.7 KiB)
- config2.go (7.7 KiB)
- http.go (2.7 KiB)
- local.go (454 Bytes)
-
model
- BUILD (798 Bytes)
- app.go (659 Bytes)
- build.go (405 Bytes)
- client.go (2.0 KiB)
- common_config.go (533 Bytes)
- config.go (634 Bytes)
- force.go (439 Bytes)
- rpc.go (267 Bytes)
- tag.go (480 Bytes)
-
rpc
-
client
- BUILD (931 Bytes)
- config.go (1.8 KiB)
- config_test.go (1.0 KiB)
-
server
- BUILD (948 Bytes)
- config.go (2.0 KiB)
-
-
service
-
v1
- BUILD (1.4 KiB)
- client.go (14.3 KiB)
- client_test.go (5.2 KiB)
- service.go (914 Bytes)
-
v2
- BUILD (1.4 KiB)
- cache_tag.go (693 Bytes)
- client.go (16.9 KiB)
- client_test.go (5.0 KiB)
- service.go (1.4 KiB)
-
- CHANGELOG.md (3.6 KiB)
- CONTRIBUTORS.md (145 Bytes)
- OWNERS (353 Bytes)
- README.md (553 Bytes)
-
-
databus
-
cmd
- BUILD (979 Bytes)
- databus-test.toml (700 Bytes)
- main.go (928 Bytes)
-
conf
- BUILD (835 Bytes)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (463 Bytes)
- dao_test.go (627 Bytes)
- mysql.go (1.4 KiB)
- mysql_test.go (406 Bytes)
-
dsn
- BUILD (797 Bytes)
- dsn.go (1.2 KiB)
- dsn_test.go (520 Bytes)
-
http
- BUILD (925 Bytes)
- http.go (1.0 KiB)
- pub.go (3.2 KiB)
-
model
- BUILD (548 Bytes)
- model.go (1.0 KiB)
-
service
- BUILD (1.1 KiB)
- service.go (2.2 KiB)
- service_test.go (514 Bytes)
-
tcp
- BUILD (1.6 KiB)
- conn.go (5.4 KiB)
- conn_test.go (1.4 KiB)
- pubsub.go (17.0 KiB)
- pubsub_test.go (1.6 KiB)
- tcp.go (11.1 KiB)
- tcp_test.go (1.2 KiB)
- BUILD (648 Bytes)
- CHANGELOG.md (5.0 KiB)
- CONTRIBUTORS.md (81 Bytes)
- OWNERS (199 Bytes)
- README.md (907 Bytes)
-
-
discovery
-
cmd
- BUILD (1.1 KiB)
- discovery-example.toml (1.2 KiB)
- discovery-idc1-1.toml (1.1 KiB)
- discovery-idc1-2.toml (1.1 KiB)
- discovery-idc2-1.toml (1.1 KiB)
- discovery-idc2-2.toml (1.1 KiB)
- main.go (956 Bytes)
-
conf
- BUILD (873 Bytes)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.8 KiB)
- guard.go (1.2 KiB)
- guard_test.go (1.2 KiB)
- node.go (5.8 KiB)
- node_test.go (5.3 KiB)
- nodes.go (3.5 KiB)
- nodes_test.go (3.5 KiB)
- registry.go (10.0 KiB)
- registry_test.go (13.9 KiB)
-
http
- BUILD (975 Bytes)
- discovery.go (3.2 KiB)
- http.go (929 Bytes)
-
model
- BUILD (759 Bytes)
- instance.go (8.6 KiB)
- node.go (410 Bytes)
- param.go (3.6 KiB)
-
service
- BUILD (1.6 KiB)
- register.go (3.8 KiB)
- register_test.go (7.3 KiB)
- service.go (907 Bytes)
- syncup.go (3.8 KiB)
- BUILD (572 Bytes)
- CHANGELOG.md (1.7 KiB)
- CONTRIBUTORS.md (99 Bytes)
- OWNERS (237 Bytes)
- README.md (374 Bytes)
-
-
notify
-
cmd
- BUILD (863 Bytes)
- main.go (792 Bytes)
- notify-test.toml (926 Bytes)
-
conf
- BUILD (834 Bytes)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (462 Bytes)
- dao_test.go (623 Bytes)
- mysql.go (2.8 KiB)
- mysql_test.go (2.1 KiB)
-
http
- BUILD (836 Bytes)
- http.go (903 Bytes)
-
model
- BUILD (548 Bytes)
- notify.go (1.6 KiB)
-
notify
- BUILD (1.9 KiB)
- client.go (1.2 KiB)
- client_test.go (3.2 KiB)
- liverpc_client.go (5.8 KiB)
- liverpc_client_test.go (5.0 KiB)
- notify_test.go (2.9 KiB)
- pub.go (1.9 KiB)
- sub.go (10.8 KiB)
-
service
- BUILD (1.4 KiB)
- pub.go (704 Bytes)
- service.go (2.9 KiB)
- service_test.go (734 Bytes)
- BUILD (600 Bytes)
- CHANGELOG.md (837 Bytes)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (229 Bytes)
- README.md (362 Bytes)
-
- BUILD (915 Bytes)
- OWNERS (149 Bytes)
-
-
interface
-
bbq
-
app-bbq
-
api
-
http
-
v1
- BUILD (1.3 KiB)
- api.md (16.4 KiB)
- app.go (1.1 KiB)
- base.go (751 Bytes)
- comment.go (2.5 KiB)
- feed.go (2.0 KiB)
- invite.go (400 Bytes)
- location.go (226 Bytes)
- notice.go (1.1 KiB)
- push.go (526 Bytes)
- report.go (575 Bytes)
- search.go (2.3 KiB)
- share.go (624 Bytes)
- sv.go (3.5 KiB)
- topic.go (1.5 KiB)
- upload.go (1.2 KiB)
- user.go (1.9 KiB)
-
-
-
cmd
- BUILD (1.0 KiB)
- app_setting.toml (70 Bytes)
- main.go (814 Bytes)
- upload_filter.toml (35 Bytes)
- video-c.toml (5.7 KiB)
-
conf
- BUILD (1.4 KiB)
- app.go (241 Bytes)
- conf.go (2.2 KiB)
- filter.go (548 Bytes)
-
dao
- BUILD (2.6 KiB)
- app.go (2.3 KiB)
- comment.go (11.2 KiB)
- danmu.go (529 Bytes)
- dao.go (6.3 KiB)
- feed.go (3.3 KiB)
- filter.go (764 Bytes)
- image.go (575 Bytes)
- location.go (1.2 KiB)
- notice.go (1.4 KiB)
- push.go (913 Bytes)
- redundance.go (864 Bytes)
- report.go (2.9 KiB)
- search.go (4.6 KiB)
- share.go (1.3 KiB)
- sv.go (11.1 KiB)
- sv_stat.go (2.9 KiB)
- upload.go (956 Bytes)
- user.go (2.8 KiB)
- user_like.go (1.7 KiB)
- user_like_test.go (600 Bytes)
- user_relation.go (1.7 KiB)
- video.go (1.9 KiB)
-
model
-
grpc
- BUILD (1.4 KiB)
- bvc.pb.go (26.2 KiB)
- bvc.proto (887 Bytes)
- BUILD (1006 Bytes)
- app.go (942 Bytes)
- cache.go (225 Bytes)
- comment.go (7.1 KiB)
- danmu.go (139 Bytes)
- invite_code.go (245 Bytes)
- location.go (194 Bytes)
- model.go (1.5 KiB)
- redundance.go (25.0 KiB)
- report.go (1.6 KiB)
- search.go (2.0 KiB)
- sv.go (1.8 KiB)
- util.go (350 Bytes)
- video.go (261 Bytes)
-
-
server
-
http
- BUILD (2.0 KiB)
- app.go (951 Bytes)
- comment.go (3.2 KiB)
- data.go (183 Bytes)
- feed.go (2.0 KiB)
- http.go (7.3 KiB)
- location.go (546 Bytes)
- notice.go (909 Bytes)
- push.go (1.4 KiB)
- report.go (816 Bytes)
- search.go (1.9 KiB)
- share.go (1.1 KiB)
- sv.go (3.4 KiB)
- topic.go (964 Bytes)
- upload.go (1.5 KiB)
- user.go (4.6 KiB)
-
-
service
- BUILD (2.0 KiB)
- app.go (2.0 KiB)
- comment.go (7.7 KiB)
- feed.go (9.1 KiB)
- location.go (1.8 KiB)
- notice.go (4.5 KiB)
- push.go (833 Bytes)
- report.go (1.8 KiB)
- search.go (8.0 KiB)
- service.go (1.4 KiB)
- share.go (1.9 KiB)
- sv.go (8.7 KiB)
- topic.go (6.8 KiB)
- upload.go (3.2 KiB)
- user.go (7.5 KiB)
- BUILD (675 Bytes)
- CHANGELOG.md (3.7 KiB)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (249 Bytes)
- README.md (87 Bytes)
- swagger.json (6.3 KiB)
-
-
bullet
-
api
- BUILD (1.3 KiB)
- api.pb.go (40.4 KiB)
- api.proto (2.3 KiB)
-
cmd
- BUILD (1.1 KiB)
- main.go (1017 Bytes)
- test.toml (2.0 KiB)
-
internal
-
conf
- BUILD (1.4 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (8.4 KiB)
- filter.go (2.2 KiB)
-
model
- BUILD (606 Bytes)
- model.go (501 Bytes)
-
server
-
http
- BUILD (1.4 KiB)
- http.go (3.9 KiB)
-
-
service
- BUILD (988 Bytes)
- service.go (3.0 KiB)
-
- BUILD (705 Bytes)
- CHANGELOG.md (332 Bytes)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (166 Bytes)
- README.md (89 Bytes)
-
-
comment
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (202 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (192 Bytes)
-
internal
-
dao
- BUILD (925 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (607 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (944 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (755 Bytes)
- service.go (616 Bytes)
-
- BUILD (598 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (155 Bytes)
- README.md (90 Bytes)
-
-
common
-
auth
- BUILD (898 Bytes)
- banned.go (1.3 KiB)
-
http
- BUILD (1.1 KiB)
- header.go (506 Bytes)
- session.go (660 Bytes)
- uilog.go (1.7 KiB)
-
model
- BUILD (631 Bytes)
- base.go (853 Bytes)
- const.go (426 Bytes)
- BUILD (445 Bytes)
- CHANGELOG.md (60 Bytes)
- README.md (111 Bytes)
-
-
feed
-
cmd
- BUILD (1021 Bytes)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (199 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (189 Bytes)
-
internal
-
dao
- BUILD (922 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (604 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (938 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (749 Bytes)
- service.go (613 Bytes)
-
- BUILD (583 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (152 Bytes)
- README.md (87 Bytes)
-
-
notice
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (201 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (191 Bytes)
-
internal
-
dao
- BUILD (924 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (606 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (942 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (753 Bytes)
- service.go (615 Bytes)
-
- BUILD (593 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (154 Bytes)
- README.md (89 Bytes)
-
-
search
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (201 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (191 Bytes)
-
internal
-
dao
- BUILD (924 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (606 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (942 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (753 Bytes)
- service.go (615 Bytes)
-
- BUILD (593 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (154 Bytes)
- README.md (89 Bytes)
-
-
topic
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (200 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (190 Bytes)
-
internal
-
dao
- BUILD (923 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (605 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (940 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (751 Bytes)
- service.go (614 Bytes)
-
- BUILD (588 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (153 Bytes)
- README.md (88 Bytes)
-
-
user
-
cmd
- BUILD (1021 Bytes)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (199 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (189 Bytes)
-
internal
-
dao
- BUILD (922 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (604 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (938 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (749 Bytes)
- service.go (613 Bytes)
-
- BUILD (583 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (152 Bytes)
- README.md (87 Bytes)
-
-
video
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (200 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (190 Bytes)
-
internal
-
dao
- BUILD (923 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (605 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (940 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (751 Bytes)
- service.go (614 Bytes)
-
- BUILD (588 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (153 Bytes)
- README.md (88 Bytes)
-
-
wechat
-
cmd
- BUILD (1.1 KiB)
- main.go (1018 Bytes)
- test.toml (518 Bytes)
-
dao
- BUILD (852 Bytes)
- dao.go (3.4 KiB)
-
internal
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
model
- BUILD (606 Bytes)
- model.go (424 Bytes)
-
server
-
http
- BUILD (1014 Bytes)
- http.go (1.1 KiB)
-
-
service
- BUILD (878 Bytes)
- service.go (1.4 KiB)
-
- BUILD (645 Bytes)
- CHANGELOG.md (98 Bytes)
- CONTRIBUTORS.md (43 Bytes)
- OWNERS (160 Bytes)
- README.md (89 Bytes)
-
- BUILD (801 Bytes)
- CONTRIBUTORS.md (15 Bytes)
- OWNERS (97 Bytes)
-
-
live
-
app-blink
-
api
-
http
-
v1
- BUILD (1.4 KiB)
- appBlink.banner.md (571 Bytes)
- appBlink.bm.go (4.5 KiB)
- appBlink.pb.go (79.0 KiB)
- appBlink.proto (4.0 KiB)
- appBlink.room.md (1.5 KiB)
- appBlink.splash.md (562 Bytes)
- appBlink.topic.md (887 Bytes)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1008 Bytes)
- test.toml (346 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.7 KiB)
- fansMedal.go (803 Bytes)
- mainAccount.go (492 Bytes)
- mainFilter.go (2.6 KiB)
- relation.go (848 Bytes)
- resource.go (781 Bytes)
- room.go (1.4 KiB)
- user.go (668 Bytes)
-
model
- BUILD (601 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- http.go (2.2 KiB)
-
-
service
-
v1
- BUILD (1.7 KiB)
- banner.go (822 Bytes)
- banner_test.go (733 Bytes)
- room.go (3.9 KiB)
- room_test.go (1.1 KiB)
- splash.go (807 Bytes)
- splash_test.go (707 Bytes)
- topic.go (1.4 KiB)
- topic_test.go (1.2 KiB)
- BUILD (833 Bytes)
- service.go (480 Bytes)
-
- BUILD (696 Bytes)
- CHANGELOG.md (43 Bytes)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (205 Bytes)
- README.md (307 Bytes)
-
-
app-interface
-
api
-
http
-
v1
- BUILD (1.6 KiB)
- app_conf.bm.go (1.5 KiB)
- app_conf.config.md (400 Bytes)
- app_conf.pb.go (12.4 KiB)
- app_conf.proto (395 Bytes)
- index.bm.go (1.8 KiB)
- index.index.md (2.9 KiB)
- index.md (2.9 KiB)
- index.pb.go (71.4 KiB)
- index.proto (4.4 KiB)
- relation.bm.go (2.2 KiB)
- relation.md (4.2 KiB)
- relation.pb (4.1 KiB)
- relation.pbg.go (88.8 KiB)
- relation.relation.md (4.3 KiB)
-
v2
- BUILD (1.4 KiB)
- index.bm.go (1.8 KiB)
- index.index.md (21.8 KiB)
- index.pb.go (244.5 KiB)
- index.proto (15.0 KiB)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.0 KiB)
- main.go (903 Bytes)
- test.toml (2.5 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (4.9 KiB)
-
dao
-
account
- BUILD (1.1 KiB)
- dao.go (570 Bytes)
- userInfo.go (1.3 KiB)
-
av
- BUILD (1.1 KiB)
- dao.go (427 Bytes)
- pk_id.go (2.2 KiB)
-
fans_medal
- BUILD (1.1 KiB)
- TargetsWithMedal.go (2.4 KiB)
- dao.go (435 Bytes)
-
live_data
- BUILD (1.1 KiB)
- dao.go (434 Bytes)
- record.go (2.3 KiB)
-
live_user
- BUILD (1.1 KiB)
- dahanghai.go (1.4 KiB)
- dao.go (434 Bytes)
- get_tag.go (1.8 KiB)
-
rankdb
- BUILD (1.1 KiB)
- api.go (1.7 KiB)
- dao.go (560 Bytes)
-
relation
- BUILD (1.1 KiB)
- BaseInfo.go (2.7 KiB)
- Feed.go (17 Bytes)
- dao.go (440 Bytes)
-
room
- BUILD (1.3 KiB)
- app.go (4.5 KiB)
- appIndex.go (1.3 KiB)
- dao.go (429 Bytes)
- info.go (2.0 KiB)
- pendant.go (3.8 KiB)
- recommend.go (1.6 KiB)
- status.go (2.5 KiB)
- uid2roomid.go (1.8 KiB)
-
room_ex
- BUILD (1.1 KiB)
- banner.go (1.7 KiB)
- dao.go (432 Bytes)
- news.go (2.3 KiB)
-
user_ext
- BUILD (1.0 KiB)
- dao.go (386 Bytes)
- get.go (733 Bytes)
-
xuser
- BUILD (952 Bytes)
- dao.go (666 Bytes)
- userExp.go (817 Bytes)
- BUILD (2.3 KiB)
- api.go (2.6 KiB)
- dao.go (428 Bytes)
-
-
model
-
index
- BUILD (610 Bytes)
- room.go (14 Bytes)
- BUILD (687 Bytes)
- model.go (158 Bytes)
-
-
server
-
http
- BUILD (1.5 KiB)
- http.go (2.5 KiB)
-
-
service
-
v1
-
app_conf
- BUILD (941 Bytes)
- app_conf.go (1.1 KiB)
-
relation
- AppRelationFilterStrategy.go (1.8 KiB)
- AppRelationSortStrategy.go (6.5 KiB)
- BUILD (1.8 KiB)
- Tools.go (5.1 KiB)
- rpcWraper.go (29.9 KiB)
- BUILD (2.9 KiB)
- doc.go (444 Bytes)
- index.go (44.7 KiB)
- index_test.go (876 Bytes)
- relation.go (30.5 KiB)
-
-
v2
- BUILD (4.0 KiB)
- activity_card.go (2.0 KiB)
- apprelationfilterstrategy.go (1.9 KiB)
- apprelationsortstrategy.go (6.3 KiB)
- common.go (6.9 KiB)
- daowrapper.go (21.0 KiB)
- index.go (15.4 KiB)
- live_rec.go (2.7 KiB)
- live_user.go (3.5 KiB)
- livehomepage.go (18.2 KiB)
- pic_list.go (2.1 KiB)
- rank.go (4.3 KiB)
- rec_pool.go (6.5 KiB)
- room_ex.go (980 Bytes)
- room_list.go (9.6 KiB)
- room_list_test.go (251 Bytes)
- sky_horse.go (2.2 KiB)
- tools.go (4.0 KiB)
- BUILD (915 Bytes)
- service.go (772 Bytes)
-
- BUILD (791 Bytes)
- CHANGELOG.md (1.2 KiB)
- CONTRIBUTORS.md (147 Bytes)
- OWNERS (293 Bytes)
- README.md (87 Bytes)
-
-
app-room
-
api
-
http
-
v1
- BUILD (1.6 KiB)
- api.pb.go (11.0 KiB)
- api.proto (401 Bytes)
- dm.bm.go (1.9 KiB)
- dm.dM.md (956 Bytes)
- dm.pb.go (28.9 KiB)
- dm.proto (1.3 KiB)
- gift.bm.go (3.3 KiB)
- gift.gift.md (3.6 KiB)
- gift.pb.go (107.6 KiB)
- gift.proto (5.3 KiB)
- roomNotice.bm.go (1.7 KiB)
- roomNotice.pb.go (19.4 KiB)
- roomNotice.proto (898 Bytes)
- roomNotice.roomNotice.md (839 Bytes)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1003 Bytes)
- test.toml (1.8 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.3 KiB)
-
dao
-
av
- BUILD (393 Bytes)
- BUILD (1.9 KiB)
- api.go (412 Bytes)
- dao.go (1.4 KiB)
- dao_test.go (340 Bytes)
- livewallet.go (1.7 KiB)
- livewallet_test.go (295 Bytes)
- paycenter.go (3.2 KiB)
- paycenter_test.go (305 Bytes)
- userext.go (2.5 KiB)
- userext_test.go (1.3 KiB)
-
-
model
- BUILD (686 Bytes)
- livewallet.go (292 Bytes)
- model.go (782 Bytes)
- paycenter.go (267 Bytes)
- userext.go (356 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- dm.go (1.4 KiB)
- http.go (1.5 KiB)
-
-
service
-
v1
-
dm
- BUILD (1.3 KiB)
- dM.go (3.8 KiB)
- data.go (805 Bytes)
- validate.go (1.8 KiB)
- BUILD (2.0 KiB)
- banner.go (870 Bytes)
- gift.go (8.8 KiB)
- gift_test.go (10.0 KiB)
- roomNotice.go (1.4 KiB)
- service_test.go (433 Bytes)
-
- BUILD (750 Bytes)
- service.go (284 Bytes)
-
- BUILD (689 Bytes)
- CHANGELOG.md (194 Bytes)
- CONTRIBUTORS.md (51 Bytes)
- OWNERS (197 Bytes)
- README.md (87 Bytes)
-
-
app-ucenter
-
api
-
http
-
v1
- BUILD (1.5 KiB)
- appUcenter.bm.go (3.8 KiB)
- appUcenter.pb.go (65.3 KiB)
- appUcenter.proto (3.2 KiB)
- appUcenter.room.md (1.5 KiB)
- appUcenter.topic.md (901 Bytes)
- service.bm.go (5.6 KiB)
- service.pb.go (110.8 KiB)
- service.proto (5.0 KiB)
- service.roomAdmin.md (5.0 KiB)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (993 Bytes)
- test.toml (375 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.7 KiB)
- fansMedal.go (802 Bytes)
- mainAccount.go (492 Bytes)
- mainFilter.go (2.6 KiB)
- relation.go (848 Bytes)
- resource.go (782 Bytes)
- room.go (1.4 KiB)
- user.go (668 Bytes)
-
model
- BUILD (603 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (1.1 KiB)
- http.go (1.8 KiB)
-
-
service
-
v1
- BUILD (1.6 KiB)
- room.go (3.9 KiB)
- roomAdmin.go (7.6 KiB)
- roomAdmin_test.go (1.3 KiB)
- room_test.go (1.1 KiB)
- topic.go (1.4 KiB)
- topic_test.go (1.2 KiB)
- BUILD (841 Bytes)
- service.go (484 Bytes)
-
- BUILD (710 Bytes)
- CHANGELOG.md (43 Bytes)
- CONTRIBUTORS.md (108 Bytes)
- OWNERS (246 Bytes)
- README.md (314 Bytes)
-
-
live-demo
-
api
-
http
-
v2
- BUILD (1.7 KiB)
- service.bm.go (5.2 KiB)
- service.foo.md (5.3 KiB)
- service.foo2.md (827 Bytes)
- service.pb.go (58.0 KiB)
- service.proto (2.8 KiB)
- BUILD (1.5 KiB)
- service.bm.go (4.7 KiB)
- service.foo.md (4.8 KiB)
- service.foo2.md (816 Bytes)
- service.pb.go (44.5 KiB)
- service.proto (2.3 KiB)
-
-
-
cmd
- BUILD (1.0 KiB)
- main.go (832 Bytes)
- test.toml (211 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.4 KiB)
-
dao
-
foo
- BUILD (739 Bytes)
- dao.go (544 Bytes)
- BUILD (879 Bytes)
- api.go (454 Bytes)
-
-
server
-
http
- BUILD (1.3 KiB)
- http.go (1.8 KiB)
-
-
service
-
v2
- BUILD (1.6 KiB)
- foo.go (2.6 KiB)
- foo2.go (568 Bytes)
- service_test.go (706 Bytes)
- BUILD (868 Bytes)
- foo.go (1.6 KiB)
- foo2.go (563 Bytes)
-
- BUILD (636 Bytes)
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (160 Bytes)
- README.md (287 Bytes)
-
-
lottery-interface
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (163 Bytes)
-
internal
-
conf
- BUILD (1.3 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (877 Bytes)
- dao.go (749 Bytes)
-
model
- BUILD (618 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (1.3 KiB)
- http.go (2.6 KiB)
-
-
service
-
v1
- BUILD (1.0 KiB)
- storm.go (3.2 KiB)
- BUILD (1017 Bytes)
- service.go (1013 Bytes)
-
-
- BUILD (726 Bytes)
- CHANGELOG.md (527 Bytes)
- CONTRIBUTORS.md (73 Bytes)
- OWNERS (209 Bytes)
- README.md (100 Bytes)
-
-
open-interface
-
api
-
http
-
v1
- BUILD (1.7 KiB)
- dm.bm.go (1.9 KiB)
- dm.dm.md (1.0 KiB)
- dm.pb.go (34.7 KiB)
- dm.proto (1.6 KiB)
-
-
-
cmd
- BUILD (1.0 KiB)
- main.go (1.1 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (209 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (199 Bytes)
-
internal
-
dao
- BUILD (722 Bytes)
- dao.go (1.9 KiB)
- grpc.go (325 Bytes)
-
model
- BUILD (615 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (1.0 KiB)
- http.go (1.3 KiB)
-
-
service
- BUILD (1.1 KiB)
- dm.go (2.9 KiB)
- service.go (842 Bytes)
-
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (164 Bytes)
- README.md (97 Bytes)
-
-
push-live
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- push-live-test.toml (3.2 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (2.1 KiB)
- blacklist.go (1.4 KiB)
- config.go (1.2 KiB)
- config_test.go (537 Bytes)
- d_test.go (265 Bytes)
- dao.go (2.5 KiB)
- filter.go (6.2 KiB)
- filter_test.go (7.6 KiB)
- hbase.go (3.3 KiB)
- hbase_test.go (1.1 KiB)
- push.go (5.1 KiB)
- push_test.go (955 Bytes)
- switch.go (1.1 KiB)
- switch_test.go (351 Bytes)
- task.go (791 Bytes)
- task_test.go (665 Bytes)
-
http
- BUILD (905 Bytes)
- http.go (1.8 KiB)
-
model
- BUILD (601 Bytes)
- model.go (2.7 KiB)
-
service
- BUILD (1.8 KiB)
- common_message.go (2.9 KiB)
- common_message_test.go (2.5 KiB)
- mids.go (2.3 KiB)
- mids_test.go (1.2 KiB)
- push.go (2.8 KiB)
- push_test.go (1.4 KiB)
- service.go (5.4 KiB)
- service_test.go (1.9 KiB)
- start_live.go (5.7 KiB)
- start_live_test.go (2.6 KiB)
- BUILD (639 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (52 Bytes)
- OWNERS (187 Bytes)
- README.md (80 Bytes)
-
-
upload
- BUILD (273 Bytes)
-
web-room
-
api
-
http
-
v1
- BUILD (1.6 KiB)
- captcha.bm.go (2.0 KiB)
- captcha.captcha.md (823 Bytes)
- captcha.pb.go (37.3 KiB)
- captcha.proto (1.3 KiB)
- dm.bm.go (1.8 KiB)
- dm.dM.md (711 Bytes)
- dm.pb.go (27.0 KiB)
- dm.proto (1.2 KiB)
- roomAdmin.bm.go (1.6 KiB)
- roomAdmin.pb.go (30.3 KiB)
- roomAdmin.proto (1.3 KiB)
- roomAdmin.roomAdmin.md (936 Bytes)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (998 Bytes)
- test.toml (407 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.0 KiB)
- dao.go (778 Bytes)
- roomAdmin.go (2.4 KiB)
-
model
- BUILD (600 Bytes)
- model.go (782 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- dm.go (1.4 KiB)
- http.go (1.5 KiB)
-
-
service
-
v1
-
dm
- BUILD (1.3 KiB)
- dM.go (3.1 KiB)
- data.go (805 Bytes)
- validate.go (1.8 KiB)
- BUILD (1.6 KiB)
- captcha.go (2.7 KiB)
- roomAdmin.go (1.5 KiB)
- roomAdmin_test.go (860 Bytes)
-
- BUILD (829 Bytes)
- service.go (478 Bytes)
-
- BUILD (689 Bytes)
- CHANGELOG.md (122 Bytes)
- CONTRIBUTORS.md (52 Bytes)
- OWNERS (198 Bytes)
- README.md (87 Bytes)
-
-
web-ucenter
-
api
-
http
-
v1
- BUILD (1.4 KiB)
- anchorTask.md (4.2 KiB)
- history.md (1.1 KiB)
- service.anchorTask.md (4.9 KiB)
- service.bm.go (9.3 KiB)
- service.capsule.md (8.8 KiB)
- service.history.md (1.3 KiB)
- service.pb.go (281.9 KiB)
- service.proto (15.3 KiB)
- BUILD (1.5 KiB)
- api.md (17 Bytes)
- user.bm.go (1.6 KiB)
- user.pb.go (26.4 KiB)
- user.proto (2.0 KiB)
- user.user.md (1.3 KiB)
-
-
-
cmd
- BUILD (1.0 KiB)
- main.go (915 Bytes)
- test.toml (626 Bytes)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.2 KiB)
-
dao
-
capsule
- BUILD (765 Bytes)
- dao.go (1.5 KiB)
-
history
- BUILD (1.0 KiB)
- dao.go (2.5 KiB)
-
user
- BUILD (1.7 KiB)
- dao.go (4.6 KiB)
- dao_test.go (1.4 KiB)
- BUILD (1.1 KiB)
- dao.go (1.2 KiB)
-
-
model
- BUILD (603 Bytes)
- model.go (216 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- http.go (1.9 KiB)
-
-
service
-
v1
- BUILD (2.4 KiB)
- anchorTask.go (5.9 KiB)
- anchorTask_test.go (828 Bytes)
- capsule.go (10.3 KiB)
- history.go (2.8 KiB)
- history_test.go (934 Bytes)
- user.go (3.7 KiB)
- BUILD (472 Bytes)
-
- BUILD (707 Bytes)
- CHANGELOG.md (229 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (213 Bytes)
- README.md (87 Bytes)
-
- CONTRIBUTORS.md (60 Bytes)
- OWNERS (166 Bytes)
-
-
main
-
account
-
cmd
- BUILD (1.1 KiB)
- account-interface-example.toml (7.1 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.6 KiB)
- conf.go (5.6 KiB)
-
dao
-
account
- BUILD (1.8 KiB)
- account.go (1.0 KiB)
- account_test.go (718 Bytes)
- bfs.go (2.1 KiB)
- bfs_test.go (907 Bytes)
- commercial.go (3.7 KiB)
- commercial_test.go (1.9 KiB)
- official.go (1.1 KiB)
- official_test.go (1.1 KiB)
- settings.go (6.8 KiB)
- settings_test.go (3.3 KiB)
- sms.go (2.3 KiB)
- sms_test.go (2.1 KiB)
- vip.go (854 Bytes)
- vip_test.go (507 Bytes)
-
geetest
- BUILD (1.3 KiB)
- geetest.go (4.2 KiB)
- geetest_test.go (2.0 KiB)
-
passport
- BUILD (1.3 KiB)
- passport.go (3.8 KiB)
- passport_test.go (775 Bytes)
-
realname
- BUILD (1.4 KiB)
- alipay.go (2.3 KiB)
- antispam.go (2.5 KiB)
- geetest.go (2.5 KiB)
- realname.go (1.3 KiB)
- realname_test.go (949 Bytes)
-
relation
- BUILD (1.3 KiB)
- relation.go (3.1 KiB)
- relation_test.go (2.8 KiB)
-
reply
- BUILD (1.3 KiB)
- reply.go (4.2 KiB)
- reply_test.go (635 Bytes)
-
usersuit
- BUILD (1.3 KiB)
- api.go (5.0 KiB)
- api_test.go (301 Bytes)
- dao.go (814 Bytes)
- dao_test.go (262 Bytes)
-
vip
- BUILD (1.8 KiB)
- api.go (4.4 KiB)
- api_test.go (1.0 KiB)
- dao.go (969 Bytes)
- dao_test.go (712 Bytes)
- oauth2_api.go (816 Bytes)
- oauth2_api_test.go (584 Bytes)
- oauth2_client.go (2.1 KiB)
- oauth2_client_test.go (482 Bytes)
- vip_test.go (660 Bytes)
-
-
http
- BUILD (3.1 KiB)
- app_info.go (4.0 KiB)
- card.go (1.3 KiB)
- coupon.go (2.3 KiB)
- geetest.go (1.1 KiB)
- http.go (13.8 KiB)
- invite.go (1.6 KiB)
- medal.go (1.6 KiB)
- member.go (2.8 KiB)
- notice.go (1.2 KiB)
- passport.go (368 Bytes)
- pendant.go (3.2 KiB)
- pendant_new.go (919 Bytes)
- point.go (571 Bytes)
- realname.go (7.6 KiB)
- relation.go (20.8 KiB)
- remotelogin.go (545 Bytes)
- sudo.go (817 Bytes)
- vip.go (6.9 KiB)
- vip_associate.go (2.3 KiB)
- vip_third.go (2.5 KiB)
- vip_welfare.go (1.3 KiB)
- web_info.go (2.9 KiB)
-
model
- BUILD (1.8 KiB)
- app_info.go (1.5 KiB)
- card.go (231 Bytes)
- coupon.go (347 Bytes)
- enum.go (15.4 KiB)
- geetest.go (1.2 KiB)
- http.go (1.1 KiB)
- invite.go (1.6 KiB)
- model.go (623 Bytes)
- notice.go (807 Bytes)
- pendant.go (2.1 KiB)
- realname.go (1.5 KiB)
- regular.go (678 Bytes)
- regular_test.go (583 Bytes)
- relation.go (5.7 KiB)
- reply.go (930 Bytes)
- usersuit.go (443 Bytes)
- vip.go (8.7 KiB)
- vip_outer.go (1.5 KiB)
- vip_welfare.go (752 Bytes)
- web_info.go (4.4 KiB)
-
service
-
card
- BUILD (1.1 KiB)
- card.go (2.1 KiB)
- card_test.go (1.7 KiB)
-
coupon
- BUILD (1.3 KiB)
- coupon.go (2.1 KiB)
- coupon_test.go (1.9 KiB)
-
geetest
- BUILD (1.3 KiB)
- geetest.go (4.5 KiB)
- geetest_test.go (3.7 KiB)
-
member
- BUILD (3.5 KiB)
- app_info.go (12.4 KiB)
- app_info_test.go (1.5 KiB)
- medal.go (2.2 KiB)
- member.go (7.8 KiB)
- notice.go (1.4 KiB)
- notice_test.go (723 Bytes)
- remotelogin.go (453 Bytes)
- remotelogin_test.go (434 Bytes)
- reply.go (4.4 KiB)
- reply_test.go (886 Bytes)
- service.go (2.9 KiB)
- service_test.go (254 Bytes)
- sudo.go (596 Bytes)
- web_info.go (9.1 KiB)
- web_info_test.go (2.3 KiB)
-
passport
- BUILD (1.1 KiB)
- passport.go (631 Bytes)
- passport_test.go (482 Bytes)
-
point
- BUILD (1.2 KiB)
- point.go (861 Bytes)
- point_test.go (914 Bytes)
-
realname
-
crypto
- BUILD (992 Bytes)
- alipay.go (2.5 KiB)
- crypto_test.go (672 Bytes)
- key.go (1.1 KiB)
- main.go (4.9 KiB)
- BUILD (1.8 KiB)
- alipay.go (5.7 KiB)
- antispam.go (1.4 KiB)
- data.go (8.4 KiB)
- geetest.go (3.4 KiB)
- realname.go (4.9 KiB)
- realname_test.go (3.9 KiB)
- upload.go (3.2 KiB)
-
-
relation
- BUILD (1.7 KiB)
- relation.go (31.9 KiB)
- relation_test.go (3.5 KiB)
-
usersuit
- BUILD (2.3 KiB)
- invite.go (3.5 KiB)
- invite_test.go (647 Bytes)
- pendant.go (8.1 KiB)
- pendant_new.go (246 Bytes)
- pendant_test.go (6.5 KiB)
- service.go (1.1 KiB)
- service_test.go (256 Bytes)
-
vip
- BUILD (2.4 KiB)
- associate.go (2.3 KiB)
- associate_limit.go (1.5 KiB)
- associate_outer.go (2.8 KiB)
- associate_outer_test.go (1.6 KiB)
- coupon.go (1.6 KiB)
- coupon_test.go (373 Bytes)
- manager.go (283 Bytes)
- manager_test.go (335 Bytes)
- panel.go (5.8 KiB)
- panel_test.go (1.1 KiB)
- privilege.go (516 Bytes)
- resource.go (1.9 KiB)
- tips.go (867 Bytes)
- vip.go (4.4 KiB)
- vip_test.go (2.1 KiB)
- welfare.go (1.7 KiB)
-
- BUILD (1.6 KiB)
- CHANGELOG.md (9.6 KiB)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (217 Bytes)
- readme.md (153 Bytes)
-
-
activity
-
cmd
- BUILD (1.2 KiB)
- activity-test.toml (5.0 KiB)
- main.go (1.2 KiB)
-
conf
- BUILD (1.6 KiB)
- conf.go (5.8 KiB)
-
dao
-
bnj
- BUILD (1.6 KiB)
- cache.go (450 Bytes)
- cache_test.go (391 Bytes)
- coupon.go (989 Bytes)
- coupon_test.go (637 Bytes)
- dao.go (981 Bytes)
- dao_test.go (898 Bytes)
- mc.cache.go (2.3 KiB)
- mc.cache_test.go (1.2 KiB)
- redis.go (2.2 KiB)
- redis_test.go (3.9 KiB)
-
bws
- BUILD (1.6 KiB)
- achievement.go (11.6 KiB)
- achievement_test.go (2.5 KiB)
- bws.go (3.2 KiB)
- bws_test.go (1.8 KiB)
- cache.go (2.3 KiB)
- dao.cache.go (4.7 KiB)
- mc.cache.go (8.0 KiB)
- point.go (5.8 KiB)
- point_test.go (1.2 KiB)
-
kfc
- BUILD (1.7 KiB)
- cache.go (1008 Bytes)
- cache_test.go (792 Bytes)
- dao.cache.go (936 Bytes)
- dao.cache_test.go (545 Bytes)
- dao.go (1.2 KiB)
- dao_test.go (692 Bytes)
- kfc.go (2.8 KiB)
- kfc_test.go (1.9 KiB)
- mc.cache.go (3.9 KiB)
- mc.cache_test.go (2.4 KiB)
-
like
- BUILD (2.8 KiB)
- achievements.go (1.2 KiB)
- achievements_test.go (512 Bytes)
- act.go (1.2 KiB)
- act_mission.go (6.3 KiB)
- act_mission_test.go (6.6 KiB)
- act_test.go (1.3 KiB)
- action.go (11.5 KiB)
- action_test.go (8.2 KiB)
- cache.go (7.7 KiB)
- cache_test.go (5.3 KiB)
- content.go (974 Bytes)
- content_test.go (542 Bytes)
- dao.cache.go (10.7 KiB)
- dao.cache_test.go (5.9 KiB)
- dao.go (4.0 KiB)
- dao_test.go (692 Bytes)
- extend.go (469 Bytes)
- extend_test.go (526 Bytes)
- like.go (26.5 KiB)
- like_test.go (16.7 KiB)
- lottery.go (1.3 KiB)
- lottery_test.go (1.0 KiB)
- match.go (5.3 KiB)
- match_redis.go (13.7 KiB)
- match_redis_test.go (9.7 KiB)
- match_test.go (3.2 KiB)
- mc.cache.go (28.5 KiB)
- mc.cache_test.go (14.0 KiB)
- memcached.go (1.1 KiB)
- memcached_test.go (1.3 KiB)
- mission_group.go (2.0 KiB)
- mission_group_test.go (1.5 KiB)
- protocol.go (916 Bytes)
- protocol_test.go (549 Bytes)
- redis.go (2.3 KiB)
- redis_test.go (2.4 KiB)
- subject.go (4.5 KiB)
- subject_test.go (2.3 KiB)
- user_achievements.go (2.4 KiB)
- user_achievements_test.go (2.0 KiB)
-
sports
- BUILD (1.4 KiB)
- memcached.go (1.0 KiB)
- sports.go (3.3 KiB)
- sports_test.go (655 Bytes)
-
timemachine
- BUILD (1.8 KiB)
- cache.go (671 Bytes)
- cache_test.go (443 Bytes)
- dao.cache.go (1011 Bytes)
- dao.cache_test.go (529 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (700 Bytes)
- hbase.go (4.5 KiB)
- hbase_scan.go (1.5 KiB)
- hbase_test.go (4.7 KiB)
- mc.cache.go (1.9 KiB)
- mc.cache_test.go (1.0 KiB)
-
-
http
- BUILD (1.8 KiB)
- act.go (649 Bytes)
- bnj.go (1.1 KiB)
- bws.go (3.9 KiB)
- http.go (6.8 KiB)
- kfc.go (790 Bytes)
- like.go (9.9 KiB)
- match.go (2.0 KiB)
- sports.go (560 Bytes)
- timemachine.go (963 Bytes)
-
model
-
bnj
- BUILD (668 Bytes)
- bnj.go (1.2 KiB)
-
bws
- BUILD (1.5 KiB)
- achievement.go (791 Bytes)
- bws.pb.go (46.8 KiB)
- bws.proto (2.8 KiB)
- params.go (972 Bytes)
- point.go (646 Bytes)
- user.go (641 Bytes)
-
kfc
- BUILD (1.4 KiB)
- kfc.pb.go (14.1 KiB)
- kfc.proto (925 Bytes)
-
like
- BUILD (1.8 KiB)
- achievements.pb.go (30.5 KiB)
- achievements.proto (1.7 KiB)
- act.go (82 Bytes)
- action.go (505 Bytes)
- like.go (2.0 KiB)
- match.pb.go (53.2 KiB)
- match.proto (3.2 KiB)
- missiongroup.pb.go (26.3 KiB)
- missiongroup.proto (1.4 KiB)
- params.go (1.8 KiB)
- rpc.go (388 Bytes)
- subject.go (1.8 KiB)
- subject.pb.go (58.7 KiB)
- subject.proto (4.0 KiB)
- useractievement.go (1.0 KiB)
-
sports
- BUILD (644 Bytes)
- params.go (219 Bytes)
- sports.go (691 Bytes)
-
timemachine
- BUILD (1.4 KiB)
- model.go (4.0 KiB)
- timemachine.pb.go (45.3 KiB)
- timemachine.proto (3.4 KiB)
-
-
rpc
-
client
- BUILD (744 Bytes)
- match.go (2.0 KiB)
-
server
- BUILD (996 Bytes)
- rpc.go (2.1 KiB)
-
-
service
-
bnj
- BUILD (1.2 KiB)
- bnj.go (3.9 KiB)
- service.go (3.8 KiB)
-
bws
- BUILD (1.7 KiB)
- achievement.go (5.2 KiB)
- bws.go (8.3 KiB)
- bws_test.go (748 Bytes)
- check.go (4.8 KiB)
- lottery.go (1.4 KiB)
- point.go (6.1 KiB)
-
kfc
- BUILD (1.3 KiB)
- kfc.go (3.1 KiB)
- kfc_test.go (1.4 KiB)
-
like
- BUILD (2.9 KiB)
- act.go (1.2 KiB)
- act_test.go (313 Bytes)
- bnj.go (2.1 KiB)
- like.go (19.8 KiB)
- like_test.go (1.8 KiB)
- match.go (8.5 KiB)
- match_test.go (2.5 KiB)
- missiongroup.go (13.1 KiB)
- missiongroup_test.go (2.7 KiB)
- service.go (29.0 KiB)
- service_test.go (2.8 KiB)
- subject.go (6.2 KiB)
- subject_test.go (1.8 KiB)
-
sports
- BUILD (1.3 KiB)
- sports.go (3.7 KiB)
- sports_test.go (1.1 KiB)
-
timemachine
- BUILD (1.5 KiB)
- service.go (4.3 KiB)
- timemachine.go (15.1 KiB)
-
- BUILD (1.7 KiB)
- CHANGELOG.md (6.3 KiB)
- CONTRIBUTORS.md (105 Bytes)
- OWNERS (252 Bytes)
- README.md (630 Bytes)
-
-
answer
-
cmd
- BUILD (1.1 KiB)
- answer-test.toml (4.0 KiB)
- main.go (1007 Bytes)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.4 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- pendant.go (3.0 KiB)
- pendant_test.go (1.6 KiB)
-
geetest
- BUILD (1.3 KiB)
- dao.go (4.0 KiB)
- dao_test.go (7.8 KiB)
- BUILD (2.0 KiB)
- captcha.go (1.5 KiB)
- captcha_test.go (906 Bytes)
- dao.go (1.6 KiB)
- dao_test.go (792 Bytes)
- databus.go (385 Bytes)
- memcache.go (6.9 KiB)
- memcache_test.go (2.9 KiB)
- mysql.go (12.1 KiB)
- mysql_test.go (4.7 KiB)
- redis.go (2.7 KiB)
- redis_test.go (1.6 KiB)
-
-
http
- BUILD (1.2 KiB)
- answer.go (4.6 KiB)
- captcha.go (2.4 KiB)
- http.go (1.7 KiB)
- local.go (1.5 KiB)
- pendant.go (401 Bytes)
-
model
- BUILD (774 Bytes)
- ansque.go (1.3 KiB)
- answer.go (5.4 KiB)
- answer_state.go (507 Bytes)
- captcha.go (532 Bytes)
- databus.go (1.6 KiB)
- identify.go (238 Bytes)
- pendant.go (264 Bytes)
- question.go (2.5 KiB)
-
service
- BUILD (2.3 KiB)
- answer.go (23.6 KiB)
- answer_test.go (5.4 KiB)
- answercheck.go (20.8 KiB)
- answercheck_test.go (3.1 KiB)
- common.go (2.0 KiB)
- common_test.go (427 Bytes)
- geetest.go (4.3 KiB)
- geetest_test.go (1.4 KiB)
- rank_share.go (15.2 KiB)
- service.go (3.2 KiB)
- service_test.go (1.2 KiB)
- user_info.go (1.2 KiB)
- user_info_test.go (488 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (2.7 KiB)
- CONTRIBUTORS.md (114 Bytes)
- OWNERS (258 Bytes)
- README.md (59 Bytes)
-
-
app-card
-
model
-
bplus
- BUILD (656 Bytes)
- bplus.go (793 Bytes)
-
card
-
ai
- BUILD (909 Bytes)
- ai.go (1.9 KiB)
-
audio
- BUILD (611 Bytes)
- audio.go (735 Bytes)
-
bangumi
- BUILD (615 Bytes)
- bangumi.go (1010 Bytes)
-
banner
- BUILD (682 Bytes)
- banner.go (1.6 KiB)
-
cm
- BUILD (605 Bytes)
- cm.go (1.8 KiB)
-
live
- BUILD (609 Bytes)
- live.go (2.2 KiB)
-
operate
- BUILD (1.2 KiB)
- cardset.go (385 Bytes)
- converge.go (1.4 KiB)
- download.go (1.0 KiB)
- eventtopic.go (333 Bytes)
- follow.go (1.4 KiB)
- operate.go (12.8 KiB)
- special.go (981 Bytes)
- tab.go (6.4 KiB)
-
rank
- BUILD (609 Bytes)
- rank.go (109 Bytes)
-
show
- BUILD (609 Bytes)
- show.go (768 Bytes)
-
topic
- BUILD (611 Bytes)
- topic.go (191 Bytes)
- BUILD (2.7 KiB)
- card.go (16.5 KiB)
- double.go (36.8 KiB)
- ipad.go (4.1 KiB)
- single.go (53.1 KiB)
-
- BUILD (1.1 KiB)
- const.go (20.4 KiB)
-
- BUILD (344 Bytes)
- CHANGELOG.md (66 Bytes)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (217 Bytes)
-
-
app-channel
-
cmd
- BUILD (1.0 KiB)
- app-channel-test.toml (3.9 KiB)
- main.go (1003 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.4 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- account.go (1.7 KiB)
- account_test.go (742 Bytes)
-
activity
- BUILD (1.4 KiB)
- activity.go (1.4 KiB)
- activity_test.go (595 Bytes)
-
archive
- BUILD (1.3 KiB)
- archive.go (1.7 KiB)
- archive_test.go (1.3 KiB)
-
article
- BUILD (1.3 KiB)
- article.go (787 Bytes)
- article_test.go (591 Bytes)
-
audio
- BUILD (1.3 KiB)
- audio.go (1.2 KiB)
- audio_test.go (589 Bytes)
-
audit
- BUILD (1.1 KiB)
- audit.go (1.1 KiB)
- audit_test.go (577 Bytes)
-
bangumi
- BUILD (1.6 KiB)
- bangumi.go (1.8 KiB)
- bangumi_test.go (1.3 KiB)
- grpc.go (858 Bytes)
-
card
- BUILD (1.3 KiB)
- cache.go (1.4 KiB)
- card.go (3.2 KiB)
- card_test.go (2.0 KiB)
-
converge
- BUILD (1.1 KiB)
- converge.go (950 Bytes)
- converge_test.go (571 Bytes)
-
game
- BUILD (1.1 KiB)
- game.go (1.0 KiB)
- game_test.go (576 Bytes)
-
live
- BUILD (1.4 KiB)
- live.go (2.7 KiB)
- live_test.go (916 Bytes)
-
location
- BUILD (1.2 KiB)
- dao.go (847 Bytes)
- dao_test.go (571 Bytes)
-
region
- BUILD (1.1 KiB)
- region.go (2.1 KiB)
- region_test.go (888 Bytes)
-
relation
- BUILD (1.2 KiB)
- relation.go (713 Bytes)
- relation_test.go (583 Bytes)
-
shopping
- BUILD (1.4 KiB)
- shopping.go (1.3 KiB)
- shopping_test.go (580 Bytes)
-
special
- BUILD (1.1 KiB)
- special.go (1.1 KiB)
- special_test.go (567 Bytes)
-
tab
- BUILD (1.1 KiB)
- tab.go (1.0 KiB)
- tab_test.go (904 Bytes)
-
tag
- BUILD (1.2 KiB)
- tag.go (4.7 KiB)
- tag_test.go (3.6 KiB)
-
-
http
- BUILD (1.4 KiB)
- channel.go (8.4 KiB)
- http.go (1.8 KiB)
- local.go (330 Bytes)
-
model
-
activity
- BUILD (615 Bytes)
- activity.go (259 Bytes)
-
audio
- BUILD (609 Bytes)
- audio.go (1.1 KiB)
-
bangumi
- BUILD (613 Bytes)
- bangumi.go (1.0 KiB)
-
card
- BUILD (893 Bytes)
- card.go (3.2 KiB)
-
channel
- BUILD (907 Bytes)
- channel.go (4.3 KiB)
-
converge
- BUILD (748 Bytes)
- converge.go (1.5 KiB)
-
dislike
- BUILD (613 Bytes)
- dislike.go (146 Bytes)
-
feed
- BUILD (2.0 KiB)
- feed.go (24.5 KiB)
- feed2.go (250 Bytes)
-
game
- BUILD (607 Bytes)
- game.go (456 Bytes)
-
live
- BUILD (607 Bytes)
- live.go (1.2 KiB)
-
recommend
- BUILD (759 Bytes)
- recommend.go (1.5 KiB)
-
shopping
- BUILD (615 Bytes)
- shopping.go (698 Bytes)
-
special
- BUILD (613 Bytes)
- special.go (162 Bytes)
-
tab
- BUILD (605 Bytes)
- tab.go (287 Bytes)
- BUILD (1.8 KiB)
- const.go (10.9 KiB)
-
-
service
-
channel
- BUILD (4.3 KiB)
- audit.go (1.3 KiB)
- cache.go (2.4 KiB)
- channel.go (15.3 KiB)
- channel_test.go (2.8 KiB)
- index.go (17.4 KiB)
- index2.go (15.8 KiB)
- infoc.go (4.3 KiB)
- manager.go (3.9 KiB)
- service.go (4.4 KiB)
- tab.go (4.6 KiB)
-
- BUILD (1.7 KiB)
- CHANGELOG.md (3.1 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (238 Bytes)
- README.md (289 Bytes)
-
-
app-feed
-
cmd
- BUILD (998 Bytes)
- app-feed-test.toml (8.1 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.9 KiB)
-
dao
-
account
- BUILD (1.2 KiB)
- dao.go (1.8 KiB)
- dao_test.go (983 Bytes)
-
activity
- BUILD (408 Bytes)
-
ad
- BUILD (1.3 KiB)
- dao.go (1.8 KiB)
- dao_test.go (1006 Bytes)
-
archive
- BUILD (1.5 KiB)
- dao.go (2.7 KiB)
- dao_test.go (1.5 KiB)
- memcache.go (2.2 KiB)
- memcache_test.go (388 Bytes)
-
article
- BUILD (1.3 KiB)
- dao.go (784 Bytes)
- dao_test.go (1.2 KiB)
-
audio
- BUILD (1.4 KiB)
- dao.go (1.1 KiB)
- dao_test.go (1.1 KiB)
-
audit
- BUILD (1.1 KiB)
- audit.go (1.2 KiB)
- audit_test.go (1.7 KiB)
-
bangumi
- BUILD (1.5 KiB)
- dao.go (3.7 KiB)
- dao_test.go (1.6 KiB)
- grpc.go (456 Bytes)
-
black
- BUILD (1.3 KiB)
- api.go (471 Bytes)
- dao.go (1.6 KiB)
- dao_test.go (4.4 KiB)
- redis.go (1.9 KiB)
-
bplus
- BUILD (1.3 KiB)
- dao.go (1.4 KiB)
- dao_test.go (919 Bytes)
-
card
- BUILD (1.1 KiB)
- dao.go (889 Bytes)
- dao_test.go (424 Bytes)
-
converge
- BUILD (1.2 KiB)
- dao.go (978 Bytes)
- dao_test.go (1.3 KiB)
-
dynamic
- BUILD (1.1 KiB)
- dao.go (1.3 KiB)
- dao_test.go (3.0 KiB)
-
game
- BUILD (1.2 KiB)
- dao.go (1.1 KiB)
- dao_test.go (1.3 KiB)
-
live
- BUILD (1.5 KiB)
- dao.go (3.3 KiB)
- dao_test.go (1.7 KiB)
-
location
- BUILD (1.2 KiB)
- dao.go (629 Bytes)
- dao_test.go (571 Bytes)
-
rank
- BUILD (1.3 KiB)
- dao.go (956 Bytes)
- dao_test.go (1.1 KiB)
-
recommend
- BUILD (1.9 KiB)
- api.go (4.0 KiB)
- api_test.go (1.6 KiB)
- dao.go (1.5 KiB)
- dao_test.go (640 Bytes)
- databus.go (1.7 KiB)
- databus_test.go (1.1 KiB)
- memcache.go (2.8 KiB)
- memcache_test.go (1.2 KiB)
- redis.go (879 Bytes)
- redis_test.go (694 Bytes)
-
relation
- BUILD (1.3 KiB)
- dao.go (710 Bytes)
- dao_test.go (1.1 KiB)
-
resource
- BUILD (1.2 KiB)
- dao.go (1.4 KiB)
- dao_test.go (517 Bytes)
-
search
- BUILD (1.3 KiB)
- search.go (1.6 KiB)
- search_test.go (606 Bytes)
-
show
- BUILD (1.4 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.2 KiB)
-
special
- BUILD (1.2 KiB)
- special.go (1.1 KiB)
- special_test.go (1.4 KiB)
-
tab
- BUILD (1.2 KiB)
- dao.go (1.5 KiB)
- dao_test.go (1.6 KiB)
-
tag
- BUILD (1.6 KiB)
- api.go (3.3 KiB)
- api_test.go (2.9 KiB)
- dao.go (1.6 KiB)
- dao_test.go (1.8 KiB)
-
upper
- BUILD (1.6 KiB)
- dao.go (3.3 KiB)
- dao_test.go (1.7 KiB)
- redis.go (4.1 KiB)
- redis_test.go (275 Bytes)
- BUILD (1.8 KiB)
-
-
http
- BUILD (1.8 KiB)
- cache.go (419 Bytes)
- dynamic.go (1.4 KiB)
- feed.go (14.8 KiB)
- http.go (2.6 KiB)
- local.go (124 Bytes)
- region.go (3.1 KiB)
-
model
-
dislike
- BUILD (568 Bytes)
- dislike.go (146 Bytes)
-
feed
- BUILD (2.1 KiB)
- feed.go (33.3 KiB)
- player.go (820 Bytes)
-
live
- BUILD (562 Bytes)
- live.go (96 Bytes)
-
region
- BUILD (566 Bytes)
- region.go (490 Bytes)
-
search
- BUILD (608 Bytes)
- search.go (109 Bytes)
-
tag
- BUILD (560 Bytes)
- tag.go (411 Bytes)
- BUILD (1.1 KiB)
- const.go (10.0 KiB)
-
-
service
-
external
- BUILD (1.2 KiB)
- dynamic.go (869 Bytes)
- dynamic_test.go (2.0 KiB)
- service.go (284 Bytes)
- service_test.go (459 Bytes)
-
feed
- BUILD (5.6 KiB)
- audit.go (3.2 KiB)
- audit_test.go (248 Bytes)
- banner.go (1.1 KiB)
- banner_test.go (284 Bytes)
- black.go (560 Bytes)
- black_test.go (253 Bytes)
- cache.go (6.6 KiB)
- cache_test.go (259 Bytes)
- index.go (29.3 KiB)
- index2.go (28.1 KiB)
- index2_test.go (1.5 KiB)
- index_test.go (315 Bytes)
- infoc.go (6.7 KiB)
- infoc_test.go (2.0 KiB)
- operate.go (2.6 KiB)
- operate_test.go (3.7 KiB)
- player.go (784 Bytes)
- player_test.go (1022 Bytes)
- rank.go (504 Bytes)
- search.go (1.6 KiB)
- service.go (5.9 KiB)
- service_test.go (280 Bytes)
- tab.go (7.2 KiB)
- tab2.go (7.1 KiB)
- tab_test.go (250 Bytes)
- upper.go (9.9 KiB)
- upper_test.go (286 Bytes)
-
ping
- BUILD (1.2 KiB)
- ping.go (563 Bytes)
- ping_test.go (1.1 KiB)
-
region
- BUILD (1.5 KiB)
- infoc.go (3.3 KiB)
- infoc_test.go (2.4 KiB)
- region.go (2.2 KiB)
- region_test.go (2.5 KiB)
- service.go (784 Bytes)
- service_test.go (844 Bytes)
-
- BUILD (820 Bytes)
- CHANGELOG.md (21.1 KiB)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (217 Bytes)
- README.md (58 Bytes)
-
-
app-interface
-
cmd
- BUILD (1.0 KiB)
- app-interface-test.toml (11.2 KiB)
- main.go (1023 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (4.7 KiB)
-
dao
-
account
- BUILD (1.5 KiB)
- account_test.go (1.1 KiB)
- dao.go (4.9 KiB)
-
archive
- BUILD (1.7 KiB)
- dao.go (3.7 KiB)
- dao_test.go (1.9 KiB)
- memcache.go (3.7 KiB)
- memcache_test.go (3.5 KiB)
-
article
- BUILD (1.3 KiB)
- dao.go (1.9 KiB)
- dao_test.go (560 Bytes)
-
audio
- BUILD (1.5 KiB)
- dao.go (5.4 KiB)
- dao_test.go (5.1 KiB)
-
bangumi
- BUILD (1.5 KiB)
- dao.go (6.2 KiB)
- dao_test.go (2.7 KiB)
- grpc.go (501 Bytes)
-
bplus
- BUILD (2.1 KiB)
- api.go (10.4 KiB)
- api_test.go (2.5 KiB)
- dao.go (1.2 KiB)
- dao_test.go (1.0 KiB)
- databus.go (693 Bytes)
- databus_test.go (449 Bytes)
- redis.go (5.0 KiB)
- redis_test.go (1.3 KiB)
-
coin
- BUILD (1.4 KiB)
- dao.go (2.0 KiB)
- dao_test.go (487 Bytes)
-
community
- BUILD (1.3 KiB)
- community_test.go (759 Bytes)
- dao.go (1.6 KiB)
-
elec
- BUILD (1.3 KiB)
- dao.go (1.2 KiB)
- elec_test.go (668 Bytes)
-
favorite
- BUILD (1.4 KiB)
- dao.go (2.8 KiB)
- dao_test.go (1.2 KiB)
-
history
- BUILD (1.7 KiB)
- dao.go (4.6 KiB)
- dao_test.go (1.1 KiB)
-
live
- BUILD (1.3 KiB)
- dao.go (6.2 KiB)
- dao_test.go (803 Bytes)
-
location
- BUILD (1.2 KiB)
- dao.go (634 Bytes)
- dao_test.go (581 Bytes)
-
mall
- BUILD (1.2 KiB)
- dao.go (995 Bytes)
- dao_test.go (971 Bytes)
-
member
- BUILD (1.2 KiB)
- dao.go (1.1 KiB)
- dao_test.go (550 Bytes)
-
pay
- BUILD (1.2 KiB)
- dao.go (2.5 KiB)
- dao_test.go (547 Bytes)
-
relation
- BUILD (1.3 KiB)
- dao.go (2.2 KiB)
- dao_test.go (2.5 KiB)
-
resource
- BUILD (1.2 KiB)
- dao.go (1.2 KiB)
- dao_test.go (610 Bytes)
-
search
- BUILD (2.2 KiB)
- dao.go (50.7 KiB)
- dao_test.go (12.4 KiB)
-
shop
- BUILD (1.4 KiB)
- dao.go (1.2 KiB)
- dao_test.go (1.2 KiB)
-
sidebar
- BUILD (1.2 KiB)
- dao.go (650 Bytes)
- dao_test.go (560 Bytes)
-
sp
- BUILD (1.2 KiB)
- dao.go (1.1 KiB)
- dao_test.go (546 Bytes)
-
space
- BUILD (1.3 KiB)
- dao.go (3.3 KiB)
- dao_test.go (1.6 KiB)
-
tag
- BUILD (1.6 KiB)
- dao.go (2.0 KiB)
- dao_test.go (1.3 KiB)
-
thumbup
- BUILD (1.3 KiB)
- dao.go (1000 Bytes)
- dao_test.go (551 Bytes)
-
ticket
- BUILD (1.2 KiB)
- dao.go (995 Bytes)
- dao_test.go (1017 Bytes)
-
topic
- BUILD (1.4 KiB)
- dao.go (2.0 KiB)
- dao_test.go (1.5 KiB)
-
-
http
- BUILD (2.5 KiB)
- dataflow.go (723 Bytes)
- display.go (443 Bytes)
- favorite.go (5.6 KiB)
- history.go (3.4 KiB)
- http.go (5.0 KiB)
- local.go (317 Bytes)
- relation.go (1.8 KiB)
- search.go (12.9 KiB)
- space.go (10.2 KiB)
-
model
-
audio
- BUILD (661 Bytes)
- audio.go (1.1 KiB)
-
bangumi
- BUILD (691 Bytes)
- bangumi.go (3.0 KiB)
-
banner
- BUILD (682 Bytes)
- banner.go (2.0 KiB)
-
bplus
- BUILD (695 Bytes)
- bplus.go (1.1 KiB)
- from.go (3.4 KiB)
-
coin
- BUILD (609 Bytes)
- coin.go (398 Bytes)
-
community
- BUILD (619 Bytes)
- community.go (374 Bytes)
-
elec
- BUILD (609 Bytes)
- elec.go (492 Bytes)
-
favorite
- BUILD (1.2 KiB)
- folder.go (1.4 KiB)
- result.go (8.6 KiB)
-
history
- BUILD (615 Bytes)
- history.go (2.5 KiB)
-
live
- BUILD (609 Bytes)
- live.go (2.7 KiB)
-
pay
- BUILD (607 Bytes)
- pay.go (641 Bytes)
-
region
- BUILD (613 Bytes)
- region.go (376 Bytes)
-
relation
- BUILD (762 Bytes)
- relation.go (1.5 KiB)
-
search
- BUILD (1.5 KiB)
- from.go (19.8 KiB)
- result.go (36.2 KiB)
-
shop
- BUILD (609 Bytes)
- shop.go (198 Bytes)
-
sidebar
- BUILD (665 Bytes)
- sidebar.go (739 Bytes)
-
sp
- BUILD (609 Bytes)
- specil.go (423 Bytes)
-
space
- BUILD (1.6 KiB)
- contribute.go (6.5 KiB)
- mine.go (2.9 KiB)
- space.go (9.9 KiB)
-
tag
- BUILD (607 Bytes)
- tag.go (341 Bytes)
-
topic
- BUILD (611 Bytes)
- topic.go (998 Bytes)
- BUILD (2.1 KiB)
- const.go (9.0 KiB)
-
-
service
-
account
- BUILD (2.0 KiB)
- mine.go (8.5 KiB)
- mine_test.go (1.4 KiB)
- service.go (3.2 KiB)
-
dataflow
- BUILD (1.1 KiB)
- service.go (808 Bytes)
- service_test.go (636 Bytes)
-
display
- BUILD (1.3 KiB)
- display.go (1.1 KiB)
- service.go (345 Bytes)
- service_test.go (606 Bytes)
-
favorite
- BUILD (2.1 KiB)
- favorite.go (12.3 KiB)
- favorite_test.go (5.9 KiB)
- service.go (1.3 KiB)
- service_test.go (632 Bytes)
-
history
- BUILD (1.8 KiB)
- history.go (8.7 KiB)
- history_test.go (646 Bytes)
- service.go (466 Bytes)
- service_test.go (367 Bytes)
-
relation
- BUILD (1.8 KiB)
- relation.go (3.7 KiB)
- relation_test.go (1.6 KiB)
- service.go (601 Bytes)
- service_test.go (473 Bytes)
-
search
- BUILD (2.6 KiB)
- search.go (37.7 KiB)
- search_test.go (1.4 KiB)
-
space
- BUILD (3.9 KiB)
- contribute.go (12.1 KiB)
- contribute_test.go (4.7 KiB)
- service.go (3.6 KiB)
- service_test.go (1.4 KiB)
- space.go (16.8 KiB)
- space_test.go (7.4 KiB)
-
- BUILD (2.8 KiB)
- CHANGELOG.md (24.4 KiB)
- CONTRIBUTORS.md (87 Bytes)
- OWNERS (244 Bytes)
- readme.md (288 Bytes)
-
-
app-intl
-
cmd
- BUILD (1.1 KiB)
- app-intl-test.toml (7.6 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (4.4 KiB)
-
dao
-
account
- BUILD (1.2 KiB)
- dao.go (2.7 KiB)
- dao_test.go (1.7 KiB)
-
archive
- BUILD (2.0 KiB)
- api.go (3.7 KiB)
- api_test.go (930 Bytes)
- dao.go (6.2 KiB)
- dao_test.go (1.9 KiB)
- memcache.go (5.9 KiB)
- memcache_test.go (1.3 KiB)
- stat.go (646 Bytes)
- stat_test.go (279 Bytes)
- view.go (1.6 KiB)
- view_test.go (426 Bytes)
-
article
- BUILD (1.3 KiB)
- dao.go (2.0 KiB)
- dao_test.go (874 Bytes)
-
assist
- BUILD (1.1 KiB)
- dao.go (687 Bytes)
- dao_test.go (940 Bytes)
-
audio
- BUILD (1.3 KiB)
- dao.go (1.2 KiB)
- dao_test.go (958 Bytes)
-
bangumi
- BUILD (1.4 KiB)
- dao.go (4.0 KiB)
- dao_test.go (1.4 KiB)
- grpc.go (491 Bytes)
-
black
- BUILD (1.2 KiB)
- api.go (471 Bytes)
- dao.go (1.7 KiB)
- dao_test.go (1.0 KiB)
- redis.go (1.9 KiB)
-
card
- BUILD (1.1 KiB)
- dao.go (933 Bytes)
- dao_test.go (939 Bytes)
-
coin
- BUILD (1.2 KiB)
- dao.go (1.5 KiB)
- dao_test.go (960 Bytes)
-
dm
- BUILD (1.2 KiB)
- dao.go (762 Bytes)
- dao_test.go (955 Bytes)
-
favorite
- BUILD (1.4 KiB)
- api.go (1.8 KiB)
- api_test.go (486 Bytes)
- dao.go (1.1 KiB)
- dao_test.go (998 Bytes)
-
location
- BUILD (1.2 KiB)
- dao.go (1.3 KiB)
- dao_test.go (899 Bytes)
-
manager
- BUILD (1.1 KiB)
- dao.go (1.1 KiB)
- dao_test.go (940 Bytes)
-
player
- BUILD (1.2 KiB)
- dao.go (1.7 KiB)
- dao_test.go (1.0 KiB)
-
rank
- BUILD (1.2 KiB)
- dao.go (971 Bytes)
- dao_test.go (937 Bytes)
-
recommend
- BUILD (1.6 KiB)
- api.go (3.2 KiB)
- api_test.go (1.0 KiB)
- dao.go (1.2 KiB)
- dao_test.go (824 Bytes)
- memcache.go (1.9 KiB)
- memcache_test.go (698 Bytes)
- redis.go (957 Bytes)
- redis_test.go (507 Bytes)
-
region
- BUILD (1.1 KiB)
- dao.go (1.2 KiB)
- dao_test.go (939 Bytes)
-
relation
- BUILD (1.2 KiB)
- dao.go (929 Bytes)
- dao_test.go (955 Bytes)
-
resource
- BUILD (1.1 KiB)
- dao.go (808 Bytes)
- dao_test.go (1.1 KiB)
-
search
- BUILD (1.7 KiB)
- dao.go (13.6 KiB)
- dao_test.go (2.2 KiB)
-
tag
- BUILD (1.5 KiB)
- api.go (899 Bytes)
- api_test.go (298 Bytes)
- dao.go (1.7 KiB)
- dao_test.go (1.1 KiB)
-
thumbup
- BUILD (1.2 KiB)
- dao.go (1.9 KiB)
- dao_test.go (1.4 KiB)
-
ugcpay
- BUILD (1.1 KiB)
- dao.go (839 Bytes)
- dao_test.go (1018 Bytes)
-
vip
- BUILD (1.1 KiB)
- dao.go (1008 Bytes)
- dao_test.go (943 Bytes)
-
-
http
- BUILD (2.0 KiB)
- feed.go (2.0 KiB)
- http.go (1.8 KiB)
- local.go (125 Bytes)
- playurl.go (1.2 KiB)
- search.go (4.2 KiB)
- view.go (3.9 KiB)
-
model
-
bangumi
- BUILD (568 Bytes)
- bangumi.go (2.7 KiB)
-
feed
- BUILD (675 Bytes)
- feed.go (1.2 KiB)
-
manager
- BUILD (722 Bytes)
- manager.go (2.4 KiB)
-
player
-
archive
- BUILD (1.1 KiB)
- archive.go (699 Bytes)
- model.pb.go (11.2 KiB)
- model.proto (167 Bytes)
- BUILD (693 Bytes)
- model.go (2.7 KiB)
-
-
region
- BUILD (566 Bytes)
- region.go (393 Bytes)
-
search
- BUILD (1.0 KiB)
- from.go (14.0 KiB)
- result.go (16.4 KiB)
-
tag
- BUILD (560 Bytes)
- tag.go (718 Bytes)
-
view
- BUILD (1.1 KiB)
- view.go (7.5 KiB)
- BUILD (1.2 KiB)
- const.go (6.9 KiB)
-
-
service
-
feed
- BUILD (2.8 KiB)
- black.go (599 Bytes)
- cache.go (3.3 KiB)
- index.go (12.0 KiB)
- infoc.go (6.0 KiB)
- operate.go (694 Bytes)
- player.go (748 Bytes)
- rank.go (520 Bytes)
- service.go (2.5 KiB)
-
player
- BUILD (1.5 KiB)
- service.go (5.3 KiB)
-
search
- BUILD (2.1 KiB)
- search.go (14.6 KiB)
- search_test.go (924 Bytes)
-
view
- BUILD (2.9 KiB)
- access.go (3.3 KiB)
- contain.go (13.4 KiB)
- infoc.go (3.6 KiB)
- service.go (5.6 KiB)
- view.go (5.2 KiB)
-
- BUILD (2.2 KiB)
- CHANGELOG.md (379 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (224 Bytes)
- README.md (105 Bytes)
-
-
app-player
-
cmd
- BUILD (1.1 KiB)
- app-player-test.toml (1.1 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
-
account
- BUILD (1.1 KiB)
- dao.go (702 Bytes)
- dao_test.go (1.0 KiB)
-
archive
- BUILD (1.4 KiB)
- dao.go (2.5 KiB)
- dao_test.go (1.5 KiB)
- memcache.go (1.3 KiB)
- memcache_test.go (338 Bytes)
-
resource
- BUILD (1.1 KiB)
- dao.go (584 Bytes)
- dao_test.go (555 Bytes)
-
ugcpay
- BUILD (1.1 KiB)
- dao.go (841 Bytes)
- dao_test.go (1022 Bytes)
- BUILD (1.5 KiB)
- dao.go (1.9 KiB)
- dao_test.go (1.0 KiB)
-
-
http
- BUILD (1.2 KiB)
- http.go (864 Bytes)
- playurl.go (1.1 KiB)
-
model
-
archive
- BUILD (1.1 KiB)
- archive.go (696 Bytes)
- model.pb.go (11.2 KiB)
- model.proto (167 Bytes)
- BUILD (718 Bytes)
- const.go (2.1 KiB)
- model.go (2.7 KiB)
-
-
service
- BUILD (1.8 KiB)
- bnj.go (489 Bytes)
- service.go (5.0 KiB)
- service_test.go (604 Bytes)
- BUILD (632 Bytes)
- CHANGELOG.md (1.0 KiB)
- CONTRIBUTORS.md (72 Bytes)
- OWNERS (211 Bytes)
- readme.md (279 Bytes)
-
-
app-resource
-
api
-
v1
- BUILD (1.2 KiB)
- api.pb.go (10.3 KiB)
- api.proto (330 Bytes)
- client.go (546 Bytes)
-
-
cmd
- BUILD (2.5 KiB)
- app-resource-example.toml (2.2 KiB)
- app-resource-test.toml (2.1 KiB)
- main.go (3.0 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.7 KiB)
-
dao
-
abtest
- BUILD (1.4 KiB)
- abtest.go (2.9 KiB)
- abtest_test.go (1.0 KiB)
-
ad
- BUILD (1.3 KiB)
- ad.go (3.4 KiB)
- ad_test.go (819 Bytes)
-
audit
- BUILD (1.1 KiB)
- audit.go (1.1 KiB)
- audit_test.go (573 Bytes)
-
bplus
- BUILD (1.2 KiB)
- bplus.go (1.2 KiB)
- bplus_test.go (585 Bytes)
-
broadcast
- BUILD (1.1 KiB)
- broadcast.go (941 Bytes)
- broadcast_test.go (910 Bytes)
-
egg
- BUILD (867 Bytes)
- egg.go (1.2 KiB)
-
location
- BUILD (1.2 KiB)
- dao.go (1.0 KiB)
- dao_test.go (734 Bytes)
-
module
- BUILD (1.3 KiB)
- module.go (4.0 KiB)
- module_test.go (1.0 KiB)
-
notice
- BUILD (1.2 KiB)
- notice.go (1.2 KiB)
- notice_test.go (577 Bytes)
-
param
- BUILD (1.2 KiB)
- param.go (1.2 KiB)
- param_test.go (564 Bytes)
-
plugin
- BUILD (1.2 KiB)
- plugin.go (1.5 KiB)
- plugin_test.go (565 Bytes)
-
resource
- BUILD (1.2 KiB)
- resource.go (974 Bytes)
- resource_test.go (588 Bytes)
-
sidebar
- BUILD (1.2 KiB)
- dao.go (1.6 KiB)
- sidebar_test.go (593 Bytes)
-
splash
- BUILD (1.2 KiB)
- splash.go (3.9 KiB)
- splash_test.go (923 Bytes)
-
tab
- BUILD (820 Bytes)
- tab.go (989 Bytes)
-
version
- BUILD (1.3 KiB)
- version.go (6.4 KiB)
- version_test.go (1.2 KiB)
-
white
- BUILD (1.2 KiB)
- white.go (1.0 KiB)
- white_test.go (595 Bytes)
-
-
grpc
- BUILD (942 Bytes)
- server.go (967 Bytes)
-
http
- BUILD (2.8 KiB)
- abtest.go (1.3 KiB)
- audit.go (466 Bytes)
- broadcast.go (329 Bytes)
- domain.go (130 Bytes)
- http.go (4.4 KiB)
- interest.go (1010 Bytes)
- local.go (328 Bytes)
- module.go (2.6 KiB)
- notice.go (893 Bytes)
- param.go (1.1 KiB)
- plugin.go (794 Bytes)
- show.go (902 Bytes)
- sidebar.go (1.6 KiB)
- splash.go (3.0 KiB)
- static.go (750 Bytes)
- version.go (3.5 KiB)
- white.go (130 Bytes)
-
model
-
abtest
- BUILD (681 Bytes)
- abtest.go (269 Bytes)
-
broadcast
- BUILD (694 Bytes)
- broadcast.go (1.2 KiB)
-
domain
- BUILD (612 Bytes)
- domain.go (135 Bytes)
-
experiment
- BUILD (620 Bytes)
- experiment.go (538 Bytes)
-
guide
- BUILD (610 Bytes)
- guide.go (213 Bytes)
-
module
- BUILD (662 Bytes)
- module.go (1.7 KiB)
-
notice
- BUILD (662 Bytes)
- notice.go (556 Bytes)
-
param
- BUILD (685 Bytes)
- param.go (444 Bytes)
-
plugin
- BUILD (612 Bytes)
- plugin.go (829 Bytes)
-
show
- BUILD (836 Bytes)
- show.go (2.0 KiB)
-
sidebar
- BUILD (743 Bytes)
- sidebar.go (1.2 KiB)
-
splash
- BUILD (747 Bytes)
- splash.go (4.3 KiB)
-
static
- BUILD (662 Bytes)
- static.go (727 Bytes)
-
tab
- BUILD (715 Bytes)
- tab.go (1.9 KiB)
-
version
- BUILD (1.2 KiB)
- version.go (3.5 KiB)
- version.pb.go (3.2 KiB)
- version.proto (249 Bytes)
- BUILD (1.7 KiB)
- const.go (4.3 KiB)
-
-
service
-
abtest
- BUILD (1.4 KiB)
- abtest.go (2.7 KiB)
- abtest_test.go (792 Bytes)
-
audit
- BUILD (1.2 KiB)
- audit.go (1.1 KiB)
- audit_test.go (596 Bytes)
-
broadcast
- BUILD (1.4 KiB)
- broadcast.go (1.4 KiB)
- broadcast_test.go (717 Bytes)
-
domain
- BUILD (1.1 KiB)
- domain.go (514 Bytes)
- domain_test.go (682 Bytes)
-
guide
- BUILD (1.2 KiB)
- guide.go (2.8 KiB)
- guide_test.go (981 Bytes)
-
module
- BUILD (1.3 KiB)
- module.go (9.4 KiB)
- module_test.go (1.2 KiB)
-
notice
- BUILD (1.6 KiB)
- notice.go (2.9 KiB)
- notice_test.go (708 Bytes)
-
param
- BUILD (1.5 KiB)
- param.go (2.1 KiB)
- param_test.go (674 Bytes)
-
ping
- BUILD (1.1 KiB)
- ping.go (369 Bytes)
- ping_test.go (585 Bytes)
-
plugin
- BUILD (1.2 KiB)
- plugin.go (1.4 KiB)
- plugin_test.go (584 Bytes)
-
show
- BUILD (1.8 KiB)
- audit.go (461 Bytes)
- cache.go (2.0 KiB)
- service.go (1.4 KiB)
- show.go (2.8 KiB)
- show_test.go (668 Bytes)
-
sidebar
- BUILD (1.5 KiB)
- service.go (3.7 KiB)
- sidebar_test.go (622 Bytes)
-
splash
- BUILD (1.8 KiB)
- splash.go (12.0 KiB)
- splash_test.go (955 Bytes)
-
static
- BUILD (1.4 KiB)
- static.go (1.8 KiB)
- static_test.go (845 Bytes)
-
version
- BUILD (1.4 KiB)
- version.go (6.3 KiB)
- version_test.go (1.2 KiB)
-
white
- BUILD (1.0 KiB)
- white.go (427 Bytes)
- white_test.go (566 Bytes)
-
- BUILD (2.8 KiB)
- CHANGELOG.md (5.5 KiB)
- CONTRIBUTORS.md (60 Bytes)
- OWNERS (202 Bytes)
- README.md (182 Bytes)
-
-
app-show
-
cmd
- BUILD (1.1 KiB)
- app-show-example.toml (4.8 KiB)
- app-show-test.toml (7.5 KiB)
- main.go (1004 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.1 KiB)
-
dao
-
account
- BUILD (1.2 KiB)
- account.go (1.6 KiB)
- account_test.go (1.4 KiB)
-
activity
- BUILD (1.2 KiB)
- activity.go (1.6 KiB)
- activity_test.go (596 Bytes)
-
ad
- BUILD (1.2 KiB)
- ad.go (1.8 KiB)
- ad_test.go (623 Bytes)
-
archive
- BUILD (1.2 KiB)
- dao.go (1.7 KiB)
- dao_test.go (980 Bytes)
-
audit
- BUILD (1.1 KiB)
- audit.go (1.1 KiB)
- audit_test.go (636 Bytes)
-
bangumi
- BUILD (1.4 KiB)
- bangumi.go (3.5 KiB)
- bangumi_test.go (1.3 KiB)
- grpc.go (547 Bytes)
-
card
- BUILD (1.4 KiB)
- cache.go (1.1 KiB)
- card.go (10.0 KiB)
- card_test.go (3.0 KiB)
-
databus
- BUILD (1.1 KiB)
- databus.go (779 Bytes)
- databus_test.go (531 Bytes)
-
dynamic
- BUILD (1.2 KiB)
- dynamic.go (963 Bytes)
- dynamic_test.go (494 Bytes)
-
live
- BUILD (1.4 KiB)
- live.go (3.5 KiB)
- live_test.go (5.9 KiB)
-
location
- BUILD (1.2 KiB)
- dao.go (1.0 KiB)
- dao_test.go (726 Bytes)
-
recommend
- BUILD (1.4 KiB)
- recommend.go (16.8 KiB)
- recommend_test.go (9.9 KiB)
-
region
- BUILD (1.2 KiB)
- region.go (4.4 KiB)
- region_test.go (1.2 KiB)
-
relation
- BUILD (1.2 KiB)
- relation.go (1.1 KiB)
- relation_test.go (758 Bytes)
-
resource
- BUILD (1.2 KiB)
- resource.go (1.1 KiB)
- resource_test.go (617 Bytes)
-
search
- BUILD (1.1 KiB)
- search.go (2.4 KiB)
- search_test.go (1.0 KiB)
-
show
- BUILD (1.3 KiB)
- dao.go (1.1 KiB)
- redis.go (2.1 KiB)
- show.go (2.8 KiB)
- show_test.go (1018 Bytes)
-
tag
- BUILD (1.3 KiB)
- tag.go (8.6 KiB)
- tag_test.go (1.8 KiB)
-
-
http
- BUILD (1.8 KiB)
- banner.go (817 Bytes)
- daily.go (2.7 KiB)
- http.go (3.5 KiB)
- local.go (324 Bytes)
- rank.go (2.0 KiB)
- region.go (12.1 KiB)
- show.go (10.8 KiB)
-
model
-
activity
- BUILD (612 Bytes)
- activity.go (259 Bytes)
-
ad
- BUILD (737 Bytes)
- ad.go (2.4 KiB)
-
bangumi
- BUILD (610 Bytes)
- bangumi.go (972 Bytes)
-
banner
- BUILD (877 Bytes)
- banner.go (4.5 KiB)
-
card
- BUILD (809 Bytes)
- card.go (6.3 KiB)
-
daily
- BUILD (798 Bytes)
- daily.go (2.3 KiB)
-
dislike
- BUILD (681 Bytes)
- dislike.go (146 Bytes)
-
feed
- BUILD (1.1 KiB)
- feed.go (9.5 KiB)
-
live
- BUILD (604 Bytes)
- live.go (1.2 KiB)
-
recommend
- BUILD (690 Bytes)
- recommend.go (1.8 KiB)
-
region
- BUILD (1.2 KiB)
- region.go (10.4 KiB)
-
show
- BUILD (1.2 KiB)
- show.go (7.9 KiB)
-
tag
- BUILD (602 Bytes)
- tag.go (216 Bytes)
- BUILD (1.5 KiB)
- const.go (8.0 KiB)
-
-
service
-
banner
- BUILD (1.5 KiB)
- banner.go (3.7 KiB)
- banner_test.go (683 Bytes)
-
daily
- BUILD (1.6 KiB)
- daily.go (9.3 KiB)
- daily_test.go (1.0 KiB)
-
ping
- BUILD (1.1 KiB)
- ping.go (458 Bytes)
- ping_test.go (577 Bytes)
-
rank
- BUILD (1.9 KiB)
- audit.go (5.6 KiB)
- rank.go (7.8 KiB)
- rank_test.go (616 Bytes)
-
region
- BUILD (3.2 KiB)
- audit.go (13.4 KiB)
- banner.go (6.6 KiB)
- cache.go (16.7 KiB)
- infoc.go (2.1 KiB)
- region.go (8.9 KiB)
- region_test.go (893 Bytes)
- service.go (9.4 KiB)
- show.go (24.1 KiB)
- show_test.go (2.9 KiB)
-
show
- BUILD (4.2 KiB)
- ad.go (2.6 KiB)
- audit.go (8.3 KiB)
- banner.go (18.6 KiB)
- cache.go (22.5 KiB)
- feed.go (3.6 KiB)
- feed2.go (8.3 KiB)
- infoc.go (4.3 KiB)
- manager.go (947 Bytes)
- service.go (10.6 KiB)
- show.go (23.1 KiB)
- show_test.go (1.5 KiB)
-
- BUILD (1.9 KiB)
- CHANGELOG.md (21.0 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (235 Bytes)
- README.md (286 Bytes)
-
-
app-tag
-
cmd
- BUILD (994 Bytes)
- app-tag-test.toml (3.9 KiB)
- main.go (999 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
-
archive
- BUILD (1.2 KiB)
- dao.go (820 Bytes)
- dao_test.go (487 Bytes)
-
bangumi
- BUILD (1.1 KiB)
- bangumi.go (1.6 KiB)
- bangumi_test.go (588 Bytes)
-
recommend
- BUILD (1.2 KiB)
- recommend.go (3.2 KiB)
- recommend_test.go (616 Bytes)
-
region
- BUILD (1.1 KiB)
- region.go (2.1 KiB)
- region_test.go (725 Bytes)
-
tag
- BUILD (1.3 KiB)
- api.go (4.3 KiB)
- tag.go (1.6 KiB)
- tag_test.go (1.5 KiB)
-
-
http
- BUILD (1.2 KiB)
- http.go (1.3 KiB)
- local.go (323 Bytes)
- tag.go (10.6 KiB)
-
model
-
bangumi
- BUILD (567 Bytes)
- bangumi.go (864 Bytes)
-
feed
- BUILD (752 Bytes)
- feed.go (1.7 KiB)
-
region
- BUILD (898 Bytes)
- region.go (3.8 KiB)
-
tag
- BUILD (625 Bytes)
- tag.go (839 Bytes)
- BUILD (816 Bytes)
- const.go (2.2 KiB)
-
-
service
-
ping
- BUILD (1.0 KiB)
- ping.go (447 Bytes)
- ping_test.go (566 Bytes)
-
tag
- BUILD (2.2 KiB)
- cache.go (6.5 KiB)
- infoc.go (2.0 KiB)
- service.go (3.0 KiB)
- tag.go (16.3 KiB)
- tag_test.go (964 Bytes)
-
- BUILD (929 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (234 Bytes)
- README.md (279 Bytes)
-
-
app-view
-
cmd
- BUILD (998 Bytes)
- app-view-test.toml (6.2 KiB)
- main.go (1016 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.9 KiB)
-
dao
-
account
- BUILD (1.2 KiB)
- dao.go (1.8 KiB)
- dao_test.go (649 Bytes)
-
act
- BUILD (1.3 KiB)
- dao.go (2.9 KiB)
- dao_test.go (1.7 KiB)
-
ad
- BUILD (1.3 KiB)
- dao.go (2.4 KiB)
- dao_test.go (1.0 KiB)
-
ai
- BUILD (1.1 KiB)
- dao.go (622 Bytes)
- dao_test.go (1.1 KiB)
-
archive
- BUILD (2.1 KiB)
- api.go (4.0 KiB)
- api_test.go (376 Bytes)
- bnj.go (445 Bytes)
- dao.go (5.4 KiB)
- dao_test.go (3.3 KiB)
- memcache.go (5.7 KiB)
- memcache_test.go (470 Bytes)
- stat.go (525 Bytes)
- stat_test.go (194 Bytes)
- view.go (1.5 KiB)
- view_test.go (418 Bytes)
-
assist
- BUILD (1.1 KiB)
- dao.go (687 Bytes)
- dao_test.go (569 Bytes)
-
audio
- BUILD (1.3 KiB)
- dao.go (1.3 KiB)
- dao_test.go (592 Bytes)
-
bangumi
- BUILD (1.4 KiB)
- dao.go (3.3 KiB)
- dao_test.go (957 Bytes)
- grpc.go (491 Bytes)
-
coin
- BUILD (1.2 KiB)
- dao.go (1.5 KiB)
- dao_test.go (561 Bytes)
-
creative
- BUILD (1.3 KiB)
- dao.go (3.2 KiB)
- dao_test.go (1.8 KiB)
-
dm
- BUILD (1.2 KiB)
- dao.go (715 Bytes)
- dao_test.go (1.3 KiB)
-
elec
- BUILD (1.2 KiB)
- dao.go (1.9 KiB)
- dao_test.go (737 Bytes)
-
favorite
- BUILD (1.4 KiB)
- api.go (1.8 KiB)
- api_test.go (1000 Bytes)
- dao.go (1.4 KiB)
- dao_test.go (1.3 KiB)
-
game
- BUILD (1.3 KiB)
- dao.go (1.6 KiB)
- dao_test.go (1.2 KiB)
-
live
- BUILD (1.2 KiB)
- dao.go (2.1 KiB)
- dao_test.go (2.0 KiB)
-
location
- BUILD (1.2 KiB)
- dao.go (1.1 KiB)
- dao_test.go (738 Bytes)
-
manager
- BUILD (1.1 KiB)
- dao.go (1.1 KiB)
- dao_test.go (566 Bytes)
-
region
- BUILD (1.1 KiB)
- dao.go (1.0 KiB)
- dao_test.go (913 Bytes)
-
relation
- BUILD (1.1 KiB)
- dao.go (1.1 KiB)
- dao_test.go (651 Bytes)
-
report
- BUILD (1.2 KiB)
- dao.go (3.0 KiB)
- dao_test.go (729 Bytes)
-
resource
- BUILD (1.2 KiB)
- dao.go (994 Bytes)
- dao_test.go (641 Bytes)
-
search
- BUILD (1.3 KiB)
- search.go (1.7 KiB)
- search_test.go (936 Bytes)
-
special
- BUILD (1.1 KiB)
- special.go (999 Bytes)
- special_test.go (561 Bytes)
-
tag
- BUILD (1.2 KiB)
- dao.go (1.0 KiB)
- dao_test.go (572 Bytes)
-
thumbup
- BUILD (1.1 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.1 KiB)
-
ugcpay
- BUILD (1.3 KiB)
- ugcpay.go (1.3 KiB)
- ugcpay_test.go (1.0 KiB)
-
vip
- BUILD (1.1 KiB)
- dao.go (1008 Bytes)
- dao_test.go (545 Bytes)
-
-
http
- BUILD (1.6 KiB)
- bnj.go (1.2 KiB)
- http.go (3.3 KiB)
- local.go (311 Bytes)
- report.go (1.7 KiB)
- view.go (14.5 KiB)
-
model
-
act
- BUILD (560 Bytes)
- act.go (107 Bytes)
-
ad
- BUILD (629 Bytes)
- ad.go (3.8 KiB)
-
bangumi
- BUILD (568 Bytes)
- bangumi.go (2.1 KiB)
-
creative
- BUILD (612 Bytes)
- creative.go (541 Bytes)
-
elec
- BUILD (562 Bytes)
- elec.go (449 Bytes)
-
game
- BUILD (562 Bytes)
- game.go (488 Bytes)
-
live
- BUILD (633 Bytes)
- live.go (768 Bytes)
-
manager
- BUILD (722 Bytes)
- manager.go (2.3 KiB)
-
region
- BUILD (566 Bytes)
- region.go (282 Bytes)
-
report
- BUILD (566 Bytes)
- report.go (2.4 KiB)
-
search
- BUILD (608 Bytes)
- search.go (109 Bytes)
-
special
- BUILD (568 Bytes)
- special.go (326 Bytes)
-
tag
- BUILD (560 Bytes)
- tag.go (353 Bytes)
-
view
- BUILD (1.7 KiB)
- bnj.go (1.4 KiB)
- view.go (14.8 KiB)
- BUILD (1.6 KiB)
- const.go (7.1 KiB)
-
-
service
-
report
- BUILD (1.6 KiB)
- report.go (5.4 KiB)
- report_test.go (718 Bytes)
-
view
- BUILD (5.1 KiB)
- access.go (3.3 KiB)
- bnj.go (6.6 KiB)
- contain.go (24.9 KiB)
- infoc.go (3.8 KiB)
- infoc_test.go (438 Bytes)
- search.go (981 Bytes)
- service.go (9.3 KiB)
- service_test.go (444 Bytes)
- view.go (18.5 KiB)
- view_test.go (1.4 KiB)
-
- BUILD (2.2 KiB)
- CHANGELOG.md (11.3 KiB)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (242 Bytes)
- README.md (299 Bytes)
-
-
app-wall
-
cmd
- BUILD (1.1 KiB)
- app-wall-test.toml (5.0 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.5 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- account.go (1.7 KiB)
- account_test.go (1.1 KiB)
-
callback
- BUILD (1.3 KiB)
- callback.go (3.1 KiB)
- callback_test.go (2.3 KiB)
-
live
- BUILD (1.1 KiB)
- live.go (2.2 KiB)
- live_test.go (649 Bytes)
-
mobile
- BUILD (1.3 KiB)
- cache.go (3.0 KiB)
- mobile.go (3.6 KiB)
- mobile_test.go (1.2 KiB)
-
offer
- BUILD (1.1 KiB)
- offer.go (5.7 KiB)
- offer_test.go (1.4 KiB)
-
padding
- BUILD (865 Bytes)
- padding.go (986 Bytes)
- padding_test.go (300 Bytes)
-
seq
- BUILD (1.2 KiB)
- seq.go (787 Bytes)
- seq_test.go (552 Bytes)
-
shopping
- BUILD (1.2 KiB)
- shopping.go (1.6 KiB)
- shopping_test.go (541 Bytes)
-
telecom
- BUILD (1.5 KiB)
- api.go (7.7 KiB)
- cache.go (2.0 KiB)
- memcache.go (2.2 KiB)
- sms.go (1.5 KiB)
- telecom.go (6.4 KiB)
- telecom_test.go (778 Bytes)
-
unicom
- BUILD (1.6 KiB)
- api.go (14.6 KiB)
- cache.go (8.4 KiB)
- log.go (1.5 KiB)
- unicom.go (14.9 KiB)
- unicom_test.go (11.8 KiB)
-
wall
- BUILD (1.2 KiB)
- wall.go (1.0 KiB)
- wall_test.go (559 Bytes)
-
-
http
- BUILD (2.2 KiB)
- http.go (5.0 KiB)
- ip.go (2.0 KiB)
- local.go (328 Bytes)
- mobile.go (3.9 KiB)
- offer.go (8.8 KiB)
- operator.go (217 Bytes)
- telecom.go (9.2 KiB)
- unicom.go (16.2 KiB)
- wall.go (207 Bytes)
-
model
-
mobile
- BUILD (717 Bytes)
- mobile.go (2.9 KiB)
-
operator
- BUILD (721 Bytes)
- operator.go (768 Bytes)
-
telecom
- BUILD (719 Bytes)
- telecom.go (5.0 KiB)
-
unicom
- BUILD (783 Bytes)
- unicom.go (6.2 KiB)
-
wall
- BUILD (604 Bytes)
- wall.go (258 Bytes)
- BUILD (931 Bytes)
- const.go (1.5 KiB)
-
-
service
-
mobile
- BUILD (1.4 KiB)
- mobile.go (4.1 KiB)
- mobile_test.go (1.2 KiB)
- service.go (1.5 KiB)
-
offer
- BUILD (1.4 KiB)
- offer.go (6.1 KiB)
- offer_test.go (1.1 KiB)
-
operator
- BUILD (1.1 KiB)
- operator.go (784 Bytes)
- operator_test.go (577 Bytes)
-
ping
- BUILD (1.1 KiB)
- ping.go (399 Bytes)
- ping_test.go (575 Bytes)
-
telecom
- BUILD (1.4 KiB)
- service.go (2.0 KiB)
- telecom.go (12.7 KiB)
- telecom_test.go (2.0 KiB)
-
unicom
- BUILD (2.0 KiB)
- cache.go (5.3 KiB)
- databus.go (716 Bytes)
- infoc.go (2.5 KiB)
- pack.go (1.8 KiB)
- service.go (2.4 KiB)
- unicom.go (25.4 KiB)
- unicom_test.go (3.9 KiB)
-
wall
- BUILD (1.2 KiB)
- wall.go (1.1 KiB)
- wall_test.go (548 Bytes)
-
- BUILD (1.6 KiB)
- CHANGELOG.md (8.8 KiB)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (238 Bytes)
- README.md (307 Bytes)
-
-
broadcast
-
api
-
grpc
-
v1
- BUILD (2.3 KiB)
- api.go (122 Bytes)
- api.pb.go (42.8 KiB)
- api.proto (1.3 KiB)
- client.go (396 Bytes)
- client_test.go (1.9 KiB)
-
-
-
benchmark
-
broadcast
- BUILD (920 Bytes)
- main.go (1.9 KiB)
-
client
- BUILD (883 Bytes)
- main.go (3.6 KiB)
-
push
- BUILD (910 Bytes)
- main.go (2.2 KiB)
-
push_room
- BUILD (920 Bytes)
- main.go (1.9 KiB)
-
tool
-
client
- BUILD (933 Bytes)
- main.go (3.2 KiB)
-
push
- BUILD (915 Bytes)
- main.go (3.7 KiB)
-
-
websocket
- app.js (5.9 KiB)
- index.html (535 Bytes)
-
-
cmd
- BUILD (1.4 KiB)
- broadcast.toml (1.1 KiB)
- main.go (4.1 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.5 KiB)
-
model
- BUILD (692 Bytes)
- request.go (358 Bytes)
- response.go (475 Bytes)
-
server
-
grpc
- BUILD (890 Bytes)
- server.go (2.6 KiB)
-
http
- BUILD (797 Bytes)
- http.go (433 Bytes)
- BUILD (2.5 KiB)
- bucket.go (5.3 KiB)
- channel.go (2.0 KiB)
- errors.go (910 Bytes)
- noauth.go (980 Bytes)
- operation.go (5.6 KiB)
- report.go (1.8 KiB)
- report_test.go (221 Bytes)
- ring.go (1.4 KiB)
- room.go (1.5 KiB)
- round.go (1.8 KiB)
- server.go (3.7 KiB)
- server_tcp.go (9.2 KiB)
- server_tcp_v1.go (6.4 KiB)
- server_websocket.go (11.5 KiB)
- server_websocket_v1.go (8.1 KiB)
- whitelist.go (938 Bytes)
-
- BUILD (997 Bytes)
- CHANGELOG.md (582 Bytes)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (231 Bytes)
- README.md (74 Bytes)
-
-
captcha
-
cmd
-
fonts
- 215000E.ttf (106.3 KiB)
- Mirvoshar.ttf (146.0 KiB)
- comic.ttf (234.9 KiB)
- BUILD (1.1 KiB)
- captcha-test.toml (3.0 KiB)
- main.go (1.1 KiB)
-
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.2 KiB)
- captcha_mc.go (1.7 KiB)
- captcha_mc_test.go (735 Bytes)
- dao.go (987 Bytes)
- dao_test.go (278 Bytes)
-
http
- BUILD (1.1 KiB)
- captcha.go (1.2 KiB)
- http.go (1.2 KiB)
- render_image.go (970 Bytes)
-
service
- BUILD (1.6 KiB)
- bilinear.go (3.2 KiB)
- business.go (520 Bytes)
- captcha.go (2.7 KiB)
- captcha_test.go (601 Bytes)
- draw.go (5.8 KiB)
- image.go (3.1 KiB)
- rotate.go (2.3 KiB)
- service.go (1.6 KiB)
- service_test.go (285 Bytes)
- BUILD (559 Bytes)
- CHANGELOG.md (645 Bytes)
- CONTRIBUTORS.md (133 Bytes)
- OWNERS (258 Bytes)
- README.md (367 Bytes)
-
-
creative
-
api
- BUILD (2.0 KiB)
- api.pb.go (27.6 KiB)
- api.proto (844 Bytes)
- client.go (580 Bytes)
- client_test.go (1.6 KiB)
-
cmd
- BUILD (1.1 KiB)
- academy.json (1.6 KiB)
- archStatus.json (576 Bytes)
- creative.toml (10.5 KiB)
- main.go (1.1 KiB)
- open_test_web_ui.sh (282 Bytes)
-
conf
- BUILD (1.5 KiB)
- conf.go (7.9 KiB)
-
dao
-
academy
- BUILD (1.7 KiB)
- archive.go (3.9 KiB)
- archive_test.go (1.9 KiB)
- dao.go (555 Bytes)
- dao_test.go (694 Bytes)
- feedback.go (601 Bytes)
- feedback_test.go (619 Bytes)
- search.go (2.8 KiB)
- search_test.go (1.2 KiB)
- skill.go (5.7 KiB)
- skill_test.go (3.3 KiB)
- tag.go (3.5 KiB)
- tag_test.go (1.9 KiB)
-
account
- BUILD (2.2 KiB)
- dao.go (10.3 KiB)
- dao_test.go (8.6 KiB)
- memcache.go (1.9 KiB)
- memcache_test.go (2.2 KiB)
- up.go (1.6 KiB)
- up_test.go (1.4 KiB)
-
activity
- BUILD (1.4 KiB)
- dao.go (6.1 KiB)
- dao_test.go (6.5 KiB)
-
app
- BUILD (1.4 KiB)
- app.go (2.5 KiB)
- app_test.go (1.2 KiB)
- dao.go (434 Bytes)
- dao_test.go (689 Bytes)
-
appeal
- BUILD (1.4 KiB)
- dao.go (857 Bytes)
- dao_test.go (689 Bytes)
- workflow.go (6.1 KiB)
- workflow_test.go (3.3 KiB)
-
archive
- BUILD (2.9 KiB)
- api.go (12.3 KiB)
- api_test.go (6.8 KiB)
- biz.go (844 Bytes)
- biz_test.go (604 Bytes)
- dao.cache.go (2.2 KiB)
- dao.go (3.9 KiB)
- dao_test.go (901 Bytes)
- fav.go (774 Bytes)
- fav_test.go (1.3 KiB)
- history.go (1.8 KiB)
- history_test.go (1.1 KiB)
- mc.cache.go (3.9 KiB)
- memcache.go (2.6 KiB)
- memcache_test.go (2.9 KiB)
- music.go (1.5 KiB)
- music_test.go (954 Bytes)
- netsafe.go (2.0 KiB)
- netsafe_test.go (703 Bytes)
- porder.go (1.5 KiB)
- porder_test.go (1.3 KiB)
- rpc.go (1.8 KiB)
- rpc_test.go (1.9 KiB)
- staff.go (1.4 KiB)
- staff_test.go (782 Bytes)
- viewpoint.go (2.0 KiB)
- viewpoint_test.go (388 Bytes)
-
article
- BUILD (1.8 KiB)
- article.go (7.4 KiB)
- article_test.go (7.8 KiB)
- dao.go (374 Bytes)
- dao_test.go (693 Bytes)
- draft.go (2.7 KiB)
- draft_test.go (1.7 KiB)
-
assist
- BUILD (1.6 KiB)
- assist.go (8.4 KiB)
- assist_test.go (5.9 KiB)
- dao.go (1.6 KiB)
- dao_test.go (895 Bytes)
- live.go (7.5 KiB)
- live_test.go (4.0 KiB)
-
bfs
- BUILD (1.3 KiB)
- cover.go (1.3 KiB)
- cover_test.go (1.1 KiB)
- dao.go (8.3 KiB)
- dao_test.go (3.4 KiB)
-
coin
- BUILD (1.2 KiB)
- dao.go (395 Bytes)
- dao_test.go (690 Bytes)
- rpc.go (632 Bytes)
- rpc_test.go (546 Bytes)
-
creative
- BUILD (1.7 KiB)
- archive_material.go (553 Bytes)
- dao.cache.go (1.3 KiB)
- dao.go (1.7 KiB)
- dao_test.go (694 Bytes)
- material_test.go (1.6 KiB)
- mc.cache.go (2.6 KiB)
- operation.go (2.9 KiB)
- operation_test.go (1.1 KiB)
- type.go (1.8 KiB)
- type_test.go (522 Bytes)
- version.go (1.5 KiB)
- version_test.go (809 Bytes)
-
danmu
- BUILD (1.8 KiB)
- adv_danmu.go (3.2 KiB)
- adv_danmu_test.go (1.8 KiB)
- assist.go (992 Bytes)
- assist_test.go (633 Bytes)
- dao.go (2.0 KiB)
- dao_test.go (899 Bytes)
- dm.go (8.7 KiB)
- dm_test.go (3.8 KiB)
- protect.go (3.0 KiB)
- protect_test.go (1.5 KiB)
- report.go (3.0 KiB)
- report_test.go (1.7 KiB)
-
data
- BUILD (2.6 KiB)
- api.go (2.5 KiB)
- api_test.go (2.5 KiB)
- archive.go (9.0 KiB)
- archive_play.go (8.1 KiB)
- archive_play_test.go (6.6 KiB)
- archive_test.go (7.5 KiB)
- article.go (4.8 KiB)
- article_test.go (3.3 KiB)
- dao.go (2.8 KiB)
- dao_test.go (2.9 KiB)
- fan.go (7.8 KiB)
- fan_test.go (5.1 KiB)
- memcache.go (2.5 KiB)
- memcache_test.go (2.2 KiB)
- overview.go (17.6 KiB)
- overview_mc.go (10.3 KiB)
- overview_mc_test.go (10.2 KiB)
- overview_test.go (11.9 KiB)
- table.go (4.4 KiB)
-
drawimg
- BUILD (1.8 KiB)
- dao.go (1.4 KiB)
- dao_test.go (1.2 KiB)
- draw.go (3.8 KiB)
- draw_test.go (6.2 KiB)
- freetype.go (8.0 KiB)
- freetype_test.go (5.0 KiB)
- gaussian.go (3.9 KiB)
- imgutil.go (14.7 KiB)
- imgutil_test.go (7.0 KiB)
-
elec
- BUILD (1.4 KiB)
- api.go (15.0 KiB)
- api_test.go (5.8 KiB)
- dao.go (5.0 KiB)
- dao_test.go (690 Bytes)
-
faq
- BUILD (1.6 KiB)
- dao.go (4.3 KiB)
- dao_test.go (5.4 KiB)
-
feedback
- BUILD (1.4 KiB)
- dao.go (5.9 KiB)
- dao_test.go (6.6 KiB)
-
game
- BUILD (1.5 KiB)
- api.go (2.7 KiB)
- api_test.go (1.1 KiB)
- dao.go (488 Bytes)
- dao_test.go (898 Bytes)
-
geetest
- BUILD (1.4 KiB)
- dao.go (3.8 KiB)
- dao_test.go (2.9 KiB)
-
growup
- BUILD (1.4 KiB)
- api.go (5.9 KiB)
- api_test.go (3.4 KiB)
- dao.go (1.3 KiB)
- dao_test.go (900 Bytes)
-
lottery
- BUILD (1.3 KiB)
- dao.go (2.5 KiB)
- dao_test.go (2.4 KiB)
-
material
- BUILD (1.5 KiB)
- dao.go (489 Bytes)
- dao_test.go (694 Bytes)
- material.go (11.0 KiB)
- material_test.go (3.0 KiB)
-
medal
- BUILD (1.5 KiB)
- dao.go (8.5 KiB)
- dao_test.go (8.3 KiB)
-
message
- BUILD (1.4 KiB)
- dao.go (2.1 KiB)
- dao_test.go (2.0 KiB)
-
monitor
- BUILD (1.1 KiB)
- dao.go (841 Bytes)
- dao_test.go (1.2 KiB)
-
music
- BUILD (1.9 KiB)
- api.go (1.6 KiB)
- api_test.go (484 Bytes)
- dao.go (886 Bytes)
- dao_test.go (691 Bytes)
- music.go (3.0 KiB)
- music_test.go (1.2 KiB)
- search.go (2.3 KiB)
- search_test.go (1.6 KiB)
-
newcomer
- BUILD (1.8 KiB)
- api.go (7.4 KiB)
- api_test.go (2.6 KiB)
- dao.go (1.7 KiB)
- dao_test.go (691 Bytes)
- redis.go (849 Bytes)
- redis_test.go (721 Bytes)
- task.go (19.3 KiB)
- task_test.go (12.0 KiB)
-
order
- BUILD (1.5 KiB)
- api.go (2.5 KiB)
- api_test.go (5.2 KiB)
- chaodian.go (4.8 KiB)
- dao.go (1.5 KiB)
- dao_test.go (689 Bytes)
-
pay
- BUILD (1.5 KiB)
- api.go (2.2 KiB)
- dao.go (630 Bytes)
- dao_test.go (2.6 KiB)
-
porder
- BUILD (1.3 KiB)
- dao.go (1.3 KiB)
- dao_test.go (2.1 KiB)
-
reply
- BUILD (1.4 KiB)
- dao.go (2.3 KiB)
- dao_test.go (3.5 KiB)
-
resource
- BUILD (1.4 KiB)
- dao.go (2.0 KiB)
- dao_test.go (2.9 KiB)
-
search
- BUILD (1.6 KiB)
- dao.go (772 Bytes)
- dao_test.go (692 Bytes)
- reply.go (3.5 KiB)
- search.go (4.9 KiB)
- search_test.go (1.6 KiB)
-
subtitle
- BUILD (1.5 KiB)
- dao.go (302 Bytes)
- dao_test.go (694 Bytes)
- subtitle.go (479 Bytes)
- subtitle_test.go (916 Bytes)
-
tag
- BUILD (1.4 KiB)
- dao.go (865 Bytes)
- dao_test.go (891 Bytes)
- tag.go (2.9 KiB)
- tag_test.go (1.2 KiB)
-
template
- BUILD (1.4 KiB)
- dao.go (1.6 KiB)
- dao_test.go (694 Bytes)
- memcache.go (1.4 KiB)
- memcache_test.go (1.3 KiB)
- template.go (4.0 KiB)
- template_test.go (2.7 KiB)
-
tool
- BUILD (974 Bytes)
- dao_test.go (654 Bytes)
- tool.go (2.2 KiB)
- tool_test.go (1.9 KiB)
-
up
- BUILD (1.5 KiB)
- dao.go (822 Bytes)
- dao_test.go (895 Bytes)
- up.go (3.1 KiB)
- up_test.go (1.7 KiB)
-
watermark
- BUILD (1.5 KiB)
- api.go (2.2 KiB)
- api_test.go (480 Bytes)
- dao.go (664 Bytes)
- dao_test.go (695 Bytes)
- watermark.go (1.7 KiB)
- watermark_test.go (1.2 KiB)
-
weeklyhonor
- BUILD (2.1 KiB)
- dao.go (1.4 KiB)
- dao_test.go (903 Bytes)
- hbase.go (1.5 KiB)
- hbase_test.go (2.4 KiB)
- memcache.go (2.8 KiB)
- memcache_test.go (3.6 KiB)
- mysql.go (1.7 KiB)
- mysql_test.go (1.6 KiB)
- rpc.go (842 Bytes)
- rpc_test.go (2.6 KiB)
-
whitelist
- BUILD (1.4 KiB)
- dao.go (1.1 KiB)
- dao_test.go (2.2 KiB)
-
-
http
- BUILD (6.4 KiB)
- app.go (18.4 KiB)
- app_article.go (1.1 KiB)
- app_bgm.go (4.1 KiB)
- app_danmu.go (3.1 KiB)
- app_data.go (5.4 KiB)
- app_elec.go (1.8 KiB)
- app_faq.go (2.6 KiB)
- app_h5.go (9.8 KiB)
- app_medal.go (1.9 KiB)
- app_staff.go (405 Bytes)
- app_submit.go (3.1 KiB)
- client.go (7.0 KiB)
- creator_arc.go (15.7 KiB)
- creator_article.go (4.1 KiB)
- creator_danmu.go (3.2 KiB)
- geetest.go (1.4 KiB)
- h5_task.go (2.8 KiB)
- http.go (21.0 KiB)
- local.go (324 Bytes)
- staff.go (191 Bytes)
- up.go (1.1 KiB)
- up_switch.go (1.2 KiB)
- video.go (1.5 KiB)
- viewpoint.go (825 Bytes)
- watermark.go (2.9 KiB)
- web.go (12.8 KiB)
- web_academy.go (2.2 KiB)
- web_ad.go (762 Bytes)
- web_appeal.go (6.4 KiB)
- web_archive.go (3.2 KiB)
- web_article.go (12.8 KiB)
- web_assist.go (5.1 KiB)
- web_cm.go (1.1 KiB)
- web_danmu.go (9.6 KiB)
- web_data.go (7.8 KiB)
- web_elec.go (7.4 KiB)
- web_feedback.go (4.0 KiB)
- web_history.go (1.1 KiB)
- web_index.go (4.6 KiB)
- web_internal.go (518 Bytes)
- web_medal.go (2.6 KiB)
- web_netsafe.go (937 Bytes)
- web_newcomer.go (4.1 KiB)
- web_reply.go (2.2 KiB)
- web_staff.go (1.1 KiB)
- web_tag.go (701 Bytes)
- web_tpl.go (2.5 KiB)
-
model
-
academy
- BUILD (844 Bytes)
- academy.go (6.6 KiB)
- skill.go (3.8 KiB)
-
account
- BUILD (660 Bytes)
- account.go (2.3 KiB)
-
activity
- BUILD (611 Bytes)
- actvity.go (1.1 KiB)
-
app
- BUILD (688 Bytes)
- app.go (4.6 KiB)
- editor.go (3.2 KiB)
-
appeal
- BUILD (734 Bytes)
- appeal.go (5.6 KiB)
-
archive
- BUILD (985 Bytes)
- archive.go (6.2 KiB)
- biz.go (425 Bytes)
- desc.go (606 Bytes)
- history.go (506 Bytes)
- poi.go (1.2 KiB)
- type.go (3.2 KiB)
- view.go (6.1 KiB)
- viewpoint.go (543 Bytes)
- whitelist.go (109 Bytes)
-
article
- BUILD (748 Bytes)
- article.go (2.4 KiB)
-
assist
- BUILD (658 Bytes)
- assist.go (1.7 KiB)
-
danmu
- BUILD (656 Bytes)
- danmu.go (5.3 KiB)
-
data
- BUILD (874 Bytes)
- archive.go (4.4 KiB)
- article.go (1.1 KiB)
- data.go (9.4 KiB)
-
elec
- BUILD (654 Bytes)
- elec.go (5.1 KiB)
-
faq
- BUILD (652 Bytes)
- faq.go (1.6 KiB)
-
feedback
- BUILD (662 Bytes)
- feedback.go (1014 Bytes)
-
game
- BUILD (654 Bytes)
- game.go (755 Bytes)
-
geetest
- BUILD (610 Bytes)
- geetest.go (367 Bytes)
-
growup
- BUILD (658 Bytes)
- growup.go (3.5 KiB)
-
lottery
- BUILD (610 Bytes)
- lottery.go (118 Bytes)
-
medal
- BUILD (606 Bytes)
- medal.go (1.2 KiB)
-
message
- BUILD (610 Bytes)
- message.go (226 Bytes)
-
monitor
- BUILD (610 Bytes)
- monitor.go (88 Bytes)
-
music
- BUILD (940 Bytes)
- music.go (9.7 KiB)
-
newcomer
- BUILD (658 Bytes)
- task.go (23.5 KiB)
-
operation
- BUILD (614 Bytes)
- operation.go (1.3 KiB)
-
order
- BUILD (606 Bytes)
- order.go (1.2 KiB)
-
porder
- BUILD (608 Bytes)
- porder.go (241 Bytes)
-
relation
- BUILD (612 Bytes)
- relation.go (99 Bytes)
-
reply
- BUILD (945 Bytes)
- reply.go (1.5 KiB)
- xints.go (1.9 KiB)
- xints_test.go (1.2 KiB)
-
resource
- BUILD (774 Bytes)
- banner.go (2.9 KiB)
- model.go (1.8 KiB)
-
search
- BUILD (846 Bytes)
- search.go (7.2 KiB)
-
tag
- BUILD (602 Bytes)
- tag.go (880 Bytes)
-
template
- BUILD (662 Bytes)
- template.go (719 Bytes)
-
up
- BUILD (600 Bytes)
- up.go (358 Bytes)
-
version
- BUILD (660 Bytes)
- version.go (453 Bytes)
-
watermark
- BUILD (614 Bytes)
- watermark.go (2.1 KiB)
-
weeklyhonor
- BUILD (845 Bytes)
- model.go (16.9 KiB)
-
-
server
-
grpc
- BUILD (974 Bytes)
- server.go (1.5 KiB)
-
-
service
-
academy
- BUILD (2.2 KiB)
- academy.go (8.3 KiB)
- h5.go (13.0 KiB)
- service.go (3.5 KiB)
- service_test.go (1.8 KiB)
- skill.go (11.0 KiB)
-
account
- BUILD (1.9 KiB)
- account.go (5.5 KiB)
- service.go (2.5 KiB)
- service_test.go (1.1 KiB)
-
ad
- BUILD (1.5 KiB)
- service.go (2.7 KiB)
- service_test.go (1.0 KiB)
-
app
- BUILD (1.6 KiB)
- app.go (5.7 KiB)
- service.go (2.4 KiB)
- service_test.go (1.0 KiB)
-
appeal
- BUILD (1.9 KiB)
- appeal.go (8.9 KiB)
- service.go (901 Bytes)
- service_test.go (2.2 KiB)
-
archive
- BUILD (3.2 KiB)
- archive.go (19.2 KiB)
- biz.go (416 Bytes)
- fav.go (956 Bytes)
- history.go (1.1 KiB)
- mission.go (687 Bytes)
- myinfo.go (1.1 KiB)
- netsafe.go (366 Bytes)
- order.go (4.9 KiB)
- porder.go (1.0 KiB)
- rules.go (3.5 KiB)
- service.go (3.3 KiB)
- service_test.go (4.0 KiB)
- staff.go (433 Bytes)
- tag.go (892 Bytes)
- viewpoint.go (909 Bytes)
-
article
- BUILD (1.9 KiB)
- article.go (5.8 KiB)
- draft.go (3.1 KiB)
- pre.go (2.4 KiB)
- service.go (668 Bytes)
- service_test.go (1.2 KiB)
-
assist
- BUILD (1.8 KiB)
- assist.go (7.9 KiB)
- live.go (1.5 KiB)
- revoc.go (2.7 KiB)
- service.go (703 Bytes)
- service_test.go (1.6 KiB)
-
danmu
- BUILD (2.0 KiB)
- danmu.go (10.8 KiB)
- service.go (772 Bytes)
- service_test.go (1.7 KiB)
- subtitle.go (607 Bytes)
-
data
- BUILD (2.5 KiB)
- app.go (11.6 KiB)
- archive.go (5.4 KiB)
- article.go (2.2 KiB)
- fan.go (3.8 KiB)
- overview.go (9.7 KiB)
- service.go (5.9 KiB)
- service_test.go (3.2 KiB)
-
dynamic
- BUILD (1008 Bytes)
- service.go (1.3 KiB)
-
elec
- BUILD (1.6 KiB)
- elec.go (6.9 KiB)
- service.go (1.6 KiB)
- service_test.go (1.9 KiB)
-
faq
- BUILD (1.4 KiB)
- service.go (1.9 KiB)
- service_test.go (787 Bytes)
-
feedback
- BUILD (1.3 KiB)
- service.go (2.0 KiB)
- service_test.go (1.0 KiB)
-
geetest
- BUILD (1.5 KiB)
- service.go (3.8 KiB)
- service_test.go (998 Bytes)
-
growup
- BUILD (1.5 KiB)
- growup.go (3.4 KiB)
- service.go (562 Bytes)
- service_test.go (977 Bytes)
-
medal
- BUILD (1.5 KiB)
- service.go (1.7 KiB)
- service_test.go (1.0 KiB)
-
music
- BUILD (2.1 KiB)
- service.go (28.9 KiB)
- service_test.go (798 Bytes)
-
newcomer
- BUILD (2.2 KiB)
- h5.go (3.3 KiB)
- service.go (10.5 KiB)
- service_test.go (414 Bytes)
- state.go (20.9 KiB)
- task.go (29.2 KiB)
-
operation
- BUILD (1.5 KiB)
- operation.go (5.4 KiB)
- operation_test.go (925 Bytes)
- service.go (4.0 KiB)
- service_test.go (525 Bytes)
-
pay
- BUILD (1.1 KiB)
- service.go (2.8 KiB)
-
reply
- BUILD (2.4 KiB)
- reply.go (4.5 KiB)
- service.go (1.2 KiB)
- service_test.go (1.9 KiB)
-
resource
- BUILD (1.5 KiB)
- service.go (3.4 KiB)
- service_test.go (842 Bytes)
-
staff
- BUILD (1.1 KiB)
- service.go (451 Bytes)
- servicec_test.go (1.1 KiB)
-
template
- BUILD (1.5 KiB)
- service.go (673 Bytes)
- service_test.go (873 Bytes)
- template.go (2.5 KiB)
-
up
- BUILD (1.5 KiB)
- service.go (668 Bytes)
- service_test.go (966 Bytes)
- up.go (1.8 KiB)
-
version
- BUILD (1.5 KiB)
- service.go (2.0 KiB)
- service_test.go (896 Bytes)
- version.go (633 Bytes)
-
watermark
- BUILD (2.1 KiB)
- service.go (2.0 KiB)
- service_test.go (581 Bytes)
- watermark.go (7.8 KiB)
- watermark_test.go (1.2 KiB)
-
weeklyhonor
- BUILD (2.3 KiB)
- service.go (11.7 KiB)
- service_test.go (2.9 KiB)
-
whitelist
- BUILD (1.4 KiB)
- service.go (4.7 KiB)
- service_test.go (1.1 KiB)
- BUILD (4.4 KiB)
- archive_test.go (909 Bytes)
- public.go (14.4 KiB)
- public_test.go (628 Bytes)
-
- BUILD (5.2 KiB)
- CHANGELOG.md (48.6 KiB)
- CONTRIBUTORS.md (112 Bytes)
- OWNERS (248 Bytes)
- README.md (306 Bytes)
-
-
credit
-
cmd
- BUILD (1.0 KiB)
- convey-test.toml (3.6 KiB)
- credit-test.toml (3.6 KiB)
- main.go (968 Bytes)
-
conf
- BUILD (1.5 KiB)
- conf.go (4.1 KiB)
-
dao
- BUILD (2.6 KiB)
- appeal.go (2.0 KiB)
- appeal_test.go (1.6 KiB)
- blocked.go (10.6 KiB)
- blocked_mc.go (3.0 KiB)
- blocked_mc_test.go (3.7 KiB)
- blocked_redis.go (1.6 KiB)
- blocked_redis_test.go (2.0 KiB)
- blocked_test.go (5.9 KiB)
- case.go (11.6 KiB)
- case_mc.go (2.7 KiB)
- case_mc_test.go (4.0 KiB)
- case_redis.go (3.7 KiB)
- case_redis_test.go (6.7 KiB)
- case_test.go (8.7 KiB)
- dao.go (2.8 KiB)
- dao_test.go (1.7 KiB)
- databus.go (377 Bytes)
- databus_test.go (507 Bytes)
- http.go (2.6 KiB)
- http_test.go (1.3 KiB)
- jury.go (2.4 KiB)
- jury_test.go (1.8 KiB)
- manager.go (2.3 KiB)
- manager_test.go (1.4 KiB)
- mc_test.go (515 Bytes)
- memcache.go (6.6 KiB)
- memcache_test.go (9.4 KiB)
- mysql.go (10.7 KiB)
- mysql_test.go (5.7 KiB)
- opinion.go (3.8 KiB)
- opinion_test.go (4.0 KiB)
- redis.go (3.9 KiB)
- redis_test.go (3.2 KiB)
-
http
- BUILD (1.3 KiB)
- appeal.go (1.4 KiB)
- blocked.go (4.9 KiB)
- credit.go (5.8 KiB)
- http.go (3.4 KiB)
- jury.go (1.6 KiB)
- labour.go (3.2 KiB)
-
model
- BUILD (942 Bytes)
- appeal.go (2.0 KiB)
- archive.go (241 Bytes)
- blocked.go (1.2 KiB)
- credit.go (7.1 KiB)
- credit_state.go (11.1 KiB)
- jury.go (2.0 KiB)
- labour.go (2.1 KiB)
- manager.go (132 Bytes)
- param.go (4.2 KiB)
- rpc.go (1.7 KiB)
-
service
- BUILD (2.3 KiB)
- appeal.go (1.6 KiB)
- appeal_test.go (526 Bytes)
- blocked.go (12.9 KiB)
- blocked_test.go (2.0 KiB)
- extra_func.go (6.1 KiB)
- jury.go (24.7 KiB)
- jury_test.go (4.7 KiB)
- labour.go (5.9 KiB)
- labour_test.go (1.0 KiB)
- service.go (6.0 KiB)
- service_test.go (964 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (5.7 KiB)
- CONTRIBUTORS.md (108 Bytes)
- OWNERS (262 Bytes)
- README.md (269 Bytes)
-
-
dm
-
cmd
- BUILD (1.1 KiB)
- dm-test.toml (3.6 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (2.6 KiB)
-
dao
- BUILD (2.1 KiB)
- archive.go (862 Bytes)
- archive_test.go (283 Bytes)
- dao.go (2.2 KiB)
- dao_test.go (650 Bytes)
- databus.go (416 Bytes)
- databus_test.go (461 Bytes)
- figure.go (1001 Bytes)
- figure_test.go (906 Bytes)
- mysql.go (9.4 KiB)
- mysql_protect.go (7.2 KiB)
- mysql_protect_test.go (5.3 KiB)
- mysql_report.go (5.7 KiB)
- mysql_report_test.go (5.3 KiB)
- mysql_test.go (2.5 KiB)
- notify.go (1.1 KiB)
- notify_test.go (877 Bytes)
- redis.go (6.4 KiB)
- redis_test.go (1019 Bytes)
- search.go (2.8 KiB)
- search_test.go (1.4 KiB)
-
http
- BUILD (1.6 KiB)
- adv.go (2.5 KiB)
- adv_test.go (3.3 KiB)
- assist.go (2.7 KiB)
- dm.go (3.2 KiB)
- filter.go (5.0 KiB)
- http.go (3.5 KiB)
- http_test.go (21.1 KiB)
- report.go (4.2 KiB)
- up.go (2.4 KiB)
-
model
- BUILD (765 Bytes)
- dm.go (2.8 KiB)
- filter.go (596 Bytes)
- protect.go (1.9 KiB)
- report.go (5.9 KiB)
- subject.go (1.3 KiB)
- transfer.go (1.1 KiB)
-
service
- BUILD (2.3 KiB)
- advance.go (1.9 KiB)
- advance_test.go (1.1 KiB)
- archive.go (810 Bytes)
- assist.go (3.1 KiB)
- assist_test.go (1.9 KiB)
- dm.go (5.4 KiB)
- dm_test.go (1.2 KiB)
- filter.go (4.4 KiB)
- filter_test.go (1.9 KiB)
- protect.go (8.8 KiB)
- protect_test.go (1.2 KiB)
- report.go (11.0 KiB)
- report_test.go (1.4 KiB)
- service.go (1.5 KiB)
- service_test.go (390 Bytes)
- subject.go (333 Bytes)
- BUILD (584 Bytes)
- CHANGELOG.md (8.6 KiB)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (222 Bytes)
- README.md (77 Bytes)
-
-
dm2
-
cmd
- BUILD (1.1 KiB)
- dm2-test.toml (6.4 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.6 KiB)
- conf.go (5.0 KiB)
-
dao
- BUILD (3.3 KiB)
- advert.go (1.1 KiB)
- advert_test.go (470 Bytes)
- archive.go (1.0 KiB)
- archive_test.go (814 Bytes)
- bfs.go (473 Bytes)
- bfs_test.go (390 Bytes)
- bigdata.go (1.4 KiB)
- bigdata_test.go (841 Bytes)
- broadcast.go (2.0 KiB)
- broadcast_test.go (488 Bytes)
- dao.go (5.4 KiB)
- dao_test.go (694 Bytes)
- databus.go (1.4 KiB)
- databus_test.go (877 Bytes)
- mask.go (1.2 KiB)
- mask_test.go (871 Bytes)
- mc.go (15.7 KiB)
- mc_filter.go (5.0 KiB)
- mc_filter_test.go (4.5 KiB)
- mc_limiter.go (1.3 KiB)
- mc_limiter_test.go (1.4 KiB)
- mc_seg.go (3.7 KiB)
- mc_seg_test.go (1.4 KiB)
- mc_subtitle.go (8.8 KiB)
- mc_subtitle_test.go (8.5 KiB)
- mc_test.go (17.3 KiB)
- mc_wave_form.go (1.6 KiB)
- mc_wave_form_test.go (1.8 KiB)
- mysql.go (16.9 KiB)
- mysql_advance.go (3.8 KiB)
- mysql_advance_test.go (3.2 KiB)
- mysql_filter.go (12.4 KiB)
- mysql_filter_test.go (8.3 KiB)
- mysql_subtitle.go (11.1 KiB)
- mysql_subtitle_test.go (6.8 KiB)
- mysql_test.go (9.4 KiB)
- notify.go (1007 Bytes)
- notify_test.go (748 Bytes)
- redis.go (4.3 KiB)
- redis_rct.go (1.8 KiB)
- redis_rct_test.go (1.1 KiB)
- redis_seg.go (5.6 KiB)
- redis_seg_test.go (1019 Bytes)
- redis_test.go (4.8 KiB)
- search.go (12.4 KiB)
- search_test.go (2.5 KiB)
- upos.go (1.7 KiB)
- upos_test.go (262 Bytes)
- user_log.go (1.6 KiB)
- user_log_test.go (1.4 KiB)
- workflow.go (2.4 KiB)
- workflow_test.go (1.1 KiB)
-
http
- BUILD (1.9 KiB)
- dm.go (8.4 KiB)
- filter.go (2.2 KiB)
- history.go (2.2 KiB)
- http.go (3.9 KiB)
- http_test.go (8.1 KiB)
- manage.go (2.8 KiB)
- mask.go (1003 Bytes)
- member.go (3.7 KiB)
- subtitle.go (6.2 KiB)
- thumbup.go (1.3 KiB)
- view.go (457 Bytes)
-
lib
-
xregex
- BUILD (655 Bytes)
- item.go (377 Bytes)
- lexer.go (11.0 KiB)
- parser.go (15.0 KiB)
-
-
model
-
oplog
- BUILD (650 Bytes)
- oplog.go (1.7 KiB)
- BUILD (2.0 KiB)
- action.go (988 Bytes)
- advance.go (1.8 KiB)
- advert.go (2.5 KiB)
- bangumi.go (912 Bytes)
- dm.go (7.9 KiB)
- dm.pb.go (37.2 KiB)
- dm.proto (2.2 KiB)
- dm_seg.go (4.2 KiB)
- dm_special_location.go (351 Bytes)
- filter.go (1.8 KiB)
- history.go (526 Bytes)
- mask.go (586 Bytes)
- member.go (3.1 KiB)
- params.go (448 Bytes)
- rpc.go (2.7 KiB)
- subject.go (2.5 KiB)
- subtitle.go (10.8 KiB)
- thumbup.go (568 Bytes)
- ugcpay.go (177 Bytes)
- view.go (785 Bytes)
- workflow.go (2.5 KiB)
-
-
rpc
-
client
- BUILD (1.2 KiB)
- advance.go (1.4 KiB)
- advance_test.go (1.8 KiB)
- dm.go (4.1 KiB)
- dm_test.go (650 Bytes)
- mask.go (270 Bytes)
- mask_test.go (411 Bytes)
- subtitle.go (902 Bytes)
- subtitle_test.go (1.0 KiB)
-
server
- BUILD (1.4 KiB)
- rpc.go (6.5 KiB)
- rpc_test.go (3.5 KiB)
-
-
service
- BUILD (4.7 KiB)
- account.go (1.2 KiB)
- advance.go (9.5 KiB)
- advance_test.go (934 Bytes)
- advert.go (392 Bytes)
- advert_test.go (390 Bytes)
- archive.go (2.0 KiB)
- archive_test.go (315 Bytes)
- bnj.go (1.3 KiB)
- dm.go (13.2 KiB)
- dm_history.go (4.5 KiB)
- dm_history_test.go (707 Bytes)
- dm_manage.go (8.5 KiB)
- dm_manage_test.go (707 Bytes)
- dm_seg.go (6.8 KiB)
- dm_seg_test.go (1.1 KiB)
- dm_seg_v2.go (4.2 KiB)
- dm_test.go (959 Bytes)
- dmpost.go (21.7 KiB)
- dmpost_test.go (2.5 KiB)
- filter.go (17.0 KiB)
- filter_test.go (1.9 KiB)
- mask.go (2.2 KiB)
- mask_test.go (729 Bytes)
- member.go (5.2 KiB)
- member_test.go (1.1 KiB)
- service.go (9.9 KiB)
- service_test.go (392 Bytes)
- subject.go (2.4 KiB)
- subject_test.go (830 Bytes)
- subtitle.go (8.3 KiB)
- subtitle_audit.go (4.9 KiB)
- subtitle_check.go (5.4 KiB)
- subtitle_get.go (2.9 KiB)
- subtitle_lan.go (4.5 KiB)
- subtitle_report.go (2.7 KiB)
- subtitle_save.go (3.9 KiB)
- subtitle_search.go (9.1 KiB)
- subtitle_subject.go (2.1 KiB)
- subtitle_test.go (3.4 KiB)
- subtitle_video.go (3.3 KiB)
- thumbup.go (2.3 KiB)
- thumbup_test.go (652 Bytes)
- view.go (5.4 KiB)
- wave_form.go (3.1 KiB)
- BUILD (758 Bytes)
- CHANGELOG.md (13.1 KiB)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (215 Bytes)
- README.md (83 Bytes)
-
-
esports
-
cmd
- BUILD (1.1 KiB)
- esports-test.toml (2.3 KiB)
- goconvey.sh (256 Bytes)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (2.2 KiB)
- cache.go (519 Bytes)
- cache_test.go (12 Bytes)
- dao.cache.go (3.5 KiB)
- dao.cache_test.go (1.2 KiB)
- dao.go (1.3 KiB)
- dao_test.go (690 Bytes)
- mysql.go (20.6 KiB)
- mysql_test.go (9.5 KiB)
- pointdata.go (1.1 KiB)
- pointdata_test.go (1.2 KiB)
- redis.go (32.7 KiB)
- redis_test.go (22.9 KiB)
- search.go (11.6 KiB)
- search_test.go (3.8 KiB)
-
http
- BUILD (1.2 KiB)
- favorite.go (3.7 KiB)
- http.go (3.6 KiB)
- match.go (6.5 KiB)
- pointdata.go (790 Bytes)
-
model
- BUILD (806 Bytes)
- match.go (6.5 KiB)
- params.go (3.3 KiB)
- pointdata.go (3.9 KiB)
- search.go (1.2 KiB)
-
service
- BUILD (2.0 KiB)
- favorite.go (9.5 KiB)
- favorite_test.go (724 Bytes)
- match.go (21.1 KiB)
- match_active.go (14.0 KiB)
- match_test.go (2.0 KiB)
- pointdata.go (2.8 KiB)
- search.go (295 Bytes)
- search_test.go (449 Bytes)
- service.go (9.0 KiB)
- service_test.go (361 Bytes)
- BUILD (614 Bytes)
- CHANGELOG.md (1020 Bytes)
- CONTRIBUTORS.md (76 Bytes)
- OWNERS (231 Bytes)
- README.md (447 Bytes)
-
-
favorite
-
cmd
- BUILD (1.1 KiB)
- favorite-test.toml (5.0 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.6 KiB)
- conf.go (2.5 KiB)
-
dao
-
music
- BUILD (1.3 KiB)
- dao.go (1.2 KiB)
- dao_test.go (907 Bytes)
-
topic
- BUILD (1.3 KiB)
- dao.go (1.5 KiB)
- dao_test.go (919 Bytes)
-
video
- BUILD (1.3 KiB)
- dao.go (753 Bytes)
- dao_test.go (880 Bytes)
- redis.go (2.7 KiB)
- redis_test.go (2.1 KiB)
-
-
http
- BUILD (1.8 KiB)
- http.go (4.9 KiB)
- http_test.go (21.6 KiB)
- topic.go (2.3 KiB)
- video.go (16.0 KiB)
-
model
- BUILD (821 Bytes)
- archive.go (1.6 KiB)
- job.go (1.5 KiB)
- music.go (233 Bytes)
- topic.go (1.7 KiB)
- video.go (4.4 KiB)
-
service
- BUILD (2.1 KiB)
- rpc.go (6.3 KiB)
- rpc_test.go (354 Bytes)
- service.go (1.6 KiB)
- service_test.go (324 Bytes)
- topic.go (2.1 KiB)
- topic_test.go (1.2 KiB)
- video.go (15.7 KiB)
- BUILD (746 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (155 Bytes)
- OWNERS (302 Bytes)
- README.md (351 Bytes)
-
-
feedback
-
cmd
- BUILD (1.1 KiB)
- convey-test.toml (3.4 KiB)
- feedback-test.toml (1.0 KiB)
- main.go (1017 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.7 KiB)
- bfs.go (2.0 KiB)
- bfs_test.go (2.4 KiB)
- dao.go (1.6 KiB)
- dao_test.go (897 Bytes)
- playerCheck.go (909 Bytes)
- playerCheck_test.go (1.5 KiB)
- reply.go (3.0 KiB)
- reply_test.go (4.8 KiB)
- session.go (9.1 KiB)
- session_test.go (16.0 KiB)
- tag.go (1.1 KiB)
- tag_test.go (1.1 KiB)
-
http
- BUILD (1.2 KiB)
- bfs.go (1.3 KiB)
- feedback.go (12.0 KiB)
- http.go (2.0 KiB)
- local.go (125 Bytes)
-
model
- BUILD (706 Bytes)
- const.go (2.8 KiB)
- feedback.go (2.8 KiB)
- tag.go (2.5 KiB)
-
service
- BUILD (1.6 KiB)
- bfs.go (577 Bytes)
- feedback.go (17.1 KiB)
- feedback_test.go (909 Bytes)
- service.go (592 Bytes)
- service_test.go (354 Bytes)
- BUILD (620 Bytes)
- CHANGELOG.md (4.5 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (248 Bytes)
- README.md (293 Bytes)
-
-
growup
-
cmd
- BUILD (1.0 KiB)
- growup-interface.toml (4.0 KiB)
- main.go (939 Bytes)
- newbie.toml (2.2 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.0 KiB)
-
dao
-
newbiedao
- BUILD (1.8 KiB)
- account.go (817 Bytes)
- account_test.go (976 Bytes)
- activity.go (917 Bytes)
- activity_test.go (519 Bytes)
- category.go (825 Bytes)
- category_test.go (453 Bytes)
- dao.go (1.5 KiB)
- dao_test.go (804 Bytes)
- recommend_up.go (849 Bytes)
- recommend_up_test.go (493 Bytes)
- relation.go (907 Bytes)
- relation_test.go (600 Bytes)
- video_up.go (1.1 KiB)
- video_up_test.go (661 Bytes)
- BUILD (3.1 KiB)
- account.go (2.1 KiB)
- account_test.go (1.7 KiB)
- activity.go (2.0 KiB)
- activity_test.go (1.7 KiB)
- archive_stat.go (1.9 KiB)
- archive_stat_test.go (1.9 KiB)
- av_breach.go (2.5 KiB)
- av_breach_test.go (2.1 KiB)
- banner.go (647 Bytes)
- banner_test.go (607 Bytes)
- bgm.go (2.9 KiB)
- bgm_test.go (2.3 KiB)
- column_income.go (2.4 KiB)
- column_income_test.go (1.9 KiB)
- dao.go (2.3 KiB)
- dao_test.go (868 Bytes)
- exchange.go (4.7 KiB)
- exchange_test.go (3.1 KiB)
- hbase.go (1.7 KiB)
- hbase_test.go (861 Bytes)
- income.go (7.2 KiB)
- income_test.go (5.7 KiB)
- notice.go (1.7 KiB)
- notice_test.go (1.8 KiB)
- redis.go (2.3 KiB)
- redis_test.go (1.7 KiB)
- special_award.go (8.5 KiB)
- special_award_test.go (8.0 KiB)
- tool.go (1.0 KiB)
- tool_test.go (1.8 KiB)
- up.go (9.3 KiB)
- up_bill.go (700 Bytes)
- up_bill_test.go (572 Bytes)
- up_test.go (10.4 KiB)
- up_year.go (502 Bytes)
- withdraw.go (8.3 KiB)
- withdraw_test.go (7.9 KiB)
-
-
http
- BUILD (1.4 KiB)
- activity.go (978 Bytes)
- column.go (617 Bytes)
- exchange.go (1.9 KiB)
- http.go (3.1 KiB)
- income.go (2.7 KiB)
- join.go (1.1 KiB)
- local.go (13 Bytes)
- newbie.go (511 Bytes)
- notice.go (1.1 KiB)
- special_award.go (2.8 KiB)
- web.go (3.9 KiB)
- withdraw.go (1.8 KiB)
-
model
- BUILD (936 Bytes)
- account.go (1006 Bytes)
- activity.go (1.4 KiB)
- archive_stat.go (257 Bytes)
- av_breach.go (335 Bytes)
- banner.go (323 Bytes)
- exchange.go (1009 Bytes)
- income.go (2.2 KiB)
- newbie.go (3.0 KiB)
- notice.go (378 Bytes)
- special_award.go (1.6 KiB)
- up.go (2.2 KiB)
- up_bill.go (895 Bytes)
- withdraw.go (1.6 KiB)
-
service
-
newbie
- BUILD (1.5 KiB)
- letter.go (4.5 KiB)
- letter_test.go (603 Bytes)
- service.go (499 Bytes)
- service_test.go (308 Bytes)
- BUILD (2.0 KiB)
- activity.go (3.7 KiB)
- archive_stat.go (728 Bytes)
- banner.go (249 Bytes)
- bgm.go (1.9 KiB)
- column.go (1.7 KiB)
- exchange.go (6.4 KiB)
- income.go (21.8 KiB)
- income_test.go (592 Bytes)
- notice.go (665 Bytes)
- notice_test.go (416 Bytes)
- service.go (519 Bytes)
- service_test.go (1.1 KiB)
- snow_flake.go (1.2 KiB)
- special_award.go (8.8 KiB)
- up_bill.go (2.0 KiB)
- up_status.go (5.9 KiB)
- up_year.go (4.3 KiB)
- withdraw.go (5.8 KiB)
- withdraw_test.go (1.6 KiB)
-
- BUILD (608 Bytes)
- CHANGELOG.md (3.9 KiB)
- CONTRIBUTORS.md (50 Bytes)
- OWNERS (178 Bytes)
- README.md (170 Bytes)
-
-
history
-
api
-
grpc
- BUILD (1.2 KiB)
- api.pb.go (97.4 KiB)
- api.proto (2.6 KiB)
-
-
cmd
- BUILD (1.2 KiB)
- history-interface-test.toml (5.8 KiB)
- main.go (1.3 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.5 KiB)
-
dao
-
history
- BUILD (1.8 KiB)
- dao.go (1.5 KiB)
- dao_test.go (635 Bytes)
- databus.go (1.1 KiB)
- databus_test.go (1.5 KiB)
- exp.go (1.5 KiB)
- exp_test.go (688 Bytes)
- grpc.go (1.8 KiB)
- grpc_test.go (898 Bytes)
- hbase.go (8.1 KiB)
- hbase_test.go (5.5 KiB)
- redis.go (9.3 KiB)
- redis_test.go (7.3 KiB)
-
toview
- BUILD (1.4 KiB)
- dao.go (752 Bytes)
- dao_test.go (634 Bytes)
- hbase.go (5.5 KiB)
- hbase_test.go (3.4 KiB)
- redis.go (4.2 KiB)
- redis_test.go (4.5 KiB)
-
-
http
- BUILD (1.3 KiB)
- history.go (10.2 KiB)
- http.go (3.2 KiB)
- param.go (1.1 KiB)
- toview.go (4.3 KiB)
-
model
- BUILD (813 Bytes)
- history.go (4.2 KiB)
- rpc.go (3.4 KiB)
- toview.go (953 Bytes)
-
rpc
-
client
- BUILD (937 Bytes)
- client.go (2.0 KiB)
- client_test.go (794 Bytes)
-
-
server
-
gorpc
- BUILD (1.3 KiB)
- rpc.go (3.2 KiB)
- rpc_test.go (1.2 KiB)
-
grpc
- BUILD (881 Bytes)
- server.go (5.1 KiB)
-
-
service
- BUILD (2.2 KiB)
- history.go (19.3 KiB)
- history_service.go (8.3 KiB)
- history_test.go (2.4 KiB)
- rpc.go (752 Bytes)
- service.go (5.1 KiB)
- service_test.go (605 Bytes)
- toview.go (10.4 KiB)
- toview_test.go (1.0 KiB)
- BUILD (923 Bytes)
- CHANGELOG.md (8.9 KiB)
- CONTRIBUTORS.md (161 Bytes)
- OWNERS (293 Bytes)
- README.md (296 Bytes)
-
-
kvo
-
cmd
- BUILD (1013 Bytes)
- kvo-example.toml (2.1 KiB)
- kvo-test.toml (1.9 KiB)
- main.go (880 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (979 Bytes)
- document.go (987 Bytes)
- document_cache.go (1.6 KiB)
- document_test.go (839 Bytes)
- user_conf.go (1.2 KiB)
- user_conf_cache.go (1.7 KiB)
-
http
- BUILD (997 Bytes)
- doc.go (1.9 KiB)
- http.go (1.1 KiB)
-
model
-
module
- BUILD (664 Bytes)
- module.go (1.7 KiB)
- player.go (4.0 KiB)
- web_player.go (3.7 KiB)
- BUILD (668 Bytes)
- model.go (345 Bytes)
-
-
service
- BUILD (1.7 KiB)
- document.go (4.3 KiB)
- document_test.go (2.0 KiB)
- service.go (1.3 KiB)
- BUILD (590 Bytes)
- CHANGELOG.md (851 Bytes)
- CONTRIBUTORS.md (107 Bytes)
- OWNERS (247 Bytes)
- README.md (140 Bytes)
-
-
laser
-
cmd
- BUILD (933 Bytes)
- laser-interface.toml (2.1 KiB)
- main.go (852 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (914 Bytes)
- email.go (434 Bytes)
- memcache.go (1.4 KiB)
- task.go (2.0 KiB)
- task_log.go (645 Bytes)
-
http
- BUILD (1004 Bytes)
- http.go (1.0 KiB)
- task.go (1.8 KiB)
-
model
- BUILD (684 Bytes)
- task.go (765 Bytes)
- task_log.go (466 Bytes)
-
service
- BUILD (1007 Bytes)
- mail.go (1.0 KiB)
- service.go (947 Bytes)
- task.go (2.8 KiB)
- BUILD (602 Bytes)
- CHANGELOG.md (326 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (214 Bytes)
- README.md (176 Bytes)
-
-
mcn
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (859 Bytes)
- mcn-interface.toml (8.8 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.2 KiB)
-
dao
-
bfs
- BUILD (1.2 KiB)
- dao.go (364 Bytes)
- dao_test.go (943 Bytes)
- upload.go (1.9 KiB)
- upload_test.go (1.3 KiB)
-
cache
- BUILD (1.4 KiB)
- cache.go (116 Bytes)
- cache_test.go (1.0 KiB)
- tag.go (809 Bytes)
- tag_test.go (1.1 KiB)
- video_types.go (1.3 KiB)
- video_types_test.go (1.0 KiB)
-
datadao
- BUILD (2.3 KiB)
- api.go (21.7 KiB)
- api_test.go (12.4 KiB)
- cache.go (3.5 KiB)
- cache_test.go (5.3 KiB)
- creative.go (2.6 KiB)
- creative_test.go (1.4 KiB)
- dao.go (693 Bytes)
- dao_test.go (1.3 KiB)
-
global
- BUILD (1.6 KiB)
- account.go (1.0 KiB)
- account_test.go (1.3 KiB)
- resource.go (1.7 KiB)
- resource_test.go (1.7 KiB)
-
mcndao
- BUILD (2.7 KiB)
- crm.go (1.0 KiB)
- crm_test.go (494 Bytes)
- dao.cache.go (3.1 KiB)
- dao.cache_test.go (1.0 KiB)
- dao.go (1.5 KiB)
- dao_test.go (958 Bytes)
- data.go (4.5 KiB)
- data_test.go (2.6 KiB)
- mc.cache.go (9.1 KiB)
- mc.cache_test.go (2.8 KiB)
- memcahe.go (4.3 KiB)
- memcahe_test.go (2.1 KiB)
- rank.go (11.7 KiB)
- rank_test.go (5.1 KiB)
- recommend_pool.go (4.8 KiB)
- recommend_pool_test.go (4.5 KiB)
- sign.go (7.5 KiB)
- sign_test.go (3.6 KiB)
-
msg
- BUILD (1.4 KiB)
- dao.go (434 Bytes)
- dao_test.go (989 Bytes)
- msg.go (1.4 KiB)
- msg_test.go (1.2 KiB)
- BUILD (738 Bytes)
- mcn.sql (22.6 KiB)
- mcn_data.sql (13.6 KiB)
-
-
model
-
datamodel
- BUILD (842 Bytes)
- api.go (924 Bytes)
- tables.go (8.1 KiB)
- tables_test.go (732 Bytes)
-
mcnmodel
- BUILD (1.4 KiB)
- cmd.go (154 Bytes)
- creative.go (1.9 KiB)
- mcncache.go (290 Bytes)
- reply.go (14.1 KiB)
- reply_test.go (1021 Bytes)
- req.go (6.3 KiB)
- tables.go (13.4 KiB)
- upcheck.go (479 Bytes)
- BUILD (798 Bytes)
- base_model.go (1.3 KiB)
- model.go (1.6 KiB)
- request_base.go (1.4 KiB)
-
-
server
-
http
- BUILD (1.6 KiB)
- api.go (4.2 KiB)
- creative.go (5.3 KiB)
- data.go (4.2 KiB)
- http.go (5.3 KiB)
- http_base.go (5.4 KiB)
- http_test.go (388 Bytes)
- mcn.go (7.4 KiB)
- upload.go (1.5 KiB)
- BUILD (462 Bytes)
-
-
service
- BUILD (2.8 KiB)
- account.go (659 Bytes)
- account_test.go (630 Bytes)
- api.go (3.8 KiB)
- cmd.go (301 Bytes)
- cmd_test.go (624 Bytes)
- creative.go (641 Bytes)
- data.go (5.7 KiB)
- mcn.go (24.0 KiB)
- mcn_test.go (5.3 KiB)
- msg.go (852 Bytes)
- msg_test.go (671 Bytes)
- rank.go (4.2 KiB)
- rank_test.go (1.1 KiB)
- service.go (1.6 KiB)
- service_test.go (310 Bytes)
- uniquecheck.go (2.2 KiB)
- uniquecheck_test.go (680 Bytes)
- upload.go (269 Bytes)
- upload_test.go (635 Bytes)
-
tool
-
cache
- BUILD (868 Bytes)
- cache.go (3.9 KiB)
-
datacenter
- BUILD (1.0 KiB)
- http_client.go (6.2 KiB)
- http_client_test.go (1.7 KiB)
- sqltool.go (4.4 KiB)
- sqltool_test.go (623 Bytes)
-
validate
- BUILD (770 Bytes)
- validate.go (957 Bytes)
-
worker
- BUILD (818 Bytes)
- pool.go (2.2 KiB)
- pool_test.go (1.3 KiB)
-
- BUILD (825 Bytes)
- CHANGELOG.md (450 Bytes)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (272 Bytes)
- README.md (82 Bytes)
-
-
passport-login
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (861 Bytes)
- passport-login-interface.toml (2.3 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.5 KiB)
- auth.go (10.0 KiB)
- auth_test.go (8.5 KiB)
- dao.go (1012 Bytes)
- dao_test.go (727 Bytes)
- mc.go (3.7 KiB)
- mc_test.go (3.0 KiB)
- secret.go (740 Bytes)
- secret_test.go (405 Bytes)
- user.go (2.1 KiB)
- user_test.go (1.8 KiB)
-
model
- BUILD (1.4 KiB)
- auth.go (3.1 KiB)
- model.pb.go (60.3 KiB)
- model.proto (2.7 KiB)
- param.go (334 Bytes)
- proc.sh (169 Bytes)
- secret.go (214 Bytes)
- user.go (876 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- cookie_proxy.go (770 Bytes)
- http.go (1.7 KiB)
- key.go (130 Bytes)
- token_proxy.go (1.3 KiB)
- user_proxy.go (369 Bytes)
-
-
service
- BUILD (1.9 KiB)
- aes.go (1.2 KiB)
- aes_test.go (977 Bytes)
- cookie.go (4.3 KiB)
- cookie_proxy.go (600 Bytes)
- cookie_test.go (776 Bytes)
- generate.go (2.2 KiB)
- md5.go (708 Bytes)
- md5_test.go (528 Bytes)
- pwd.go (2.1 KiB)
- pwd_test.go (539 Bytes)
- rsa.go (1.1 KiB)
- rsa_test.go (974 Bytes)
- rsa_time_hash.go (4.8 KiB)
- rsa_time_hash_test.go (1.1 KiB)
- service.go (1.6 KiB)
- service_test.go (833 Bytes)
- token.go (7.8 KiB)
- token_proxy.go (926 Bytes)
- user.go (2.9 KiB)
- user_proxy.go (316 Bytes)
- utils.go (1.4 KiB)
- utils_test.go (944 Bytes)
- BUILD (663 Bytes)
- CHANGELOG.md (200 Bytes)
- CONTRIBUTORS.md (113 Bytes)
- OWNERS (284 Bytes)
- README.md (93 Bytes)
-
-
player
-
cmd
- BUILD.bazel (1.0 KiB)
- main.go (975 Bytes)
- player-example.toml (3.6 KiB)
- player-test.toml (2.5 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.6 KiB)
-
dao
- BUILD.bazel (1.8 KiB)
- account.go (952 Bytes)
- account_test.go (401 Bytes)
- archive.go (877 Bytes)
- archive_test.go (759 Bytes)
- creative.go (935 Bytes)
- creative_test.go (599 Bytes)
- dao.go (1.2 KiB)
- dao_test.go (901 Bytes)
- mysql.go (721 Bytes)
- mysql_test.go (523 Bytes)
- online.go (1.1 KiB)
- online_test.go (362 Bytes)
- playurl.go (2.0 KiB)
- playurl_test.go (852 Bytes)
-
http
- BUILD.bazel (1.3 KiB)
- archive.go (1.2 KiB)
- http.go (1.6 KiB)
- player.go (4.4 KiB)
- playurl.go (897 Bytes)
-
model
- BUILD (746 Bytes)
- player.go (11.4 KiB)
- playurl.go (3.3 KiB)
-
service
- BUILD (2.6 KiB)
- archive.go (5.0 KiB)
- archive_test.go (1.3 KiB)
- player.go (13.8 KiB)
- player_test.go (1.4 KiB)
- playurl.go (3.9 KiB)
- policy.go (2.0 KiB)
- policy_test.go (364 Bytes)
- service.go (8.1 KiB)
- .gitignore (103 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (7.8 KiB)
- CONTRIBUTORS.md (86 Bytes)
- OWNERS (235 Bytes)
- README.md (755 Bytes)
-
-
playlist
-
cmd
- BUILD (1.2 KiB)
- goconvey.sh (256 Bytes)
- main.go (1.2 KiB)
- playlist-test.toml (3.5 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.7 KiB)
-
dao
- BUILD (2.0 KiB)
- dao.go (1.7 KiB)
- dao_test.go (693 Bytes)
- databus.go (1.5 KiB)
- databus_test.go (769 Bytes)
- mysql.go (8.9 KiB)
- mysql_test.go (6.1 KiB)
- redis.go (7.1 KiB)
- redis_test.go (2.7 KiB)
- reply.go (938 Bytes)
- reply_test.go (393 Bytes)
- search.go (1.3 KiB)
- search_test.go (546 Bytes)
- stat_redis.go (7.2 KiB)
- stat_redis_test.go (3.0 KiB)
-
http
- BUILD (1.3 KiB)
- favorite.go (8.4 KiB)
- http.go (2.6 KiB)
- video.go (6.3 KiB)
-
model
- BUILD (826 Bytes)
- playlist.go (2.1 KiB)
- rpc.go (69 Bytes)
-
rpc
-
client
- BUILD (742 Bytes)
- playlist.go (630 Bytes)
-
server
- BUILD (926 Bytes)
- rpc.go (929 Bytes)
-
-
service
- BUILD (2.1 KiB)
- favorite.go (10.0 KiB)
- favorite_test.go (3.2 KiB)
- service.go (1.8 KiB)
- service_test.go (363 Bytes)
- stat.go (3.0 KiB)
- video.go (15.0 KiB)
- .gitignore (98 Bytes)
- BUILD (742 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (160 Bytes)
- README.md (731 Bytes)
-
-
push
-
cmd
- BUILD (1.0 KiB)
- main.go (973 Bytes)
- push-interface-test.toml (1.3 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.2 KiB)
- dao.go (786 Bytes)
- dao_test.go (603 Bytes)
- databus.go (929 Bytes)
-
http
- BUILD (1.4 KiB)
- callback.go (6.5 KiB)
- http.go (1.7 KiB)
- push.go (2.1 KiB)
- report.go (3.0 KiB)
- setting.go (1.4 KiB)
-
model
- BUILD (554 Bytes)
- model.go (1.9 KiB)
-
service
- BUILD (1.7 KiB)
- callback.go (4.5 KiB)
- push.go (1.0 KiB)
- report.go (2.5 KiB)
- service.go (1.3 KiB)
- service_test.go (1.9 KiB)
- setting.go (770 Bytes)
- BUILD (596 Bytes)
- CHANGELOG.md (5.1 KiB)
- CONTRIBUTORS.md (99 Bytes)
- OWNERS (235 Bytes)
- README.md (173 Bytes)
-
-
push-archive
-
cmd
- BUILD (1.1 KiB)
- main.go (1004 Bytes)
- push-archive-test.toml (8.6 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (4.5 KiB)
-
dao
- BUILD (1.9 KiB)
- Proportion.go (2.4 KiB)
- d_test.go (2.2 KiB)
- dao.go (4.7 KiB)
- fan_group.go (5.5 KiB)
- hbase.go (8.2 KiB)
- hbase_test.go (3.9 KiB)
- message.go (1.9 KiB)
- mysql.go (3.3 KiB)
- mysql_test.go (1.4 KiB)
- push.go (2.9 KiB)
- redis.go (4.7 KiB)
- redis_test.go (2.4 KiB)
- statisitcs_test.go (582 Bytes)
- statistics.go (1.6 KiB)
-
http
- BUILD (1.2 KiB)
- http.go (1.6 KiB)
- setting.go (665 Bytes)
-
model
- BUILD (1.2 KiB)
- batch_param.go (1.6 KiB)
- batch_param_test.go (1.0 KiB)
- model.go (3.3 KiB)
- xints.go (1.9 KiB)
- xints_test.go (1.2 KiB)
-
service
- BUILD (2.2 KiB)
- abtest.go (1.3 KiB)
- archive.go (10.3 KiB)
- archive_test.go (2.0 KiB)
- limit.go (3.4 KiB)
- limit_test.go (1.7 KiB)
- relation.go (4.4 KiB)
- service.go (4.1 KiB)
- service_test.go (5.1 KiB)
- setting.go (1.9 KiB)
- setting_test.go (2.6 KiB)
- statistics.go (3.9 KiB)
- BUILD (644 Bytes)
- CHANGELOG.md (3.8 KiB)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (248 Bytes)
- README.md (177 Bytes)
-
-
reply
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- reply-test.toml (5.9 KiB)
-
conf
- BUILD (1.5 KiB)
- reply.go (4.0 KiB)
-
dao
-
bigdata
- BUILD (1.3 KiB)
- ai.go (1.5 KiB)
- ai_test.go (1.1 KiB)
- bigdata.go (1011 Bytes)
- bigdata_test.go (809 Bytes)
-
drawyoo
- BUILD (1.2 KiB)
- drawyoo.go (1.8 KiB)
- drawyoo_test.go (1.8 KiB)
-
fans
- BUILD (1.2 KiB)
- fans.go (1.4 KiB)
- fans_test.go (1.4 KiB)
-
reply
- BUILD (2.6 KiB)
- admin.go (1.2 KiB)
- admin_test.go (1.6 KiB)
- block_status.go (1.9 KiB)
- block_status_test.go (533 Bytes)
- business.go (955 Bytes)
- business_test.go (917 Bytes)
- captcha.go (1.9 KiB)
- captcha_test.go (1.5 KiB)
- config.go (1.2 KiB)
- config_test.go (972 Bytes)
- content.go (2.6 KiB)
- content_test.go (2.3 KiB)
- credit_user.go (1.4 KiB)
- credit_user_test.go (927 Bytes)
- cursor.go (11.4 KiB)
- cursor_test.go (7.8 KiB)
- dao.go (1.6 KiB)
- dao_test.go (701 Bytes)
- databus.go (12.4 KiB)
- databus_test.go (11.6 KiB)
- emoji.go (1.9 KiB)
- emoji_test.go (1.7 KiB)
- memcache.go (9.3 KiB)
- memcache_test.go (8.9 KiB)
- notice.go (1.2 KiB)
- notice_test.go (891 Bytes)
- redis.go (21.6 KiB)
- redis_test.go (18.1 KiB)
- reply.go (14.2 KiB)
- reply_test.go (9.5 KiB)
- report.go (2.6 KiB)
- report_test.go (2.2 KiB)
- subject.go (4.1 KiB)
- subject_test.go (3.5 KiB)
-
search
- BUILD (1.4 KiB)
- dao.go (624 Bytes)
- dao_test.go (628 Bytes)
- log.go (2.1 KiB)
- log_test.go (998 Bytes)
- record.go (1.2 KiB)
- record_test.go (782 Bytes)
-
vip
- BUILD (1.2 KiB)
- vip.go (1.9 KiB)
- vip_test.go (1.4 KiB)
-
workflow
- BUILD (1.2 KiB)
- workflow.go (13.1 KiB)
- workflow_test.go (6.9 KiB)
-
-
http
- BUILD (1.5 KiB)
- cursor.go (10.6 KiB)
- http.go (3.8 KiB)
- local.go (298 Bytes)
- reply.go (35.9 KiB)
- reply_admin.go (19.8 KiB)
- reply_record.go (1.8 KiB)
- reply_report.go (5.4 KiB)
- xreply.go (1.1 KiB)
-
model
-
activity
- BUILD (609 Bytes)
- activity.go (165 Bytes)
-
adminlog
- BUILD (610 Bytes)
- admin_log.go (547 Bytes)
-
drawyoo
- BUILD (607 Bytes)
- drawyoo.go (227 Bytes)
-
reply
- BUILD (1.3 KiB)
- config.go (441 Bytes)
- cursor.go (2.4 KiB)
- cursor_test.go (755 Bytes)
- emoji.go (459 Bytes)
- member.go (694 Bytes)
- notice.go (919 Bytes)
- page.go (483 Bytes)
- record.go (935 Bytes)
- reply.go (16.9 KiB)
- sort.go (473 Bytes)
- sql.go (1.3 KiB)
-
topic
- BUILD (603 Bytes)
- topic.go (166 Bytes)
-
vip
- BUILD (602 Bytes)
- emojis.go (384 Bytes)
-
xreply
- BUILD (679 Bytes)
- xreply.go (3.9 KiB)
-
-
service
- BUILD (4.1 KiB)
- business.go (585 Bytes)
- chan.go (678 Bytes)
- cursor.go (30.7 KiB)
- cursor_test.go (3.1 KiB)
- list.go (24.6 KiB)
- list_test.go (1.5 KiB)
- notice.go (1.7 KiB)
- reply.go (42.0 KiB)
- reply_admin.go (12.1 KiB)
- reply_record.go (1.1 KiB)
- reply_report.go (12.2 KiB)
- reply_test.go (2.3 KiB)
- rpc.go (1.4 KiB)
- service.go (8.6 KiB)
- service_test.go (709 Bytes)
- subject.go (3.2 KiB)
- subject_test.go (793 Bytes)
- xreply.go (10.5 KiB)
- BUILD (1.3 KiB)
- CHANGELOG.md (15.1 KiB)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (232 Bytes)
- README.md (310 Bytes)
-
-
report-click
-
cmd
- BUILD (959 Bytes)
- main.go (1010 Bytes)
- report-click.toml (3.9 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (701 Bytes)
- dao_test.go (641 Bytes)
- databus.go (2.2 KiB)
- databus_test.go (1.6 KiB)
-
http
- BUILD (1.3 KiB)
- click.go (7.3 KiB)
- err_report.go (274 Bytes)
- http.go (2.8 KiB)
- player.go (6.7 KiB)
-
model
- BUILD (604 Bytes)
- model.go (601 Bytes)
-
service
-
crypto
-
aes
- BUILD (1.1 KiB)
- aes.go (2.5 KiB)
- aes_test.go (595 Bytes)
-
cipher
- BUILD (931 Bytes)
- ecb.go (1.7 KiB)
- ecb_test.go (689 Bytes)
-
padding
- BUILD (972 Bytes)
- padding.go (270 Bytes)
- pkcs5.go (737 Bytes)
- pkcs5_test.go (695 Bytes)
-
- BUILD (2.1 KiB)
- err_report.go (450 Bytes)
- ip.go (2.7 KiB)
- service.go (6.7 KiB)
- service_test.go (1.4 KiB)
-
- BUILD (644 Bytes)
- CHANGELOG.md (6.0 KiB)
- CONTRIBUTORS.md (154 Bytes)
- OWNERS (294 Bytes)
- README.md (322 Bytes)
-
-
shorturl
-
cmd
- BUILD (990 Bytes)
- convey.sh (274 Bytes)
- main.go (976 Bytes)
- shorturl-test.toml (1.0 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (1.5 KiB)
- dao_test.go (368 Bytes)
- shorturl.go (4.3 KiB)
- shorturl_cache.go (1.4 KiB)
- shorturl_test.go (1.7 KiB)
-
http
- BUILD (1.2 KiB)
- http.go (1.1 KiB)
- logger.go (1.4 KiB)
- shorturl.go (3.6 KiB)
-
model
- BUILD (707 Bytes)
- calc.go (1003 Bytes)
- const.go (133 Bytes)
- shorturl.go (657 Bytes)
-
service
- BUILD (1.3 KiB)
- service.go (526 Bytes)
- service_test.go (357 Bytes)
- short.go (3.7 KiB)
- short_test.go (1.4 KiB)
- BUILD (620 Bytes)
- CHANGELOG.md (719 Bytes)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (233 Bytes)
- README.md (149 Bytes)
-
-
space
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- space-test.toml (4.1 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.9 KiB)
-
dao
- BUILD (3.3 KiB)
- account.go (2.5 KiB)
- account_test.go (1012 Bytes)
- album.go (1.8 KiB)
- album_test.go (619 Bytes)
- archive.go (1.5 KiB)
- archive_test.go (587 Bytes)
- audio.go (2.2 KiB)
- audio_test.go (848 Bytes)
- bangumi.go (2.8 KiB)
- bangumi_test.go (367 Bytes)
- blacklist.go (745 Bytes)
- blacklist_test.go (513 Bytes)
- bplus.go (3.5 KiB)
- bplus_test.go (1.5 KiB)
- cache.go (2.6 KiB)
- channel_redis.go (11.3 KiB)
- channel_redis_test.go (6.4 KiB)
- dao.cache.go (4.6 KiB)
- dao.cache_test.go (2.2 KiB)
- dao.go (5.5 KiB)
- dao_test.go (948 Bytes)
- elec.go (955 Bytes)
- elec_test.go (365 Bytes)
- fav.go (4.2 KiB)
- fav_test.go (1.6 KiB)
- game.go (2.3 KiB)
- game_test.go (2.3 KiB)
- hbase.go (3.1 KiB)
- hbase_test.go (259 Bytes)
- index_order.go (2.6 KiB)
- index_order_test.go (3.0 KiB)
- live.go (1.8 KiB)
- live_test.go (847 Bytes)
- masterpiece.go (2.4 KiB)
- masterpiece_test.go (2.5 KiB)
- mc.cache.go (9.1 KiB)
- mc.cache_test.go (5.1 KiB)
- mysql.go (7.8 KiB)
- mysql_test.go (2.1 KiB)
- notice.go (1.2 KiB)
- notice_test.go (1.5 KiB)
- privacy.go (3.1 KiB)
- privacy_test.go (2.9 KiB)
- redis.go (2.8 KiB)
- redis_test.go (2.9 KiB)
- shop.go (1.8 KiB)
- shop_test.go (780 Bytes)
- tag.go (2.4 KiB)
- tag_test.go (876 Bytes)
- theme.go (3.3 KiB)
- theme_test.go (910 Bytes)
- top_arc.go (1.6 KiB)
- top_arc_test.go (1.9 KiB)
- top_dy.go (1.5 KiB)
- top_dy_test.go (2.0 KiB)
- top_photo.go (1.8 KiB)
- top_photo_test.go (977 Bytes)
-
http
- BUILD (1.8 KiB)
- account.go (3.6 KiB)
- album.go (314 Bytes)
- app.go (1.6 KiB)
- archive.go (3.9 KiB)
- article.go (1.0 KiB)
- assist.go (1.4 KiB)
- bangumi.go (1.3 KiB)
- blacklist.go (389 Bytes)
- channel.go (7.9 KiB)
- coin.go (457 Bytes)
- dynamic.go (847 Bytes)
- fav.go (606 Bytes)
- http.go (5.3 KiB)
- setting.go (2.2 KiB)
- shop.go (208 Bytes)
- tag.go (1.3 KiB)
- web.go (456 Bytes)
-
model
- BUILD (2.0 KiB)
- account.go (2.8 KiB)
- album.go (875 Bytes)
- app.go (2.9 KiB)
- archive.go (2.8 KiB)
- article.go (537 Bytes)
- audio.go (597 Bytes)
- bangumi.go (516 Bytes)
- channel.go (1.0 KiB)
- coin.go (213 Bytes)
- dynamic.go (5.7 KiB)
- elec.go (437 Bytes)
- fav.go (743 Bytes)
- game.go (399 Bytes)
- live.go (404 Bytes)
- proto.pb.go (29.7 KiB)
- proto.proto (1.1 KiB)
- setting.go (1.6 KiB)
- shop.go (662 Bytes)
- tag.go (145 Bytes)
- theme.go (139 Bytes)
- web.go (1.4 KiB)
-
service
- BUILD (3.8 KiB)
- account.go (10.0 KiB)
- account_test.go (1.3 KiB)
- album.go (480 Bytes)
- album_test.go (349 Bytes)
- app.go (9.2 KiB)
- app_test.go (536 Bytes)
- archive.go (10.4 KiB)
- archive_test.go (2.2 KiB)
- article.go (1.1 KiB)
- article_test.go (582 Bytes)
- assist.go (1016 Bytes)
- bangumi.go (901 Bytes)
- bangumi_test.go (404 Bytes)
- blacklist.go (439 Bytes)
- channel.go (8.6 KiB)
- channel_archive.go (10.3 KiB)
- channel_archive_test.go (1.4 KiB)
- channel_test.go (1.4 KiB)
- coin.go (1.8 KiB)
- coin_test.go (358 Bytes)
- dynamic.go (11.0 KiB)
- dynamic_test.go (505 Bytes)
- fav.go (3.2 KiB)
- fav_test.go (721 Bytes)
- game.go (1.0 KiB)
- notice.go (2.2 KiB)
- notice_test.go (549 Bytes)
- service.go (3.7 KiB)
- service_test.go (401 Bytes)
- setting.go (4.7 KiB)
- setting_test.go (1.3 KiB)
- shop.go (238 Bytes)
- tag.go (774 Bytes)
- tag_test.go (403 Bytes)
- .gitignore (95 Bytes)
- BUILD (602 Bytes)
- CHANGELOG.md (6.9 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (234 Bytes)
- README.md (731 Bytes)
-
-
spread
-
cmd
- BUILD (990 Bytes)
- main.go (988 Bytes)
- spread-test.toml (653 Bytes)
-
conf
- BUILD (890 Bytes)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- bangumi.go (1.7 KiB)
- bangumi_test.go (5.9 KiB)
- dao.go (597 Bytes)
- dao_test.go (901 Bytes)
-
http
- BUILD (959 Bytes)
- bangumi.go (1.1 KiB)
- http.go (2.9 KiB)
-
model
- BUILD (558 Bytes)
- bangumi.go (3.5 KiB)
-
service
- BUILD (1.2 KiB)
- bangumi.go (518 Bytes)
- bangumi_test.go (442 Bytes)
- service.go (474 Bytes)
- service_test.go (307 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (204 Bytes)
- CONTRIBUTORS.md (63 Bytes)
- OWNERS (209 Bytes)
- README.md (50 Bytes)
-
-
tag
-
api
- BUILD (1.6 KiB)
- api.pb.go (19.7 KiB)
- api.proto (1.8 KiB)
- channel.pb.go (59.9 KiB)
- channel.proto (2.4 KiB)
- client.go (479 Bytes)
- reply.pb.go (47.5 KiB)
- reply.proto (927 Bytes)
- request.pb.go (77.8 KiB)
- request.proto (1.5 KiB)
- tag.pb.go (23.7 KiB)
- tag.proto (1.3 KiB)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.3 KiB)
- tag-example.toml (7.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.2 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.8 KiB)
- dao_test.go (626 Bytes)
- grpc_channel.go (2.2 KiB)
- grpc_channel_test.go (1.7 KiB)
- grpc_tag.go (3.6 KiB)
- grpc_tag_test.go (1.9 KiB)
- rpc.go (1.1 KiB)
- rpc_test.go (1.1 KiB)
- spam_redis.go (1.5 KiB)
- spam_redis_test.go (1.1 KiB)
- tagarc_prid_redis.go (3.7 KiB)
- tagarc_prid_redis_test.go (2.5 KiB)
- tagarc_redis.go (13.2 KiB)
- tagarc_redis_test.go (8.5 KiB)
-
http
- BUILD (1.4 KiB)
- action.go (1.5 KiB)
- arctag.go (5.4 KiB)
- change.go (2.6 KiB)
- channel.go (6.0 KiB)
- http.go (5.4 KiB)
- platrform.go (3.4 KiB)
- sub.go (5.2 KiB)
- tag.go (8.3 KiB)
- tagarc.go (2.6 KiB)
-
model
- BUILD (1.6 KiB)
- arctag.go (2.7 KiB)
- channel.go (8.1 KiB)
- list.go (417 Bytes)
- proto.pb.go (29.0 KiB)
- proto.proto (1.7 KiB)
- ranking.go (539 Bytes)
- request.go (1.3 KiB)
- restag.go (1.2 KiB)
- rpc.go (4.7 KiB)
- spam.go (201 Bytes)
- sub.go (750 Bytes)
- tag.go (2.9 KiB)
- workflow.go (945 Bytes)
-
rpc
-
client
- BUILD (1.1 KiB)
- channel.go (2.3 KiB)
- tag.go (2.8 KiB)
- tag2.go (1.0 KiB)
- tag2_test.go (318 Bytes)
- tag_test.go (1.8 KiB)
-
server
- BUILD (1.4 KiB)
- channel.go (2.5 KiB)
- rpc.go (3.5 KiB)
- rpc2.go (1.3 KiB)
- rpc_test.go (4.6 KiB)
-
-
server
-
grpc
- BUILD (961 Bytes)
- channel.go (8.3 KiB)
- server.go (468 Bytes)
- tag.go (4.0 KiB)
-
-
service
- BUILD (2.8 KiB)
- arctag_action.go (1.8 KiB)
- arctag_action_test.go (489 Bytes)
- arctag_changeapi.go (4.8 KiB)
- arctag_changeapi_test.go (581 Bytes)
- arctag_check.go (4.1 KiB)
- arctag_user.go (13.9 KiB)
- arctag_user_test.go (995 Bytes)
- channel.go (19.7 KiB)
- channel_test.go (998 Bytes)
- http.go (10.5 KiB)
- new_arc.go (3.6 KiB)
- restag.go (2.4 KiB)
- restag_test.go (888 Bytes)
- rpc.go (2.0 KiB)
- rpc_channel.go (573 Bytes)
- rpc_tag.go (14.0 KiB)
- service.go (5.1 KiB)
- service_test.go (644 Bytes)
- sub.go (2.4 KiB)
- sub_sort.go (2.1 KiB)
- sub_sort_test.go (508 Bytes)
- sub_test.go (714 Bytes)
- tag.go (12.4 KiB)
- tag_test.go (1.2 KiB)
- tagarc.go (5.5 KiB)
- tagarc_test.go (865 Bytes)
- BUILD (808 Bytes)
- CHANGELOG.md (16.2 KiB)
- CONTRIBUTORS.md (132 Bytes)
- OWNERS (254 Bytes)
- README.md (431 Bytes)
-
-
tv
-
cmd
- BUILD (1021 Bytes)
- main.go (921 Bytes)
- tv-interface.toml (7.6 KiB)
-
conf
- BUILD (1.5 KiB)
- cache.go (439 Bytes)
- conf.go (6.2 KiB)
- homepage.go (330 Bytes)
- search_sug.go (348 Bytes)
- zone.go (977 Bytes)
-
dao
-
account
- BUILD (1.3 KiB)
- card.go (823 Bytes)
- card_test.go (1.2 KiB)
- dao.go (378 Bytes)
- dao_test.go (637 Bytes)
-
app
- BUILD (2.1 KiB)
- dao.go (998 Bytes)
- dao_test.go (1.0 KiB)
- homepage.go (2.0 KiB)
- homepage_test.go (5.5 KiB)
- intervention.go (4.6 KiB)
- intervention_test.go (2.6 KiB)
- module.go (1.6 KiB)
- module_test.go (635 Bytes)
- pgc_cards.go (1.0 KiB)
- pgc_cards_test.go (2.2 KiB)
- recommend.go (1.4 KiB)
- recommend_test.go (1.7 KiB)
- redis.go (1011 Bytes)
- redis_test.go (813 Bytes)
- region.go (1.1 KiB)
- region_test.go (841 Bytes)
- zone.go (1.7 KiB)
- zone_test.go (3.3 KiB)
-
archive
- BUILD (2.2 KiB)
- api.go (851 Bytes)
- api_test.go (905 Bytes)
- arctypes.go (2.7 KiB)
- arctypes_test.go (1.9 KiB)
- dao.go (2.0 KiB)
- dao_test.go (1007 Bytes)
- memcache.go (3.6 KiB)
- memcache_test.go (3.7 KiB)
- valid.go (515 Bytes)
- valid_test.go (415 Bytes)
- view.go (5.4 KiB)
- view_test.go (2.0 KiB)
-
audit
- BUILD (1.6 KiB)
- audit.go (1.7 KiB)
- audit_test.go (1.8 KiB)
- dao.go (402 Bytes)
- dao_test.go (844 Bytes)
- transcode.go (2.4 KiB)
- transcode_test.go (2.9 KiB)
-
cms
- BUILD (2.1 KiB)
- backsource.go (9.6 KiB)
- backsource_test.go (8.7 KiB)
- dao.go (1.3 KiB)
- dao_test.go (2.7 KiB)
- db_operate.go (370 Bytes)
- db_operate_test.go (387 Bytes)
- err_msg.go (2.3 KiB)
- err_msg_test.go (1.6 KiB)
- mixed.go (1.4 KiB)
- mixed_test.go (1.0 KiB)
- pgc_auth.go (5.2 KiB)
- pgc_auth_test.go (3.0 KiB)
- pgc_batch.go (3.9 KiB)
- pgc_batch_test.go (2.6 KiB)
- pgc_load.go (7.1 KiB)
- pgc_load_test.go (2.8 KiB)
- pgc_single.go (2.0 KiB)
- pgc_single_test.go (1.7 KiB)
- ugc_batch.go (2.3 KiB)
- ugc_batch_test.go (1.6 KiB)
- ugc_load.go (4.8 KiB)
- ugc_load_test.go (2.4 KiB)
- ugc_single.go (2.3 KiB)
- ugc_single_test.go (2.3 KiB)
-
favorite
- BUILD (1.4 KiB)
- dao.go (2.6 KiB)
- dao_test.go (1.6 KiB)
-
goblin
- BUILD (2.0 KiB)
- dao.go (486 Bytes)
- dao_test.go (1001 Bytes)
- hotword.go (429 Bytes)
- hotword_test.go (671 Bytes)
- label.go (712 Bytes)
- label_test.go (697 Bytes)
- splash.go (522 Bytes)
- splash_test.go (613 Bytes)
- ugc_playurl.go (1.8 KiB)
- ugc_playurl_test.go (1.4 KiB)
- upgrade.go (1.0 KiB)
- upgrade_test.go (1.0 KiB)
-
history
- BUILD (1.6 KiB)
- cursor.go (2.3 KiB)
- cursor_test.go (2.4 KiB)
- dao.go (1.0 KiB)
- dao_test.go (840 Bytes)
-
pgc
- BUILD (1.5 KiB)
- dao.go (431 Bytes)
- dao_test.go (913 Bytes)
- media.go (1.2 KiB)
- media_test.go (7.2 KiB)
- style_cache.go (686 Bytes)
- style_cache_test.go (451 Bytes)
-
search
- BUILD (1.8 KiB)
- dao.go (853 Bytes)
- dao_test.go (635 Bytes)
- elastic.go (3.4 KiB)
- elastic_test.go (2.8 KiB)
- result.go (2.5 KiB)
- result_test.go (2.1 KiB)
- search_sug.go (1.1 KiB)
- search_sug_test.go (616 Bytes)
- wild.go (7.1 KiB)
- wild_test.go (1.8 KiB)
-
thirdp
- BUILD (1.6 KiB)
- dangbei.go (7.3 KiB)
- dangbei_test.go (3.6 KiB)
- dao.go (1.2 KiB)
- dao_test.go (413 Bytes)
- mango_db.go (3.2 KiB)
- mango_mc.go (1.6 KiB)
- mango_recom.go (1.9 KiB)
- mango_recom_test.go (776 Bytes)
-
upper
- BUILD (1.4 KiB)
- dao.go (1014 Bytes)
- dao_test.go (659 Bytes)
- load_upper.go (2.9 KiB)
- load_upper_test.go (1.9 KiB)
-
-
http
- BUILD (2.3 KiB)
- audit.go (2.3 KiB)
- auth.go (893 Bytes)
- history.go (483 Bytes)
- http.go (5.2 KiB)
- media.go (1.4 KiB)
- others.go (1.9 KiB)
- pages.go (2.8 KiB)
- recommend.go (397 Bytes)
- search.go (1.2 KiB)
- tvvip.go (8.1 KiB)
- ugc.go (447 Bytes)
- ugc_view.go (815 Bytes)
- upgrade.go (1.3 KiB)
- wild.go (2.0 KiB)
- zone_index.go (694 Bytes)
-
model
-
goblin
- BUILD (665 Bytes)
- label.go (1.4 KiB)
-
history
- BUILD (749 Bytes)
- history.go (2.0 KiB)
-
search
- BUILD (1.0 KiB)
- client.go (430 Bytes)
- elastic.go (5.6 KiB)
- result.go (2.5 KiB)
- sug.go (1.1 KiB)
- wild.go (18.7 KiB)
-
thirdp
- BUILD (789 Bytes)
- dangbei.go (3.2 KiB)
- mango.go (2.9 KiB)
- mango_recom.go (1.8 KiB)
-
tvvip
- BUILD (659 Bytes)
- vip.go (2.8 KiB)
-
upper
- BUILD (600 Bytes)
- upper.go (482 Bytes)
-
view
- BUILD (699 Bytes)
- const.go (1.6 KiB)
- view.go (3.4 KiB)
- BUILD (1.4 KiB)
- audit.go (1.2 KiB)
- audit_v2.go (2.4 KiB)
- auth.go (1.4 KiB)
- favorite.go (1.3 KiB)
- follow.go (3.3 KiB)
- loadpage.go (2.8 KiB)
- media.go (7.1 KiB)
- media_v2.go (3.5 KiB)
- module.go (2.5 KiB)
- others.go (846 Bytes)
- pgc_cards.go (536 Bytes)
- playurl.go (1.6 KiB)
- recommend.go (1.1 KiB)
- region.go (187 Bytes)
- upgrade.go (762 Bytes)
- zone_index.go (620 Bytes)
-
-
service
-
app
- BUILD (2.1 KiB)
- auth.go (1.4 KiB)
- follow.go (2.1 KiB)
- homePage.go (6.3 KiB)
- homepage_test.go (829 Bytes)
- intervention.go (3.9 KiB)
- module.go (12.3 KiB)
- module_test.go (741 Bytes)
- pages.go (1.2 KiB)
- pgc_cards.go (995 Bytes)
- pgc_cards_test.go (451 Bytes)
- recommend.go (1.7 KiB)
- recommend_test.go (292 Bytes)
- region.go (724 Bytes)
- region_test.go (320 Bytes)
- service.go (2.8 KiB)
- service_test.go (765 Bytes)
- tool.go (5.2 KiB)
- ugc_types.go (1.7 KiB)
- zone.go (4.7 KiB)
- zone_index.go (5.7 KiB)
-
audit
- BUILD (1.3 KiB)
- audit.go (2.1 KiB)
- service.go (416 Bytes)
- service_test.go (278 Bytes)
- transcode.go (1.7 KiB)
-
favorite
- BUILD (1.1 KiB)
- service.go (2.2 KiB)
-
goblin
- BUILD (1.6 KiB)
- hotword.go (425 Bytes)
- label.go (3.1 KiB)
- playurl.go (1.8 KiB)
- service.go (1.4 KiB)
- service_test.go (706 Bytes)
- splash.go (1.1 KiB)
- upgrade.go (309 Bytes)
-
history
- BUILD (1.5 KiB)
- combine.go (3.5 KiB)
- history.go (4.3 KiB)
- service.go (491 Bytes)
- service_test.go (742 Bytes)
-
pgc
- BUILD (1.0 KiB)
- media.go (5.5 KiB)
- service.go (763 Bytes)
-
search
- BUILD (1.7 KiB)
- search.go (2.9 KiB)
- service.go (505 Bytes)
- service_test.go (423 Bytes)
- wild.go (5.8 KiB)
- wild_test.go (1.2 KiB)
-
thirdp
- BUILD (1.7 KiB)
- dangbei.go (3.0 KiB)
- dangbei_test.go (919 Bytes)
- mango.go (7.5 KiB)
- mango_recom.go (2.2 KiB)
- service.go (854 Bytes)
- service_test.go (423 Bytes)
-
tvvip
- BUILD (882 Bytes)
- service.go (475 Bytes)
- vip.go (3.5 KiB)
-
view
- BUILD (1.6 KiB)
- access.go (1.3 KiB)
- auth.go (955 Bytes)
- contain.go (3.5 KiB)
- empty_arc.go (820 Bytes)
- service.go (1.0 KiB)
- view.go (3.5 KiB)
- BUILD (871 Bytes)
-
- BUILD (1.2 KiB)
- CHANGELOG.md (9.6 KiB)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (239 Bytes)
- README.md (197 Bytes)
-
-
ugcpay
-
api
-
http
- BUILD (637 Bytes)
- api.md (17 Bytes)
- income.go (1.0 KiB)
- model.go (855 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (911 Bytes)
- test.toml (264 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.2 KiB)
- dao.go (708 Bytes)
- dao_test.go (746 Bytes)
- grpc.go (4.1 KiB)
- grpc_test.go (3.5 KiB)
-
model
- BUILD (598 Bytes)
- model.go (1009 Bytes)
-
server
-
http
- BUILD (1.2 KiB)
- http.go (1.5 KiB)
- income.go (1.8 KiB)
- trade.go (2.0 KiB)
-
-
service
- BUILD (911 Bytes)
- income.go (1.1 KiB)
- service.go (474 Bytes)
- trade.go (966 Bytes)
- BUILD (672 Bytes)
- CHANGELOG.md (63 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (204 Bytes)
- README.md (167 Bytes)
-
-
ugcpay-rank
-
api
-
http
- BUILD (681 Bytes)
- model.go (694 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (47 Bytes)
-
internal
-
conf
- BUILD (1.1 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (559 Bytes)
- dao_test.go (700 Bytes)
- grpc.go (970 Bytes)
- grpc_test.go (1.6 KiB)
-
server
-
http
- BUILD (1.1 KiB)
- elec.go (2.0 KiB)
- http.go (997 Bytes)
-
-
service
- BUILD (963 Bytes)
- elec.go (1.2 KiB)
- service.go (477 Bytes)
-
- BUILD (684 Bytes)
- CHANGELOG.md (692 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (209 Bytes)
- README.md (210 Bytes)
-
-
up-rating
-
cmd
- BUILD (999 Bytes)
- main.go (906 Bytes)
- up-rating-interface.toml (2.7 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (1.1 KiB)
- dao_test.go (766 Bytes)
- rating.go (1.5 KiB)
- rating_test.go (977 Bytes)
- redis.go (1.5 KiB)
- redis_test.go (1.3 KiB)
-
http
- BUILD (1.0 KiB)
- cache.go (511 Bytes)
- http.go (1.0 KiB)
- rating.go (446 Bytes)
-
model
- BUILD (602 Bytes)
- rating.go (3.7 KiB)
-
service
- BUILD (969 Bytes)
- cache.go (182 Bytes)
- rating.go (4.6 KiB)
- service.go (495 Bytes)
- BUILD (626 Bytes)
- CHANGELOG.md (80 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (213 Bytes)
- README.md (194 Bytes)
-
-
upload
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- upload-test.toml (1.7 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (1.4 KiB)
- bfs.go (5.8 KiB)
- bfs_test.go (2.3 KiB)
- bucket.go (1.7 KiB)
- dao.go (391 Bytes)
- dao_test.go (1012 Bytes)
-
http
-
antispam
- BUILD (1.4 KiB)
- antispam.go (4.0 KiB)
- antispam_test.go (2.2 KiB)
- BUILD (1.4 KiB)
- http.go (1.9 KiB)
- record.go (5.9 KiB)
-
-
model
- BUILD (723 Bytes)
- bucket.go (1.5 KiB)
- dir.go (1.8 KiB)
- model.go (1.3 KiB)
- upload.go (864 Bytes)
-
service
- BUILD (1.4 KiB)
- pixel.go (316 Bytes)
- record.go (8.0 KiB)
- record_test.go (1.7 KiB)
- service.go (1.3 KiB)
- service_test.go (398 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (96 Bytes)
- OWNERS (274 Bytes)
-
-
videoup
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- open_test_web_ui.sh (298 Bytes)
- videoup.toml (3.7 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.2 KiB)
-
dao
-
account
- BUILD (2.0 KiB)
- dao.go (3.1 KiB)
- dao_test.go (1.5 KiB)
- mc_limit.go (3.2 KiB)
- mc_limit_test.go (5.2 KiB)
- rpc.go (2.2 KiB)
- rpc_test.go (2.5 KiB)
-
archive
- BUILD (2.0 KiB)
- api.go (10.8 KiB)
- api_test.go (5.1 KiB)
- dao.go (2.0 KiB)
- dao_test.go (897 Bytes)
- redis.go (1.7 KiB)
- redis_test.go (1.7 KiB)
- type.go (996 Bytes)
- type_test.go (628 Bytes)
-
bfs
- BUILD (1.1 KiB)
- dao.go (2.4 KiB)
- dao_test.go (1.1 KiB)
-
creative
- BUILD (1.4 KiB)
- creative.go (2.3 KiB)
- creative_test.go (1.6 KiB)
- dao.go (640 Bytes)
- dao_test.go (895 Bytes)
-
dynamic
- BUILD (1.2 KiB)
- dao.go (2.3 KiB)
- dao_test.go (2.0 KiB)
-
elec
- BUILD (1.3 KiB)
- api.go (2.0 KiB)
- api_test.go (1.3 KiB)
- dao.go (653 Bytes)
- dao_test.go (892 Bytes)
-
filter
- BUILD (1.3 KiB)
- dao.go (2.7 KiB)
- dao_test.go (2.3 KiB)
-
geetest
- BUILD (1.3 KiB)
- dao.go (1.7 KiB)
- dao_test.go (1.6 KiB)
-
mission
- BUILD (1.3 KiB)
- dao.go (639 Bytes)
- dao_test.go (687 Bytes)
- mission.go (2.4 KiB)
- mission_test.go (954 Bytes)
-
order
- BUILD (1.2 KiB)
- dao.go (4.2 KiB)
- dao_test.go (3.0 KiB)
-
pay
- BUILD (1.4 KiB)
- api.go (3.3 KiB)
- api_test.go (1.5 KiB)
- dao.go (709 Bytes)
- dao_test.go (683 Bytes)
-
subtitle
- BUILD (1.3 KiB)
- dao.go (301 Bytes)
- dao_test.go (688 Bytes)
- subtitle.go (519 Bytes)
- subtitle_test.go (501 Bytes)
-
tag
- BUILD (1.3 KiB)
- dao.go (585 Bytes)
- dao_test.go (890 Bytes)
- tag.go (1.7 KiB)
- tag_test.go (1.3 KiB)
-
-
http
- BUILD (1.4 KiB)
- app.go (6.2 KiB)
- client.go (2.9 KiB)
- creator.go (2.9 KiB)
- http.go (2.5 KiB)
- local.go (298 Bytes)
- web.go (5.3 KiB)
- web_v2.go (1.4 KiB)
-
model
-
archive
- BUILD (752 Bytes)
- archive.go (4.5 KiB)
- lbs.go (851 Bytes)
- param.go (7.1 KiB)
- staff.go (144 Bytes)
- video.go (1.3 KiB)
-
geetest
- BUILD (609 Bytes)
- geetest.go (251 Bytes)
-
mission
- BUILD (567 Bytes)
- mission.go (457 Bytes)
-
porder
- BUILD (565 Bytes)
- porder.go (362 Bytes)
-
-
service
- BUILD (3.2 KiB)
- allow.go (2.7 KiB)
- app.go (5.6 KiB)
- archive_test.go (1.6 KiB)
- check.go (14.0 KiB)
- check_staff.go (13.5 KiB)
- client.go (3.0 KiB)
- creator.go (4.9 KiB)
- deal.go (3.3 KiB)
- filter.go (2.4 KiB)
- geetest.go (1.3 KiB)
- infoc.go (2.2 KiB)
- log.go (1.2 KiB)
- pay.go (3.5 KiB)
- pre.go (11.0 KiB)
- service.go (7.1 KiB)
- service_test.go (1.8 KiB)
- subtitle.go (332 Bytes)
- web.go (5.5 KiB)
- BUILD (1.5 KiB)
- CHANGELOG.md (18.7 KiB)
- CONTRIBUTORS.md (134 Bytes)
- OWNERS (273 Bytes)
- Readme.md (367 Bytes)
-
-
web
-
cmd
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- web-interface-example.toml (1.9 KiB)
- web-interface-test.toml (6.1 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (5.9 KiB)
-
dao
- BUILD (3.4 KiB)
- abserver.go (1.1 KiB)
- abserver_test.go (616 Bytes)
- account_redis.go (1.8 KiB)
- account_redis_test.go (1.7 KiB)
- archive.go (5.2 KiB)
- archive_test.go (3.3 KiB)
- article_redis.go (3.2 KiB)
- article_redis_test.go (2.2 KiB)
- bfs.go (2.3 KiB)
- bfs_test.go (540 Bytes)
- bigdata.go (5.8 KiB)
- bigdata_test.go (4.2 KiB)
- bnj.go (924 Bytes)
- bnj_test.go (475 Bytes)
- dao.go (7.7 KiB)
- dao_test.go (1000 Bytes)
- dynamic_redis.go (4.6 KiB)
- dynamic_redis_test.go (4.5 KiB)
- elec.go (1.0 KiB)
- elec_test.go (743 Bytes)
- feedback.go (1.5 KiB)
- feedback_test.go (524 Bytes)
- help.go (7.7 KiB)
- help_test.go (5.4 KiB)
- icon_redis.go (2.3 KiB)
- icon_redis_test.go (1.3 KiB)
- newlist_redis.go (3.3 KiB)
- newlist_redis_test.go (3.1 KiB)
- online.go (2.1 KiB)
- online_redis.go (1.8 KiB)
- online_redis_test.go (1014 Bytes)
- online_test.go (1.3 KiB)
- pay.go (3.1 KiB)
- pay_test.go (943 Bytes)
- ranking_redis.go (14.4 KiB)
- ranking_redis_test.go (12.2 KiB)
- reply.go (971 Bytes)
- reply_test.go (506 Bytes)
- search.go (18.6 KiB)
- search_test.go (9.0 KiB)
- shop.go (920 Bytes)
- shop_test.go (515 Bytes)
- space.go (879 Bytes)
- space_test.go (523 Bytes)
- tag.go (2.3 KiB)
- tag_test.go (1.8 KiB)
- view_redis.go (1.8 KiB)
- view_redis_test.go (1.3 KiB)
- wechat.go (3.0 KiB)
- wechat_test.go (1.9 KiB)
-
http
- BUILD (1.9 KiB)
- account.go (589 Bytes)
- archive.go (5.1 KiB)
- article.go (2.3 KiB)
- bnj.go (630 Bytes)
- broadcast.go (277 Bytes)
- coin.go (3.4 KiB)
- dynamic.go (1.6 KiB)
- elec.go (662 Bytes)
- feedback.go (1.7 KiB)
- help.go (2.5 KiB)
- http.go (6.7 KiB)
- icon.go (138 Bytes)
- ip.go (128 Bytes)
- like.go (1.6 KiB)
- nav.go (429 Bytes)
- newlist.go (1.3 KiB)
- online.go (215 Bytes)
- ranking.go (3.3 KiB)
- resource.go (907 Bytes)
- search.go (2.7 KiB)
- tag.go (1.3 KiB)
- wechat.go (1.0 KiB)
-
model
- BUILD (1.6 KiB)
- abserver.go (193 Bytes)
- account.go (3.2 KiB)
- archive.go (3.8 KiB)
- article.go (2.3 KiB)
- baidu.go (325 Bytes)
- bigdata.go (5.5 KiB)
- bnj.go (875 Bytes)
- coin.go (213 Bytes)
- elec.go (731 Bytes)
- feedback.go (345 Bytes)
- help.go (1.5 KiB)
- icon.go (230 Bytes)
- nav.go (1.7 KiB)
- online.go (869 Bytes)
- reply.go (230 Bytes)
- search.go (7.8 KiB)
- shop.go (289 Bytes)
- tag.go (546 Bytes)
- web.go (2.0 KiB)
- wechat.go (905 Bytes)
-
service
- BUILD (4.4 KiB)
- account.go (4.7 KiB)
- account_test.go (735 Bytes)
- archive.go (22.1 KiB)
- archive_test.go (2.6 KiB)
- article.go (5.4 KiB)
- article_test.go (1.2 KiB)
- bnj.go (5.9 KiB)
- broadcast.go (546 Bytes)
- coin.go (4.2 KiB)
- coin_test.go (1.1 KiB)
- dynamic.go (4.2 KiB)
- dynamic_test.go (1.2 KiB)
- elec.go (917 Bytes)
- elec_test.go (410 Bytes)
- feedback.go (779 Bytes)
- feedback_test.go (520 Bytes)
- help.go (1.9 KiB)
- help_test.go (1.2 KiB)
- icon.go (2.3 KiB)
- icon_test.go (166.8 KiB)
- ip.go (425 Bytes)
- ip_test.go (299 Bytes)
- like.go (4.3 KiB)
- nav.go (2.9 KiB)
- nav_test.go (337 Bytes)
- newlist.go (3.6 KiB)
- newlist_test.go (677 Bytes)
- online.go (4.2 KiB)
- online_test.go (514 Bytes)
- ranking.go (14.9 KiB)
- ranking_test.go (2.3 KiB)
- resource.go (1.2 KiB)
- resource_test.go (505 Bytes)
- search.go (4.8 KiB)
- search_test.go (496 Bytes)
- service.go (6.2 KiB)
- tag.go (3.0 KiB)
- tag_test.go (382 Bytes)
- wechat.go (4.0 KiB)
- .gitignore (96 Bytes)
- BUILD (590 Bytes)
- CHANGELOG.md (15.3 KiB)
- CONTRIBUTORS.md (107 Bytes)
- OWNERS (247 Bytes)
- README.md (755 Bytes)
-
-
web-feed
-
cmd
- BUILD (1016 Bytes)
- main.go (1.0 KiB)
- web-feed-test.toml (557 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (969 Bytes)
- dao_test.go (352 Bytes)
- memcache.go (1.5 KiB)
-
http
- BUILD (1.1 KiB)
- feed.go (2.3 KiB)
- http.go (1.2 KiB)
-
model
- BUILD (699 Bytes)
- model.go (244 Bytes)
-
service
- BUILD (1.6 KiB)
- feed.go (4.6 KiB)
- feed_test.go (939 Bytes)
- service.go (837 Bytes)
- BUILD (620 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (222 Bytes)
- README.md (288 Bytes)
-
-
web-goblin
-
cmd
- BUILD (1.0 KiB)
- main.go (860 Bytes)
- web-goblin-test.toml (2.5 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.6 KiB)
-
dao
-
share
- BUILD (1019 Bytes)
- dao.go (788 Bytes)
- mysql.go (1.0 KiB)
- redis.go (1.3 KiB)
-
web
- BUILD (1.7 KiB)
- channel.go (843 Bytes)
- channel_test.go (388 Bytes)
- dao.go (1.3 KiB)
- dao_test.go (856 Bytes)
- pgc.go (1.7 KiB)
- pgc_test.go (1.1 KiB)
- recruit.go (908 Bytes)
- recruit_test.go (784 Bytes)
- ugc.go (852 Bytes)
- ugc_test.go (611 Bytes)
-
wechat
- BUILD (1.7 KiB)
- cache.go (248 Bytes)
- dao.cache.go (1010 Bytes)
- dao.go (732 Bytes)
- dao_test.go (702 Bytes)
- qrcode.go (3.7 KiB)
- qrcode_test.go (1.6 KiB)
-
-
http
- BUILD (1.3 KiB)
- channel.go (437 Bytes)
- full.go (828 Bytes)
- http.go (1.7 KiB)
- pgc.go (1.9 KiB)
- recruit.go (482 Bytes)
- share.go (212 Bytes)
- ugc.go (2.5 KiB)
- wechat.go (361 Bytes)
-
model
-
share
- BUILD (737 Bytes)
- share.go (809 Bytes)
-
web
- BUILD (873 Bytes)
- channel.go (524 Bytes)
- full.go (3.4 KiB)
- recruit.go (175 Bytes)
-
wechat
- BUILD (610 Bytes)
- wechat.go (162 Bytes)
-
-
service
-
share
- BUILD (1.3 KiB)
- service.go (969 Bytes)
- share.go (2.6 KiB)
-
web
- BUILD (2.0 KiB)
- channel.go (2.1 KiB)
- full.go (3.9 KiB)
- full_test.go (348 Bytes)
- pgc.go (616 Bytes)
- pgc_test.go (820 Bytes)
- recruit.go (417 Bytes)
- recruit_test.go (513 Bytes)
- service.go (1.5 KiB)
- service_test.go (418 Bytes)
- ugc.go (1.5 KiB)
- ugc_test.go (695 Bytes)
-
wechat
- BUILD (928 Bytes)
- service.go (340 Bytes)
- wechat.go (486 Bytes)
-
- BUILD (1.0 KiB)
- CHANGELOG.md (802 Bytes)
- CONTRIBUTORS.md (113 Bytes)
- OWNERS (273 Bytes)
- README.md (711 Bytes)
-
-
web-show
-
cmd
- BUILD (1.0 KiB)
- main.go (913 Bytes)
- web-show-example.toml (3.0 KiB)
- web-show-test.toml (4.7 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.6 KiB)
-
dao
-
ad
- BUILD (1.4 KiB)
- cpm.go (1.1 KiB)
- cpm_test.go (352 Bytes)
- dao.go (976 Bytes)
- dao_test.go (309 Bytes)
- mysql.go (957 Bytes)
-
bangumi
- BUILD (1.1 KiB)
- bangumi.go (1.1 KiB)
- bangumi_test.go (616 Bytes)
-
data
- BUILD (1.1 KiB)
- data.go (1.4 KiB)
- data_test.go (581 Bytes)
-
job
- BUILD (1.3 KiB)
- dao.go (628 Bytes)
- dao_test.go (310 Bytes)
- jobs.go (1.1 KiB)
- jobs_test.go (263 Bytes)
-
operation
- BUILD (1.3 KiB)
- dao.go (634 Bytes)
- dao_test.go (572 Bytes)
- operation.go (836 Bytes)
-
resource
- BUILD (1.3 KiB)
- dao.go (1.3 KiB)
- dao_test.go (571 Bytes)
- res.go (2.5 KiB)
- vdoactive.go (2.2 KiB)
- vdoad.go (1.7 KiB)
-
-
http
- BUILD (1.6 KiB)
- http.go (2.4 KiB)
- job.go (137 Bytes)
- local.go (1.1 KiB)
- notice.go (456 Bytes)
- res.go (2.0 KiB)
-
model
-
job
- BUILD (602 Bytes)
- job.go (503 Bytes)
-
operation
- BUILD (717 Bytes)
- operation.go (537 Bytes)
- promote.go (366 Bytes)
-
resource
- BUILD (765 Bytes)
- ad.go (1.6 KiB)
- res.go (9.7 KiB)
-
-
service
-
job
- BUILD (1.2 KiB)
- jobs.go (204 Bytes)
- service.go (1.3 KiB)
- service_test.go (685 Bytes)
-
operation
- BUILD (1.6 KiB)
- notice.go (282 Bytes)
- promote.go (1.8 KiB)
- promote_test.go (862 Bytes)
- service.go (2.1 KiB)
-
resource
- BUILD (2.1 KiB)
- ad.go (2.3 KiB)
- refresh.go (1.7 KiB)
- res.go (18.0 KiB)
- res_test.go (1.4 KiB)
- service.go (2.8 KiB)
-
- BUILD (1.2 KiB)
- CHANGELOG.md (3.5 KiB)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (217 Bytes)
- README.md (632 Bytes)
-
- BUILD (2.6 KiB)
- OWNERS (107 Bytes)
-
-
openplatform
-
article
-
cache
- BUILD (408 Bytes)
-
cmd
- BUILD (1.2 KiB)
- article-test.toml (11.0 KiB)
- convey-test.toml (11.1 KiB)
- main.go (1.2 KiB)
- open_test_web_ui.sh (274 Bytes)
-
conf
- BUILD (1.6 KiB)
- conf.go (6.0 KiB)
-
dao
- BUILD (3.5 KiB)
- activity.go (2.7 KiB)
- anniversary_mc.go (162 Bytes)
- author.go (1.3 KiB)
- berserker.go (2.5 KiB)
- bfs.go (3.0 KiB)
- bigdata.go (6.4 KiB)
- bigdata_test.go (1.4 KiB)
- cache.go (5.8 KiB)
- cards.go (4.1 KiB)
- cards_test.go (9.0 KiB)
- creation.go (19.9 KiB)
- creation_mc.go (1.7 KiB)
- creation_mc_test.go (692 Bytes)
- creation_test.go (4.1 KiB)
- dao.cache.go (9.7 KiB)
- dao.go (10.0 KiB)
- dao_test.go (2.7 KiB)
- databus.go (1.2 KiB)
- dynamic.go (1.0 KiB)
- list_mc.go (1.3 KiB)
- list_mc_test.go (4.5 KiB)
- mc.cache.go (25.8 KiB)
- media.go (3.1 KiB)
- memcached.go (16.6 KiB)
- memcached_test.go (2.5 KiB)
- message.go (1.1 KiB)
- mysql.go (11.8 KiB)
- mysql_article.go (8.8 KiB)
- mysql_article_test.go (1.6 KiB)
- mysql_author.go (3.2 KiB)
- mysql_author_test.go (1.6 KiB)
- mysql_complaint.go (2.1 KiB)
- mysql_draft.go (7.2 KiB)
- mysql_list.go (18.2 KiB)
- mysql_list_test.go (3.9 KiB)
- mysql_recommend.go (2.3 KiB)
- mysql_recommend_test.go (863 Bytes)
- mysql_test.go (1.9 KiB)
- mysql_upper.go (1.6 KiB)
- mysql_upper_test.go (839 Bytes)
- rank.go (1.3 KiB)
- rank_test.go (981 Bytes)
- redis.go (13.3 KiB)
- redis_like.go (1.9 KiB)
- redis_like_test.go (623 Bytes)
- redis_read.go (1.3 KiB)
- redis_sort.go (3.5 KiB)
- redis_sort_test.go (1.5 KiB)
- redis_test.go (3.2 KiB)
-
http
- BUILD (2.1 KiB)
- anniversary.go (226 Bytes)
- apply.go (2.0 KiB)
- archive.go (795 Bytes)
- article.go (2.2 KiB)
- author.go (1.3 KiB)
- cards.go (404 Bytes)
- categories.go (396 Bytes)
- complaint.go (1.2 KiB)
- creative.go (18.1 KiB)
- favorite.go (4.1 KiB)
- hotspots.go (1.5 KiB)
- http.go (5.0 KiB)
- like.go (1012 Bytes)
- list.go (1.7 KiB)
- notice.go (246 Bytes)
- rank.go (789 Bytes)
- read.go (643 Bytes)
- recommends.go (6.4 KiB)
- search.go (481 Bytes)
- sentinel.go (168 Bytes)
- share.go (516 Bytes)
- users.go (387 Bytes)
- view.go (5.1 KiB)
-
model
-
search
- BUILD (1.3 KiB)
- search.pb.go (26.9 KiB)
- search.proto (582 Bytes)
- BUILD (2.2 KiB)
- activity.go (1.3 KiB)
- apply.go (260 Bytes)
- article.go (18.6 KiB)
- article_test.go (2.1 KiB)
- author.go (470 Bytes)
- cards.go (2.5 KiB)
- creation.go (4.5 KiB)
- hotspots.go (888 Bytes)
- infoc.go (2.0 KiB)
- list.go (2.0 KiB)
- model.pb.go (118.8 KiB)
- model.proto (6.8 KiB)
- rank.go (556 Bytes)
- rpc.go (3.7 KiB)
- setting.go (751 Bytes)
- sort.go (358 Bytes)
-
-
rpc
-
client
- BUILD (858 Bytes)
- article.go (12.1 KiB)
- mock.go (19.7 KiB)
-
server
- BUILD (1.3 KiB)
- rpc.go (8.6 KiB)
- rpc_test.go (636 Bytes)
-
-
service
- BUILD (4.9 KiB)
- activity.go (469 Bytes)
- anniversary.go (1.4 KiB)
- apply.go (2.3 KiB)
- archive.go (834 Bytes)
- article.go (28.3 KiB)
- article_test.go (4.1 KiB)
- author.go (5.7 KiB)
- author_test.go (423 Bytes)
- banner.go (3.1 KiB)
- cards.go (5.6 KiB)
- category.go (2.8 KiB)
- category_test.go (1.9 KiB)
- coin.go (611 Bytes)
- coin_test.go (696 Bytes)
- creation.go (16.0 KiB)
- creation_check.go (7.8 KiB)
- creation_check_test.go (5.4 KiB)
- creation_test.go (4.8 KiB)
- creative_list.go (13.6 KiB)
- creative_list_test.go (4.0 KiB)
- draft.go (3.0 KiB)
- draft_test.go (2.4 KiB)
- favorite.go (3.3 KiB)
- favorite_test.go (886 Bytes)
- history.go (1.7 KiB)
- hotspots.go (6.9 KiB)
- hotspots_test.go (1000 Bytes)
- infoc.go (5.8 KiB)
- like.go (2.0 KiB)
- like_test.go (1.3 KiB)
- list.go (8.9 KiB)
- list_test.go (1.2 KiB)
- message.go (1.5 KiB)
- message_test.go (661 Bytes)
- notice.go (1.0 KiB)
- notice_test.go (957 Bytes)
- old_creative.go (13.1 KiB)
- rank.go (1.8 KiB)
- rank_test.go (1.1 KiB)
- read.go (513 Bytes)
- recommends.go (13.3 KiB)
- recommends_test.go (8.3 KiB)
- search.go (1.0 KiB)
- sentinel.go (404 Bytes)
- service.go (5.7 KiB)
- service_test.go (9.2 KiB)
- setting.go (3.1 KiB)
- share.go (449 Bytes)
- slide.go (14.8 KiB)
- sort.go (3.3 KiB)
- stat.go (2.0 KiB)
- stat_test.go (16 Bytes)
- tag.go (1.8 KiB)
- tag_test.go (1.9 KiB)
- upper.go (4.2 KiB)
- upper_test.go (1.1 KiB)
- users.go (706 Bytes)
- users_test.go (823 Bytes)
- view.go (3.6 KiB)
- view_test.go (16 Bytes)
- xss.go (1.2 KiB)
- xss_test.go (14.1 KiB)
- BUILD (861 Bytes)
- CHANGELOG.md (13.7 KiB)
- CONTRIBUTORS.md (95 Bytes)
- OWNERS (251 Bytes)
- README.md (272 Bytes)
-
-
monitor-end
-
cmd
- BUILD (1.1 KiB)
- main.go (841 Bytes)
- monitor.toml (409 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.8 KiB)
-
dao
- BUILD (1.0 KiB)
- dao.go (734 Bytes)
- mysql.go (14.4 KiB)
- redis.go (1.6 KiB)
-
http
- BUILD (1.3 KiB)
- alert.go (3.9 KiB)
- http.go (1.9 KiB)
- monitor.go (1.5 KiB)
-
model
-
kafka
- BUILD (617 Bytes)
- kafka.go (110 Bytes)
-
monitor
- BUILD (1.3 KiB)
- handler.go (5.2 KiB)
- handler_test.go (650 Bytes)
- monitor.go (4.2 KiB)
- monitor_test.go (692 Bytes)
-
prom
- BUILD (797 Bytes)
- prom.go (8.4 KiB)
- BUILD (897 Bytes)
- params.go (2.6 KiB)
-
-
service
- BUILD (2.6 KiB)
- alert.go (9.1 KiB)
- alert_test.go (5.3 KiB)
- consumer.go (4.1 KiB)
- consumer_test.go (737 Bytes)
- infoc.go (508 Bytes)
- mail.go (2.4 KiB)
- monitor.go (10.2 KiB)
- monitor_test.go (9.6 KiB)
- service.go (3.2 KiB)
- service_test.go (2.1 KiB)
- CHANGELOG.md (911 Bytes)
- CONTRIBUTORS.md (78 Bytes)
- OWNERS (225 Bytes)
- README.md (291 Bytes)
-
-
seo
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- conf.toml (899 Bytes)
- main.go (797 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (860 Bytes)
- dao.go (2.7 KiB)
- item.go (368 Bytes)
- pro.go (367 Bytes)
- sitemap.go (373 Bytes)
-
model
- BUILD (603 Bytes)
- model.go (205 Bytes)
-
server
-
http
- BUILD (1.1 KiB)
- http.go (2.1 KiB)
- item.go (418 Bytes)
- pro.go (477 Bytes)
- sitemap.go (353 Bytes)
-
-
service
- BUILD (814 Bytes)
- item.go (204 Bytes)
- pro.go (204 Bytes)
- service.go (612 Bytes)
- BUILD (645 Bytes)
- CHANGELOG.md (167 Bytes)
- CONTRIBUTORS.md (92 Bytes)
- OWNERS (245 Bytes)
- README.md (82 Bytes)
-
- BUILD (796 Bytes)
- CONTRIBUTORS.md (123 Bytes)
- OWNERS (196 Bytes)
-
-
video
-
portal
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (986 Bytes)
- portal.toml (3.3 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (969 Bytes)
- dao.go (511 Bytes)
- dao_test.go (678 Bytes)
-
middleware
- BUILD (775 Bytes)
- check.go (1.7 KiB)
-
model
- BUILD (599 Bytes)
- model.go (284 Bytes)
-
server
-
http
- BUILD (1.1 KiB)
- http.go (1.3 KiB)
- stream_forwarding_conf.go (487 Bytes)
- stream_source_station.go (1.5 KiB)
-
-
service
- BUILD (750 Bytes)
- service.go (476 Bytes)
- BUILD (681 Bytes)
- CHANGELOG.md (40 Bytes)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (224 Bytes)
- README.md (167 Bytes)
-
- BUILD (337 Bytes)
- Dockerfile (934 Bytes)
- OWNERS (93 Bytes)
- docker-compose.yml (1.5 KiB)
-
- BUILD (1.4 KiB)
- OWNERS (85 Bytes)
- README.md (63 Bytes)
-
-
job
-
bbq
-
cms
-
cmd
- BUILD (1000 Bytes)
- main.go (990 Bytes)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (198 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (188 Bytes)
-
internal
-
dao
- BUILD (915 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (597 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (924 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (735 Bytes)
- service.go (606 Bytes)
-
- BUILD (548 Bytes)
- CHANGELOG.md (34 Bytes)
- CONTRIBUTORS.md (65 Bytes)
- OWNERS (169 Bytes)
- README.md (80 Bytes)
-
-
comment
-
cmd
- BUILD (1012 Bytes)
- main.go (1.0 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (202 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (192 Bytes)
-
internal
-
dao
- BUILD (919 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (601 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (932 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (743 Bytes)
- service.go (610 Bytes)
-
- BUILD (568 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (143 Bytes)
- README.md (84 Bytes)
-
-
recall
-
api
-
v1
- BUILD (1006 Bytes)
- api.proto (710 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (975 Bytes)
- main.go (1.0 KiB)
- test.toml (2.5 KiB)
-
internal
-
conf
- BUILD (1.2 KiB)
- berserker.go (278 Bytes)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- berserker.go (276 Bytes)
- bloomfilter.go (1.7 KiB)
- dao.go (1.3 KiB)
- hdfs.go (1.5 KiB)
- inverted_index.go (345 Bytes)
- video.go (4.1 KiB)
-
model
- BUILD (650 Bytes)
- model.go (573 Bytes)
-
service
- BUILD (1.1 KiB)
- bloomfilter.go (1.0 KiB)
- forward_index.go (3.1 KiB)
- inverted_index.go (1.4 KiB)
- service.go (1.1 KiB)
-
-
proto
-
quality
- BUILD (1.3 KiB)
- quality.pb.go (33.8 KiB)
- quality.proto (1.6 KiB)
- BUILD (1.6 KiB)
- forward_index.pb.go (31.1 KiB)
- forward_index.proto (1.5 KiB)
-
- BUILD (651 Bytes)
- CHANGELOG.md (414 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (142 Bytes)
- README.md (83 Bytes)
-
-
video
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (958 Bytes)
- cids (8 Bytes)
- main.go (744 Bytes)
- sug (48 Bytes)
- test.toml (9.5 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (4.1 KiB)
-
dao
- BUILD (1.8 KiB)
- berserker.go (13.1 KiB)
- cmsvideo.go (4.2 KiB)
- comment.go (323 Bytes)
- dao.go (4.4 KiB)
- email.go (254 Bytes)
- notice.go (1.5 KiB)
- user.go (14.3 KiB)
- video.go (18.6 KiB)
-
model
- BUILD (696 Bytes)
- model.go (10.5 KiB)
- search.go (565 Bytes)
- video.go (99 Bytes)
-
server
-
http
- BUILD (912 Bytes)
- http.go (1017 Bytes)
-
-
service
- BUILD (1.7 KiB)
- binlogv.go (5.3 KiB)
- binlogvr.go (2.5 KiB)
- bvcsub.go (2.6 KiB)
- cmsvideo.go (299 Bytes)
- comment.go (1.6 KiB)
- email.go (698 Bytes)
- ftp.go (8.5 KiB)
- notice.go (2.7 KiB)
- service.go (4.0 KiB)
- user.go (6.3 KiB)
- video.go (11.5 KiB)
- BUILD (567 Bytes)
- CHANGELOG.md (589 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (181 Bytes)
- README.md (153 Bytes)
-
- BUILD (449 Bytes)
- CONTRIBUTORS.md (15 Bytes)
- OWNERS (105 Bytes)
-
-
live
-
dao-anchor-job
-
api
-
v1
- BUILD (1.1 KiB)
- api.pb.go (1.4 KiB)
- api.proto (709 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1022 Bytes)
- test.toml (501 Bytes)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.4 KiB)
- av.go (630 Bytes)
- bfs.go (1.2 KiB)
- dao.go (1.6 KiB)
- daoAnchor.go (4.2 KiB)
- video.go (750 Bytes)
-
model
- BUILD (609 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (969 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.4 KiB)
- cover.go (3.1 KiB)
- cover_test.go (389 Bytes)
- data.go (2.8 KiB)
- data_test.go (522 Bytes)
- service.go (1.2 KiB)
-
-
-
gift
-
api
- BUILD (1.6 KiB)
- api.pb.go (10.9 KiB)
- api.proto (1.0 KiB)
- generate.go (97 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (980 Bytes)
- test.toml (1.6 KiB)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.0 KiB)
- dao.go (730 Bytes)
- mysql.go (2.4 KiB)
- redis.go (2.6 KiB)
-
model
- BUILD (599 Bytes)
- model.go (374 Bytes)
-
server
-
http
- BUILD (939 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.6 KiB)
- infoc.go (2.6 KiB)
- infoc_test.go (1.3 KiB)
- package.go (2.3 KiB)
- package_test.go (1.6 KiB)
- service.go (2.0 KiB)
- service_test.go (632 Bytes)
-
- BUILD (656 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (39 Bytes)
- OWNERS (144 Bytes)
- README.md (81 Bytes)
-
-
push-search
-
cmd
- BUILD (1.1 KiB)
- main.go (1.5 KiB)
- push-search-test.toml (2.5 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.3 KiB)
-
dao
-
migrate
- BUILD (794 Bytes)
- dao.go (683 Bytes)
- BUILD (1.2 KiB)
- api.go (684 Bytes)
- dao.go (1.0 KiB)
- pub.go (326 Bytes)
-
-
http
- BUILD (926 Bytes)
- http.go (1.0 KiB)
-
model
- BUILD (636 Bytes)
- model.go (14 Bytes)
- room_info.go (1.9 KiB)
-
service
-
migrate
- BUILD (876 Bytes)
- service.go (6.9 KiB)
- BUILD (1.5 KiB)
- attention_notify.go (4.3 KiB)
- common.go (10.1 KiB)
- roominfo_notify.go (4.8 KiB)
- service.go (2.4 KiB)
- uname_notify.go (4.2 KiB)
-
- CHANGELOG.md (104 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (197 Bytes)
- README.md (88 Bytes)
-
-
recommend-job
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (2.1 KiB)
- test.toml (863 Bytes)
-
internal
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (749 Bytes)
- dao.go (579 Bytes)
-
model
- BUILD (608 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (966 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.2 KiB)
- item_cf_job.go (8.0 KiB)
- service.go (1.0 KiB)
- user_area_job.go (1.1 KiB)
-
- BUILD (666 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (152 Bytes)
- README.md (422 Bytes)
-
-
wallet
-
cmd
- BUILD (880 Bytes)
- live-wallet-test.toml (1.2 KiB)
- main.go (843 Bytes)
-
conf
- BUILD (930 Bytes)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (952 Bytes)
- mc_wallet.go (569 Bytes)
- mc_wallet_test.go (254 Bytes)
- wallet.go (1.3 KiB)
- wallet_test.go (881 Bytes)
-
model
- BUILD (550 Bytes)
- model.go (420 Bytes)
-
service
- BUILD (1.3 KiB)
- service.go (1.9 KiB)
- service_test.go (666 Bytes)
- wallet.go (667 Bytes)
- wallet_test.go (659 Bytes)
- BUILD (525 Bytes)
- CHANGELOG.md (166 Bytes)
- CONTRIBUTORS.md (75 Bytes)
- OWNERS (200 Bytes)
- README.md (83 Bytes)
-
-
xlottery
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1000 Bytes)
- test.toml (1.8 KiB)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (1.3 KiB)
- api.go (439 Bytes)
- cache.go (1.5 KiB)
- capsule.go (36.7 KiB)
- dao.go (945 Bytes)
-
model
- BUILD (603 Bytes)
- model.go (2.2 KiB)
-
server
-
http
- BUILD (951 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.1 KiB)
- service.go (14.9 KiB)
-
- BUILD (636 Bytes)
- CHANGELOG.md (108 Bytes)
- CONTRIBUTORS.md (135 Bytes)
- OWNERS (274 Bytes)
- README.md (85 Bytes)
-
-
xroom-feed
-
cmd
- BUILD (1.0 KiB)
- main.go (1020 Bytes)
-
configs
- application.toml (106 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (205 Bytes)
- mysql.toml (478 Bytes)
- redis.toml (193 Bytes)
-
internal
-
dao
- BUILD (1.1 KiB)
- cache.go (1.3 KiB)
- conf.go (1.8 KiB)
- dao.go (1.4 KiB)
- rediskey.go (172 Bytes)
-
model
- BUILD (605 Bytes)
- model.go (1.1 KiB)
-
server
-
http
- BUILD (940 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (1.6 KiB)
- condrule.go (12.0 KiB)
- is_black.go (1.2 KiB)
- onlinelist.go (747 Bytes)
- reccache.go (2.4 KiB)
- rediskey.go (610 Bytes)
- rule.go (4.4 KiB)
- service.go (1.9 KiB)
- sort.go (4.4 KiB)
-
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (148 Bytes)
- README.md (87 Bytes)
-
- BUILD (1.5 KiB)
- CONTRIBUTORS.md (60 Bytes)
- OWNERS (160 Bytes)
-
-
live-userexp
-
cmd
- BUILD (1000 Bytes)
- live-userexp-job-example.toml (1.2 KiB)
- main.go (974 Bytes)
-
conf
- BUILD (918 Bytes)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (1.3 KiB)
- mc_level.go (672 Bytes)
- mc_level_test.go (722 Bytes)
-
model
- BUILD (1.3 KiB)
- exp.go (3.2 KiB)
- exp.pb.go (15.7 KiB)
- exp.proto (696 Bytes)
- model.go (250 Bytes)
-
service
- BUILD (1.2 KiB)
- exp.go (417 Bytes)
- exp_test.go (661 Bytes)
- service.go (1.9 KiB)
- BUILD (530 Bytes)
- CHANGELOG.MD (101 Bytes)
- CONTRIBUTORS.MD (61 Bytes)
- OWNERS (146 Bytes)
- README.md (203 Bytes)
-
-
main
-
account-recovery
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1010 Bytes)
- account-recovery-job.toml (1.6 KiB)
- main.go (768 Bytes)
-
conf
- BUILD (993 Bytes)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (361 Bytes)
- dao_test.go (717 Bytes)
- req_http.go (1.2 KiB)
- req_http_test.go (694 Bytes)
-
model
- BUILD (602 Bytes)
- model.go (554 Bytes)
-
server
-
http
- BUILD (869 Bytes)
- http.go (676 Bytes)
-
-
service
- BUILD (925 Bytes)
- service.go (4.0 KiB)
- BUILD (639 Bytes)
- CHANGELOG.md (98 Bytes)
- CONTRIBUTORS.md (63 Bytes)
- OWNERS (195 Bytes)
- README.md (89 Bytes)
-
-
account-summary
-
cmd
- BUILD (1.0 KiB)
- main.go (873 Bytes)
- test.toml (2.6 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (1.1 KiB)
- dao_test.go (642 Bytes)
- member.go (3.4 KiB)
- member_test.go (12 Bytes)
- passport.go (1.6 KiB)
- passport_test.go (861 Bytes)
- relation.go (1.3 KiB)
- relation_test.go (12 Bytes)
- summary.go (2.8 KiB)
- summary_test.go (756 Bytes)
-
http
- BUILD (963 Bytes)
- http.go (880 Bytes)
- summary.go (494 Bytes)
-
model
- BUILD (729 Bytes)
- canal.go (310 Bytes)
- model.go (5.2 KiB)
- param.go (95 Bytes)
- passport.go (1.3 KiB)
-
service
- BUILD (1.3 KiB)
- block.go (1.3 KiB)
- initial.go (2.9 KiB)
- member.go (1.4 KiB)
- passport.go (1.3 KiB)
- relation.go (1.3 KiB)
- service.go (2.0 KiB)
- summary.go (1.6 KiB)
- sync.go (4.7 KiB)
- BUILD (626 Bytes)
- CHANGELOG.md (340 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (181 Bytes)
- README.md (113 Bytes)
-
-
activity
-
cmd
- BUILD (988 Bytes)
- activity-job-test.toml (4.7 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.2 KiB)
-
dao
-
bnj
- BUILD (1.5 KiB)
- cache.go (608 Bytes)
- cache_test.go (696 Bytes)
- dao.go (813 Bytes)
- dao_test.go (900 Bytes)
- mc.cache.go (3.5 KiB)
- mc.cache_test.go (1.7 KiB)
- push.go (1.5 KiB)
- push_test.go (1.2 KiB)
- wechat.go (1.3 KiB)
- wechat_test.go (753 Bytes)
-
dm
- BUILD (1.3 KiB)
- broadcast.go (1.1 KiB)
- broadcast_test.go (803 Bytes)
- dao.go (407 Bytes)
- dao_test.go (850 Bytes)
-
kfc
- BUILD (1.2 KiB)
- dao.go (352 Bytes)
- dao_test.go (693 Bytes)
- kfc.go (865 Bytes)
- kfc_test.go (485 Bytes)
-
like
- BUILD (2.2 KiB)
- action.go (1.6 KiB)
- action_test.go (563 Bytes)
- dao.go (1.6 KiB)
- dao_test.go (852 Bytes)
- extend.go (460 Bytes)
- extend_test.go (533 Bytes)
- like.go (4.0 KiB)
- like_test.go (2.9 KiB)
- match.go (1.8 KiB)
- match_test.go (1.5 KiB)
- redis.go (3.5 KiB)
- redis_test.go (3.3 KiB)
- subject.go (3.8 KiB)
- subject_test.go (2.6 KiB)
- web_data.go (1.3 KiB)
- web_data_test.go (986 Bytes)
-
-
http
- BUILD (838 Bytes)
- http.go (912 Bytes)
-
model
-
bnj
- BUILD (596 Bytes)
- bnj.go (316 Bytes)
-
dm
- BUILD (599 Bytes)
- dm_post.go (1.0 KiB)
-
kfc
- BUILD (596 Bytes)
- kfc.go (118 Bytes)
-
like
- BUILD (761 Bytes)
- like.go (2.0 KiB)
- subject.go (1.9 KiB)
-
match
- BUILD (600 Bytes)
- match.go (690 Bytes)
-
-
service
- BUILD (2.7 KiB)
- action.go (3.0 KiB)
- archive.go (3.2 KiB)
- bnj.go (12.5 KiB)
- kfc.go (617 Bytes)
- like.go (3.3 KiB)
- match.go (3.0 KiB)
- match_test.go (306 Bytes)
- service.go (20.2 KiB)
- service_test.go (782 Bytes)
- subject.go (1.4 KiB)
- BUILD (966 Bytes)
- CHANGELOG.md (2.1 KiB)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (148 Bytes)
- README.md (0 Bytes)
-
-
aegis
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- aegis-job.toml (4.3 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (2.8 KiB)
-
dao
-
email
- BUILD (1.2 KiB)
- dao.go (2.4 KiB)
- dao_test.go (1.5 KiB)
-
monitor
- BUILD (1.6 KiB)
- api.go (1.0 KiB)
- api_test.go (645 Bytes)
- dao.go (827 Bytes)
- dao_test.go (877 Bytes)
- db.go (2.2 KiB)
- db_test.go (912 Bytes)
- redis.go (5.8 KiB)
- redis_test.go (3.2 KiB)
- BUILD (2.3 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.0 KiB)
- task_db.go (2.3 KiB)
- task_db_test.go (1.6 KiB)
- task_http.go (1.3 KiB)
- task_mc.go (591 Bytes)
- task_mc_test.go (559 Bytes)
- task_orm.go (3.7 KiB)
- task_orm_test.go (3.4 KiB)
- task_redis.go (7.3 KiB)
- task_redis_test.go (6.4 KiB)
- task_report.go (3.2 KiB)
- task_rpc.go (967 Bytes)
- task_rpc_test.go (523 Bytes)
- task_test.go (331 Bytes)
-
-
model
-
monitor
- BUILD (601 Bytes)
- monitor.go (5.2 KiB)
- BUILD (854 Bytes)
- common.go (1.4 KiB)
- databus.go (233 Bytes)
- email.go (204 Bytes)
- message.go (534 Bytes)
- report.go (1.7 KiB)
- resource.go (3.9 KiB)
- task.go (5.3 KiB)
-
-
server
-
http
- BUILD (950 Bytes)
- debug.go (270 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (2.3 KiB)
- cache.go (5.9 KiB)
- databus.go (8.3 KiB)
- handler.go (11.0 KiB)
- handler_resource.go (1.9 KiB)
- handler_task.go (1.2 KiB)
- monitor.go (19.0 KiB)
- monitor_test.go (2.9 KiB)
- report.go (1.9 KiB)
- service.go (3.5 KiB)
- service_test.go (409 Bytes)
- task_job.go (1.5 KiB)
- task_log.go (1.3 KiB)
- weight.go (9.2 KiB)
- BUILD (573 Bytes)
- CHANGELOG.md (838 Bytes)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (227 Bytes)
- README.md (78 Bytes)
-
-
answer
-
cmd
- BUILD (1.1 KiB)
- answer-job-test.toml (2.0 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
- conf_test.go (237 Bytes)
-
dao
- BUILD (1.7 KiB)
- account.go (720 Bytes)
- bfs.go (2.1 KiB)
- dao.go (907 Bytes)
- dao_test.go (683 Bytes)
- draw.go (3.1 KiB)
- mysql.go (2.5 KiB)
- mysql_test.go (1.3 KiB)
-
http
- BUILD (832 Bytes)
- http.go (693 Bytes)
-
model
- BUILD (628 Bytes)
- msg.go (250 Bytes)
- question.go (1.5 KiB)
-
service
- BUILD (1.4 KiB)
- img.go (1.6 KiB)
- question.go (1.6 KiB)
- service.go (3.3 KiB)
- service_test.go (1.7 KiB)
- BUILD (572 Bytes)
- CHANGELOG.md (345 Bytes)
- CONTRIBUTORS.md (114 Bytes)
- OWNERS (246 Bytes)
- README.md (177 Bytes)
-
-
app
-
cmd
- BUILD (864 Bytes)
- app-job-test.toml (3.2 KiB)
- main.go (790 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.6 KiB)
-
dao
-
feed
- BUILD (1.7 KiB)
- archive.go (852 Bytes)
- archive_test.go (259 Bytes)
- dao.go (847 Bytes)
- dao_test.go (268 Bytes)
- memcache.go (1.3 KiB)
- rcmd.go (1.2 KiB)
- rcmd_test.go (302 Bytes)
- tag.go (722 Bytes)
- tag_test.go (595 Bytes)
-
monitor
- BUILD (1.1 KiB)
- dao.go (329 Bytes)
- dao_test.go (234 Bytes)
- monitor.go (1.4 KiB)
- monitor_test.go (238 Bytes)
-
show
- BUILD (997 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (974 Bytes)
-
space
- BUILD (1.7 KiB)
- api.go (2.7 KiB)
- api_test.go (490 Bytes)
- dao.go (3.1 KiB)
- dao_test.go (792 Bytes)
- redis.go (826 Bytes)
- redis_test.go (380 Bytes)
-
view
- BUILD (1.5 KiB)
- dao.go (970 Bytes)
- dao_test.go (427 Bytes)
- memcache.go (4.2 KiB)
- memcache_test.go (1.2 KiB)
- redis.go (1.1 KiB)
- redis_test.go (408 Bytes)
-
-
http
- BUILD (905 Bytes)
- http.go (1.0 KiB)
-
model
-
feed
- BUILD (650 Bytes)
- rcmd.go (255 Bytes)
- tag.go (114 Bytes)
-
space
- BUILD (603 Bytes)
- space.go (757 Bytes)
- BUILD (915 Bytes)
- archive.go (465 Bytes)
- const.go (298 Bytes)
- model.go (1.4 KiB)
- retry.go (785 Bytes)
-
-
service
-
feed
- BUILD (1.2 KiB)
- feed.go (2.7 KiB)
- feed_test.go (479 Bytes)
-
show
- BUILD (1.1 KiB)
- show.go (1.2 KiB)
- show_test.go (565 Bytes)
- BUILD (2.5 KiB)
- account.go (4.3 KiB)
- archive.go (3.6 KiB)
- archive_test.go (891 Bytes)
- contribute.go (6.4 KiB)
- contribute_test.go (1.5 KiB)
- flush.go (677 Bytes)
- monitor.go (2.2 KiB)
- monitor_test.go (199 Bytes)
- retry.go (2.7 KiB)
- retry_test.go (1.4 KiB)
- service.go (3.8 KiB)
- service_test.go (949 Bytes)
- stat.go (2.2 KiB)
-
- BUILD (755 Bytes)
- CHANGELOG.md (2.8 KiB)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (211 Bytes)
- README.md (292 Bytes)
-
-
app-player
-
cmd
- BUILD (934 Bytes)
- app-player-job-test.toml (825 Bytes)
- main.go (811 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (635 Bytes)
- dao_test.go (353 Bytes)
- memcache.go (658 Bytes)
- memcache_test.go (482 Bytes)
- redis.go (1.1 KiB)
- redis_test.go (858 Bytes)
-
http
- BUILD (844 Bytes)
- http.go (841 Bytes)
-
model
- BUILD (631 Bytes)
- model.go (258 Bytes)
- retry.go (73 Bytes)
-
service
- BUILD (1.4 KiB)
- service.go (3.6 KiB)
- service_test.go (1.1 KiB)
- BUILD (596 Bytes)
- CHANGELOG.md (69 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (222 Bytes)
- README.md (292 Bytes)
-
-
app-wall
-
cmd
- BUILD (1.1 KiB)
- app-wall-job-test.toml (4.6 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.7 KiB)
-
dao
-
offer
- BUILD (1.3 KiB)
- dao.go (1.3 KiB)
- dao_test.go (542 Bytes)
- redis.go (1.1 KiB)
- redis_test.go (211 Bytes)
-
seq
- BUILD (1.2 KiB)
- seq.go (781 Bytes)
- seq_test.go (546 Bytes)
-
unicom
- BUILD (1.5 KiB)
- api.go (5.4 KiB)
- cache.go (6.2 KiB)
- dao.go (6.7 KiB)
- unicom_test.go (2.1 KiB)
-
-
http
- BUILD (913 Bytes)
- http.go (1.0 KiB)
-
model
-
offer
- BUILD (637 Bytes)
- message.go (211 Bytes)
- retry.go (345 Bytes)
-
unicom
- BUILD (727 Bytes)
- unicom.go (2.8 KiB)
- BUILD (722 Bytes)
- const.go (631 Bytes)
-
-
service
-
offer
- BUILD (1.6 KiB)
- active.go (2.7 KiB)
- active_test.go (1.5 KiB)
- retry.go (1.6 KiB)
- retry_test.go (1.3 KiB)
- service.go (2.2 KiB)
- service_test.go (1.7 KiB)
-
unicom
- BUILD (1.7 KiB)
- infoc.go (2.1 KiB)
- service.go (2.7 KiB)
- unicom.go (15.8 KiB)
- unicom_test.go (1.2 KiB)
-
- BUILD (762 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (66 Bytes)
- OWNERS (203 Bytes)
- README.md (93 Bytes)
-
-
appstatic
-
cmd
- BUILD (988 Bytes)
- appstatic-job-test.toml (1.7 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.1 KiB)
-
dao
-
caldiff
- BUILD (1.6 KiB)
- cal_diff.go (4.2 KiB)
- cal_diff_test.go (2.1 KiB)
- dao.go (417 Bytes)
- dao_test.go (1013 Bytes)
- download.go (1003 Bytes)
- download_test.go (803 Bytes)
- upbfs.go (2.3 KiB)
- upbfs_test.go (1.6 KiB)
-
push
- BUILD (1.8 KiB)
- appres.go (2.4 KiB)
- appres_test.go (1.2 KiB)
- dao.go (709 Bytes)
- dao_test.go (1010 Bytes)
- push.go (2.6 KiB)
- push_test.go (1.3 KiB)
- redis.go (1.0 KiB)
- redis_test.go (556 Bytes)
- BUILD (534 Bytes)
-
-
http
- BUILD (799 Bytes)
- http.go (548 Bytes)
-
model
- BUILD (553 Bytes)
- model.go (1.4 KiB)
-
service
- BUILD (950 Bytes)
- cal_diff.go (7.5 KiB)
- push.go (2.8 KiB)
- service.go (908 Bytes)
- upbfs.go (1.0 KiB)
- BUILD (590 Bytes)
- CHANGELOG.md (421 Bytes)
- CONTRIBUTORS.md (94 Bytes)
- OWNERS (271 Bytes)
- README.md (181 Bytes)
-
-
archive
-
cmd
- BUILD (992 Bytes)
- archive-job-example.toml (1.5 KiB)
- archive-job-test.toml (4.7 KiB)
- main.go (1010 Bytes)
-
conf
- BUILD (992 Bytes)
- conf.go (2.1 KiB)
-
dao
-
archive
- BUILD (1.6 KiB)
- addit.go (736 Bytes)
- addit_test.go (248 Bytes)
- archive.go (922 Bytes)
- archive_test.go (258 Bytes)
- config.go (865 Bytes)
- config_test.go (276 Bytes)
- dao.go (441 Bytes)
- dao_test.go (634 Bytes)
- first_pass.go (522 Bytes)
- first_pass_test.go (403 Bytes)
- oper.go (554 Bytes)
- oper_test.go (242 Bytes)
- staff.go (717 Bytes)
- staff_test.go (367 Bytes)
- type.go (598 Bytes)
- type_test.go (242 Bytes)
- video.go (2.4 KiB)
- video_test.go (423 Bytes)
- video_track.go (708 Bytes)
- video_track_test.go (279 Bytes)
-
email
- BUILD (1.4 KiB)
- dao.go (366 Bytes)
- dao_test.go (240 Bytes)
- email.go (2.3 KiB)
- email_test.go (325 Bytes)
-
monitor
- BUILD (1.1 KiB)
- dao.go (333 Bytes)
- dao_test.go (242 Bytes)
- monitor.go (1.4 KiB)
- monitor_test.go (349 Bytes)
-
reply
- BUILD (1.1 KiB)
- dao.go (384 Bytes)
- dao_test.go (240 Bytes)
- reply.go (844 Bytes)
- reply_test.go (207 Bytes)
-
result
- BUILD (1.4 KiB)
- archive.go (3.5 KiB)
- archive_test.go (1.3 KiB)
- dao.go (439 Bytes)
- dao_test.go (633 Bytes)
- staff.go (995 Bytes)
- staff_test.go (1.3 KiB)
- video.go (1.6 KiB)
- video_test.go (957 Bytes)
-
-
http
- BUILD (793 Bytes)
- http.go (554 Bytes)
-
model
-
archive
- BUILD (686 Bytes)
- addit.go (266 Bytes)
- archive.go (3.3 KiB)
- track.go (583 Bytes)
- video.go (1.4 KiB)
-
databus
- BUILD (561 Bytes)
- message.go (835 Bytes)
-
dm
- BUILD (551 Bytes)
- dm.go (610 Bytes)
-
pgc
- BUILD (555 Bytes)
- model.go (765 Bytes)
-
result
- BUILD (595 Bytes)
- archive.go (1.8 KiB)
- video.go (1.3 KiB)
-
retry
- BUILD (628 Bytes)
- model.go (607 Bytes)
-
-
service
- BUILD (2.3 KiB)
- archive.go (3.4 KiB)
- archive_result.go (7.2 KiB)
- cache.go (5.5 KiB)
- dm.go (3.5 KiB)
- retry.go (2.0 KiB)
- service.go (5.5 KiB)
- service_test.go (659 Bytes)
- video.go (2.5 KiB)
- BUILD (1.1 KiB)
- CHANGELOG.md (8.2 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (211 Bytes)
- README.md (299 Bytes)
-
-
archive-shjd
-
cmd
- BUILD (1.0 KiB)
- archive-job-example.toml (1.5 KiB)
- archive-job-kisjd-test.toml (3.1 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (986 Bytes)
- conf.go (1.7 KiB)
-
http
- BUILD (850 Bytes)
- http.go (756 Bytes)
-
model
- BUILD (741 Bytes)
- message.go (507 Bytes)
- result.go (1.4 KiB)
- retry.go (371 Bytes)
- stat.go (1.5 KiB)
-
service
- BUILD (1.7 KiB)
- account.go (3.6 KiB)
- cache.go (3.0 KiB)
- retry.go (1.7 KiB)
- service.go (5.5 KiB)
- service_test.go (700 Bytes)
- stat.go (2.7 KiB)
- BUILD (556 Bytes)
- CHANGELOG.md (418 Bytes)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (216 Bytes)
- README.md (299 Bytes)
-
-
block
-
cmd
- BUILD (933 Bytes)
- block-job-test.toml (2.8 KiB)
- main.go (873 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.0 KiB)
- conf_test.go (452 Bytes)
-
dao
- BUILD (1.4 KiB)
- dao.go (1.0 KiB)
- dao_test.go (1.2 KiB)
- http.go (1.0 KiB)
- mc.go (1.2 KiB)
- mysql.go (3.8 KiB)
-
http
- BUILD (787 Bytes)
- http.go (627 Bytes)
-
model
- BUILD (696 Bytes)
- blackhouse.go (187 Bytes)
- dao.go (884 Bytes)
- model.go (4.4 KiB)
- msg.go (92 Bytes)
- notify.go (152 Bytes)
-
service
- BUILD (1.5 KiB)
- audit_log.go (1.3 KiB)
- blackhouse.go (4.8 KiB)
- limit.go (2.9 KiB)
- msg.go (331 Bytes)
- notify.go (442 Bytes)
- service.go (2.3 KiB)
- service_test.go (481 Bytes)
- BUILD (566 Bytes)
- CHANGELOG.md (396 Bytes)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (217 Bytes)
- README.md (111 Bytes)
- db.sql (2.9 KiB)
-
-
broadcast
-
cmd
- BUILD (1.1 KiB)
- broadcast-job.toml (744 Bytes)
- main.go (987 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (976 Bytes)
-
server
-
http
- BUILD (785 Bytes)
- http.go (427 Bytes)
-
-
service
- BUILD (1.6 KiB)
- comet.go (4.2 KiB)
- push.go (3.9 KiB)
- room.go (2.1 KiB)
- service.go (3.9 KiB)
- service_test.go (824 Bytes)
- BUILD (497 Bytes)
- CHANGELOG.md (414 Bytes)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (219 Bytes)
-
-
card
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1016 Bytes)
- main.go (866 Bytes)
- test.toml (1.2 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (621 Bytes)
- dao_test.go (613 Bytes)
- mc.cache.go (888 Bytes)
- mc.cache_test.go (1.1 KiB)
- mysql.go (403 Bytes)
- mysql_test.go (497 Bytes)
-
model
- BUILD (623 Bytes)
- model.go (251 Bytes)
- vip.go (817 Bytes)
-
server
-
http
- BUILD (833 Bytes)
- http.go (725 Bytes)
-
-
service
- BUILD (1.4 KiB)
- service.go (1.1 KiB)
- vip.go (2.6 KiB)
- vip_test.go (753 Bytes)
- BUILD (567 Bytes)
- CHANGELOG.md (110 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (194 Bytes)
- README.md (77 Bytes)
-
-
click
-
cmd
- BUILD (931 Bytes)
- click-job-test.toml (2.8 KiB)
- main.go (1013 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.4 KiB)
- archive.go (578 Bytes)
- archive_test.go (190 Bytes)
- bangumi.go (2.1 KiB)
- bangumi_test.go (533 Bytes)
- click.go (2.2 KiB)
- click_test.go (766 Bytes)
- dao.go (381 Bytes)
- dao_test.go (231 Bytes)
- forbid.go (2.1 KiB)
- forbid_test.go (710 Bytes)
-
http
- BUILD (925 Bytes)
- click.go (3.0 KiB)
- http.go (686 Bytes)
-
model
- BUILD (607 Bytes)
- click.go (1.5 KiB)
- forbid.go (147 Bytes)
- message.go (871 Bytes)
-
service
- BUILD (1.7 KiB)
- click.go (5.6 KiB)
- forbid.go (604 Bytes)
- redis.go (6.1 KiB)
- service.go (11.0 KiB)
- service_test.go (1.5 KiB)
- BUILD (566 Bytes)
- CHANGELOG.md (1.9 KiB)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (180 Bytes)
- README.md (130 Bytes)
-
-
coin
-
cmd
- BUILD (926 Bytes)
- coin-job-test.toml (3.5 KiB)
- main.go (903 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (1.2 KiB)
- dao_test.go (754 Bytes)
- mysql.go (5.2 KiB)
- mysql_test.go (1.1 KiB)
- redis.go (1.6 KiB)
- redis_test.go (401 Bytes)
-
http
- BUILD (830 Bytes)
- http.go (1.3 KiB)
-
model
- BUILD (597 Bytes)
- coin.go (2.0 KiB)
-
service
- BUILD (1.9 KiB)
- award.go (3.9 KiB)
- award_test.go (263 Bytes)
- exp.go (1.2 KiB)
- service.go (4.2 KiB)
- service_test.go (527 Bytes)
- settle.go (5.8 KiB)
- BUILD (560 Bytes)
- CHANGELOG.MD (1.9 KiB)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (212 Bytes)
- README.md (199 Bytes)
-
-
coupon
-
cmd
- BUILD (973 Bytes)
- coupon-job.toml (1.8 KiB)
- main.go (920 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (956 Bytes)
- dao_test.go (1.4 KiB)
- memcache.go (1.8 KiB)
- memcache_test.go (4.0 KiB)
- mysql.go (11.9 KiB)
- mysql_test.go (11.2 KiB)
- notify.go (1.1 KiB)
- notify_test.go (1.5 KiB)
-
http
- BUILD (936 Bytes)
- http.go (1.6 KiB)
-
model
- BUILD (643 Bytes)
- coupon.go (5.6 KiB)
-
service
- BUILD (1.5 KiB)
- notify.go (12.3 KiB)
- service.go (3.2 KiB)
- service_test.go (3.3 KiB)
- BUILD (572 Bytes)
- CHANGELOG.md (173 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (196 Bytes)
- README.md (77 Bytes)
-
-
creative
-
cmd
- BUILD (971 Bytes)
- creative-job.toml (12.2 KiB)
- main.go (964 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (4.8 KiB)
-
dao
-
academy
- BUILD (1.2 KiB)
- academy.go (1.3 KiB)
- academy_test.go (959 Bytes)
- dao.go (504 Bytes)
- dao_test.go (693 Bytes)
-
archive
- BUILD (1.7 KiB)
- dao.go (1.8 KiB)
- dao_test.go (1.1 KiB)
- rpc.go (1.9 KiB)
- rpc_test.go (2.0 KiB)
-
monitor
- BUILD (1.2 KiB)
- dao.go (2.7 KiB)
- dao_test.go (1.2 KiB)
-
newcomer
- BUILD (1.4 KiB)
- api.go (1.5 KiB)
- api_test.go (592 Bytes)
- dao.go (1.2 KiB)
- dao_test.go (694 Bytes)
- db.go (7.9 KiB)
- db_test.go (5.3 KiB)
-
weeklyhonor
- BUILD (2.5 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.1 KiB)
- hbase.go (1.5 KiB)
- hbase_test.go (2.9 KiB)
- httpclient.go (3.2 KiB)
- httpclient_test.go (1.2 KiB)
- infoc.go (458 Bytes)
- infoc_test.go (512 Bytes)
- monkey.go (1.8 KiB)
- mysql.go (2.9 KiB)
- mysql_test.go (2.1 KiB)
- rpc.go (1.3 KiB)
- rpc_test.go (2.8 KiB)
-
-
http
- BUILD (838 Bytes)
- http.go (1.2 KiB)
-
model
- BUILD (696 Bytes)
- academy.go (227 Bytes)
- archive.go (231 Bytes)
- monitor.go (332 Bytes)
- msg.go (3.1 KiB)
- newcomer.go (3.5 KiB)
-
service
- BUILD (2.3 KiB)
- academy.go (2.8 KiB)
- databus.go (13.3 KiB)
- service.go (8.2 KiB)
- service_test.go (605 Bytes)
- task.go (19.5 KiB)
- weeklyhonor.go (6.3 KiB)
- weeklyhonor_test.go (3.6 KiB)
- BUILD (821 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (99 Bytes)
- OWNERS (261 Bytes)
- README.md (200 Bytes)
-
-
credit
-
cmd
- BUILD (1021 Bytes)
- convey-test.toml (2.7 KiB)
- credit-job-test.toml (2.6 KiB)
- main.go (898 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (3.3 KiB)
-
dao
- BUILD (2.1 KiB)
- auto_case.go (1008 Bytes)
- auto_case_test.go (531 Bytes)
- blocked.go (819 Bytes)
- blocked_test.go (569 Bytes)
- case.go (7.3 KiB)
- case_mc.go (1.1 KiB)
- case_mc_test.go (439 Bytes)
- case_test.go (1.6 KiB)
- dao.go (2.9 KiB)
- dao_test.go (915 Bytes)
- depend.go (9.4 KiB)
- depend_test.go (3.3 KiB)
- jury.go (5.3 KiB)
- jury_test.go (2.3 KiB)
- memcache.go (2.0 KiB)
- memcache_test.go (443 Bytes)
- mysql.go (987 Bytes)
- mysql_test.go (479 Bytes)
- redis.go (4.6 KiB)
- redis_test.go (4.3 KiB)
- reply.go (2.5 KiB)
- reply_test.go (1.3 KiB)
-
http
- BUILD (832 Bytes)
- http.go (820 Bytes)
-
model
- BUILD (805 Bytes)
- blocked.go (457 Bytes)
- case.go (229 Bytes)
- credit.go (738 Bytes)
- credit_state.go (11.7 KiB)
- jury.go (4.4 KiB)
- kpi.go (1.6 KiB)
- message.go (1.6 KiB)
- reply.go (1.4 KiB)
-
service
- BUILD (1.9 KiB)
- blocked.go (3.0 KiB)
- blocked_test.go (321 Bytes)
- case.go (7.9 KiB)
- case_test.go (1.2 KiB)
- credit.go (2.7 KiB)
- extra_func.go (4.2 KiB)
- extra_func_test.go (936 Bytes)
- jury.go (5.9 KiB)
- jury_test.go (1.6 KiB)
- kpi.go (1.7 KiB)
- reply.go (5.8 KiB)
- reply_test.go (748 Bytes)
- service.go (3.7 KiB)
- service_test.go (455 Bytes)
- BUILD (572 Bytes)
- CHANGELOG.md (4.6 KiB)
- CONTRIBUTORS.md (153 Bytes)
- OWNERS (309 Bytes)
- README.md (204 Bytes)
-
-
credit-timer
-
cmd
- BUILD (1.0 KiB)
- convey-test.toml (2.0 KiB)
- credit-timer-job-test.toml (2.1 KiB)
- main.go (978 Bytes)
-
conf
- BUILD (930 Bytes)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (530 Bytes)
- dao_test.go (495 Bytes)
- mysql.go (12.1 KiB)
- mysql_test.go (6.2 KiB)
-
http
- BUILD (850 Bytes)
- http.go (1.3 KiB)
-
model
- BUILD (597 Bytes)
- jury.go (2.0 KiB)
-
service
- BUILD (1.3 KiB)
- jury.go (7.0 KiB)
- kpi_func.go (1.8 KiB)
- service.go (1.7 KiB)
- service_test.go (2.3 KiB)
- BUILD (608 Bytes)
- CHANGELOG.MD (1.0 KiB)
- CONTRIBUTORS.md (134 Bytes)
- OWNERS (292 Bytes)
- READMD.md (213 Bytes)
-
-
dm
-
cmd
- BUILD (1008 Bytes)
- dm-job-test.toml (2.7 KiB)
- main.go (924 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.7 KiB)
- dao_test.go (342 Bytes)
- index.go (2.5 KiB)
- index_test.go (973 Bytes)
- memcache.go (2.4 KiB)
- memcache_test.go (847 Bytes)
- redis.go (4.7 KiB)
- redis_test.go (578 Bytes)
- subject.go (851 Bytes)
- subject_test.go (311 Bytes)
-
http
- BUILD (820 Bytes)
- http.go (760 Bytes)
-
model
- BUILD (1.4 KiB)
- dm.go (2.8 KiB)
- dm.pb.go (30.8 KiB)
- dm.proto (1.7 KiB)
- job.go (380 Bytes)
- subject.go (3.1 KiB)
-
service
- BUILD (1.5 KiB)
- dm.go (3.1 KiB)
- dm_test.go (1.2 KiB)
- service.go (1.6 KiB)
- service_test.go (345 Bytes)
- track.go (2.0 KiB)
- BUILD (548 Bytes)
- CHANGELOG.md (4.1 KiB)
- CONTRIBUTORS.md (78 Bytes)
- OWNERS (202 Bytes)
- README.md (0 Bytes)
-
-
dm2
-
cmd
- BUILD (1008 Bytes)
- dm2-job.toml (5.8 KiB)
- main.go (1.0 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.8 KiB)
-
dao
- BUILD (2.5 KiB)
- bfs.go (884 Bytes)
- bfs_test.go (660 Bytes)
- bnj.go (784 Bytes)
- dao.go (3.7 KiB)
- dao_test.go (650 Bytes)
- mask.go (1.4 KiB)
- mask_test.go (767 Bytes)
- mc_special.go (1.1 KiB)
- mc_special_test.go (1.2 KiB)
- mc_subtitle.go (1.8 KiB)
- mc_subtitle_test.go (2.2 KiB)
- memcache.go (6.2 KiB)
- memcache_seg.go (2.2 KiB)
- memcache_seg_test.go (800 Bytes)
- memcache_test.go (4.5 KiB)
- mysql.go (18.1 KiB)
- mysql_dm_special.go (1.1 KiB)
- mysql_dm_special_test.go (878 Bytes)
- mysql_test.go (13.2 KiB)
- rank_list.go (497 Bytes)
- rank_list_test.go (328 Bytes)
- redis.go (3.9 KiB)
- redis_mask.go (1.3 KiB)
- redis_mask_test.go (803 Bytes)
- redis_rct.go (2.1 KiB)
- redis_rct_test.go (474 Bytes)
- redis_seg.go (7.7 KiB)
- redis_seg_test.go (1.1 KiB)
- redis_task.go (1.3 KiB)
- redis_task_test.go (1.5 KiB)
- redis_test.go (1.3 KiB)
- task.go (7.4 KiB)
- task_test.go (4.1 KiB)
- transfer.go (2.1 KiB)
- transfer_test.go (889 Bytes)
- videoup.go (1.3 KiB)
- videoup_test.go (650 Bytes)
-
http
- BUILD (823 Bytes)
- http.go (796 Bytes)
-
model
-
oplog
- BUILD (644 Bytes)
- oplog.go (1.7 KiB)
- BUILD (1.7 KiB)
- action.go (729 Bytes)
- bnj.go (624 Bytes)
- dm.go (4.9 KiB)
- dm.pb.go (37.0 KiB)
- dm.proto (2.2 KiB)
- dm_seg.go (3.5 KiB)
- dm_special.go (798 Bytes)
- rank_list.go (382 Bytes)
- report.go (230 Bytes)
- subject.go (2.3 KiB)
- subtitle.go (1.7 KiB)
- task.go (1.1 KiB)
- transfer.go (341 Bytes)
- videoup.go (998 Bytes)
-
-
service
- BUILD (2.6 KiB)
- action.go (5.5 KiB)
- action_test.go (798 Bytes)
- archive.go (1.1 KiB)
- archive_test.go (349 Bytes)
- bnj.go (10.5 KiB)
- dm.go (6.8 KiB)
- dm_seg.go (6.1 KiB)
- dm_seg_test.go (1.1 KiB)
- dm_sepcial_test.go (720 Bytes)
- dm_special.go (3.0 KiB)
- dm_test.go (347 Bytes)
- mask.go (4.5 KiB)
- mask_test.go (640 Bytes)
- service.go (12.0 KiB)
- service_test.go (561 Bytes)
- subject.go (737 Bytes)
- subject_test.go (290 Bytes)
- subtitle.go (7.0 KiB)
- subtitle_test.go (896 Bytes)
- task.go (7.9 KiB)
- task_test.go (1.3 KiB)
- track.go (4.9 KiB)
- track_test.go (241 Bytes)
- transfer.go (3.8 KiB)
- transfer_test.go (581 Bytes)
- BUILD (554 Bytes)
- CHANGELOG.md (4.9 KiB)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (203 Bytes)
- README.md (97 Bytes)
-
-
favorite
-
cmd
- BUILD (946 Bytes)
- favorite-job-test.toml (4.1 KiB)
- main.go (1012 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.4 KiB)
-
dao
-
fav
- BUILD (1.6 KiB)
- dao.go (1.4 KiB)
- dao_test.go (695 Bytes)
- memcache.go (5.5 KiB)
- memcache_test.go (5.6 KiB)
- mysql.go (14.3 KiB)
- mysql_test.go (10.0 KiB)
- redis.go (14.9 KiB)
- redis_test.go (11.4 KiB)
-
music
- BUILD (1.3 KiB)
- dao.go (1.2 KiB)
- dao_test.go (900 Bytes)
-
pub
- BUILD (766 Bytes)
- dao.go (490 Bytes)
- databus.go (694 Bytes)
-
stat
- BUILD (1.5 KiB)
- dao.go (1.0 KiB)
- dao_test.go (697 Bytes)
- memcache.go (1.4 KiB)
- memcache_test.go (1.4 KiB)
- mysql.go (2.0 KiB)
- mysql_test.go (2.0 KiB)
- redis.go (2.2 KiB)
- redis_test.go (1.7 KiB)
-
-
http
- BUILD (796 Bytes)
- http.go (813 Bytes)
-
model
- BUILD (673 Bytes)
- fav.go (4.1 KiB)
- job.go (512 Bytes)
- music.go (233 Bytes)
- video.go (2.7 KiB)
-
service
- BUILD (2.1 KiB)
- fav.go (27.8 KiB)
- fav_test.go (930 Bytes)
- service.go (5.9 KiB)
- service_test.go (901 Bytes)
- stat.go (4.1 KiB)
- BUILD (747 Bytes)
- CHANGELOG.md (4.1 KiB)
- CONTRIBUTORS.md (135 Bytes)
- OWNERS (268 Bytes)
- README.md (226 Bytes)
-
-
feed
-
cmd
- BUILD (974 Bytes)
- feed-job-example.toml (1.0 KiB)
- feed-job-test.toml (1.1 KiB)
- main.go (999 Bytes)
-
conf
- BUILD (884 Bytes)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.0 KiB)
- dao.go (631 Bytes)
- dao_test.go (258 Bytes)
- sms.go (787 Bytes)
-
http
- BUILD (784 Bytes)
- http.go (834 Bytes)
-
model
- BUILD (651 Bytes)
- archive.go (888 Bytes)
- model.go (216 Bytes)
-
service
- BUILD (1.3 KiB)
- achive.go (3.9 KiB)
- service.go (2.0 KiB)
- service_test.go (252 Bytes)
- BUILD (560 Bytes)
- CHANGELOG.md (432 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (206 Bytes)
- README.md (55 Bytes)
-
-
figure
-
cmd
- BUILD (1.1 KiB)
- figure-job-test.toml (5.4 KiB)
- main.go (962 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.2 KiB)
- conf_test.go (188 Bytes)
-
dao
- BUILD (1.7 KiB)
- account.go (1.4 KiB)
- account_test.go (413 Bytes)
- blocked.go (762 Bytes)
- danmaku.go (963 Bytes)
- dao.go (1.3 KiB)
- dao_test.go (701 Bytes)
- hbase.go (3.9 KiB)
- hbase_test.go (1.3 KiB)
- mysql.go (1.3 KiB)
- mysql_test.go (793 Bytes)
- redis.go (2.0 KiB)
- redis_test.go (706 Bytes)
- vip.go (776 Bytes)
- vip_test.go (160 Bytes)
-
http
- BUILD (832 Bytes)
- http.go (693 Bytes)
-
model
- BUILD (853 Bytes)
- hbase.go (1.6 KiB)
- model.go (1.4 KiB)
- msg.go (1.3 KiB)
- reply.go (746 Bytes)
-
service
- BUILD (1.9 KiB)
- account.go (1.2 KiB)
- account_test.go (789 Bytes)
- blocked.go (367 Bytes)
- coin.go (267 Bytes)
- coin_test.go (434 Bytes)
- danmaku.go (475 Bytes)
- pay.go (405 Bytes)
- reply.go (1.4 KiB)
- reply_test.go (1.8 KiB)
- service.go (12.9 KiB)
- service_test.go (807 Bytes)
- spy.go (542 Bytes)
- spy_test.go (1.2 KiB)
- sync.go (1002 Bytes)
- vip.go (227 Bytes)
- vip_test.go (419 Bytes)
- BUILD (572 Bytes)
- CHANGELOG.md (713 Bytes)
- CONTRIBUTORS.md (78 Bytes)
- OWNERS (224 Bytes)
- README.md (174 Bytes)
- conf.toml (354 Bytes)
- hbase.sql (103 Bytes)
-
-
figure-timer
-
cmd
- BUILD (1.0 KiB)
- figure-timer-job-test.toml (2.6 KiB)
- main.go (999 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.9 KiB)
- conf_test.go (396 Bytes)
-
dao
-
mock_dao
- BUILD (1011 Bytes)
- mock.go (8.5 KiB)
- mock_test.go (181 Bytes)
- BUILD (1.6 KiB)
- dao.go (2.5 KiB)
- dao_test.go (5.5 KiB)
- hbase.go (12.7 KiB)
- mysql.go (4.0 KiB)
- redis.go (2.3 KiB)
-
-
http
- BUILD (850 Bytes)
- http.go (711 Bytes)
-
model
- BUILD (630 Bytes)
- db.go (865 Bytes)
- hbase.go (1.5 KiB)
-
service
- BUILD (1.5 KiB)
- calc.go (12.7 KiB)
- fix.go (2.9 KiB)
- rank.go (1.4 KiB)
- service.go (4.9 KiB)
- service_test.go (3.9 KiB)
- BUILD (608 Bytes)
- CHANGELOG.md (938 Bytes)
- CONTRIBUTORS.md (69 Bytes)
- OWNERS (208 Bytes)
- README.md (201 Bytes)
- conf.toml (1.6 KiB)
- db.sql (2.3 KiB)
-
-
growup
-
cmd
- BUILD (913 Bytes)
- growup-job.toml (3.8 KiB)
- main.go (877 Bytes)
- run.sh (781 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.7 KiB)
-
dao
-
charge
- BUILD (1.6 KiB)
- av_charge.go (4.5 KiB)
- av_charge_statis.go (1.3 KiB)
- av_charge_statis_test.go (2.5 KiB)
- av_charge_test.go (3.7 KiB)
- bgm.go (3.1 KiB)
- bgm_test.go (2.9 KiB)
- column_charge.go (3.0 KiB)
- column_charge_test.go (2.3 KiB)
- dao.go (863 Bytes)
- dao_test.go (687 Bytes)
- date_statia.go (1.2 KiB)
- date_statia_test.go (1.1 KiB)
- up_charge.go (1.4 KiB)
- up_charge_test.go (1.3 KiB)
-
dataplatform
- BUILD (1.4 KiB)
- dao.go (804 Bytes)
- dao_test.go (693 Bytes)
- dataplatform.go (6.5 KiB)
- dataplatform_test.go (3.3 KiB)
-
email
- BUILD (1.1 KiB)
- dao.go (442 Bytes)
- dao_test.go (686 Bytes)
- email.go (1.0 KiB)
- email_test.go (917 Bytes)
-
income
- BUILD (2.6 KiB)
- archive.go (1.8 KiB)
- archive_test.go (1.2 KiB)
- av_charge.go (5.0 KiB)
- av_charge_statis.go (1.3 KiB)
- av_charge_statis_test.go (2.5 KiB)
- av_charge_test.go (3.6 KiB)
- av_income.go (770 Bytes)
- av_income_stat.go (1.5 KiB)
- av_income_stat_test.go (466 Bytes)
- av_income_test.go (389 Bytes)
- bgm.go (1.3 KiB)
- bgm_income.go (635 Bytes)
- bgm_income_stat.go (1.3 KiB)
- bgm_income_stat_test.go (1.1 KiB)
- bgm_income_test.go (586 Bytes)
- bgm_test.go (1.5 KiB)
- blacklist.go (769 Bytes)
- blacklist_test.go (253 Bytes)
- business_order.go (692 Bytes)
- business_order_test.go (623 Bytes)
- charge_ratio.go (1.9 KiB)
- charge_ratio_test.go (439 Bytes)
- column_charge.go (1.1 KiB)
- column_charge_test.go (626 Bytes)
- column_income.go (582 Bytes)
- column_income_stat.go (1.5 KiB)
- column_income_stat_test.go (1.1 KiB)
- column_income_test.go (610 Bytes)
- dao.go (1.3 KiB)
- dao_test.go (688 Bytes)
- income_date_statis.go (1.9 KiB)
- income_date_statis_test.go (1.7 KiB)
- lottery.go (623 Bytes)
- lottery_test.go (623 Bytes)
- up_account.go (2.8 KiB)
- up_account_test.go (809 Bytes)
- up_charge.go (1.4 KiB)
- up_charge_test.go (1.3 KiB)
- up_income.go (2.7 KiB)
- up_income_date.go (2.8 KiB)
- up_income_date_test.go (571 Bytes)
- up_income_stat.go (2.2 KiB)
- up_income_stat_test.go (1.6 KiB)
- up_income_test.go (325 Bytes)
- up_info_video.go (914 Bytes)
- up_info_video_test.go (244 Bytes)
-
tag
- BUILD (1.8 KiB)
- activity.go (4.7 KiB)
- activity_test.go (2.8 KiB)
- archive_charge.go (2.2 KiB)
- archive_charge_test.go (1.8 KiB)
- charge_ratio.go (1.4 KiB)
- charge_ratio_test.go (2.0 KiB)
- dao.go (1.0 KiB)
- dao_test.go (853 Bytes)
- extra.go (1019 Bytes)
- extra_test.go (570 Bytes)
- income.go (3.8 KiB)
- income_test.go (2.1 KiB)
- tag_info.go (2.4 KiB)
- tag_info_test.go (2.4 KiB)
- tag_up_info.go (928 Bytes)
- tag_up_info_test.go (689 Bytes)
- up_tag_income.go (3.5 KiB)
- BUILD (2.8 KiB)
- activity.go (5.2 KiB)
- activity_test.go (3.4 KiB)
- auto.go (3.0 KiB)
- auto_test.go (1.8 KiB)
- av_breach.go (2.6 KiB)
- av_breach_test.go (1.6 KiB)
- bgm_white_list.go (406 Bytes)
- bgm_white_list_test.go (552 Bytes)
- blacklist.go (3.9 KiB)
- blacklist_test.go (3.0 KiB)
- budget.go (2.5 KiB)
- budget_test.go (1.9 KiB)
- charge_ratio.go (1.2 KiB)
- charge_ratio_test.go (1.3 KiB)
- cheat.go (4.2 KiB)
- cheat_test.go (3.8 KiB)
- dao.go (1.8 KiB)
- dao_test.go (849 Bytes)
- data.go (5.7 KiB)
- data_test.go (6.1 KiB)
- email.go (4.3 KiB)
- email_test.go (3.4 KiB)
- hbase.go (1.6 KiB)
- hbase_test.go (904 Bytes)
- income.go (8.9 KiB)
- income_test.go (6.9 KiB)
- lottery.go (3.1 KiB)
- lottery_test.go (622 Bytes)
- tag.go (9.3 KiB)
- tag_test.go (8.4 KiB)
- task_status.go (1.3 KiB)
- task_status_test.go (1.6 KiB)
- up_bill.go (1.2 KiB)
- up_bill_test.go (1.2 KiB)
- up_category_info.go (1.1 KiB)
- up_category_info_test.go (963 Bytes)
- up_info_video.go (6.7 KiB)
- up_info_video_test.go (5.8 KiB)
- up_quality_info.go (905 Bytes)
- up_quality_info_test.go (646 Bytes)
-
-
http
- BUILD (1.3 KiB)
- blacklist.go (513 Bytes)
- bubble.go (1.7 KiB)
- cheat.go (587 Bytes)
- combinemails.go (637 Bytes)
- http.go (3.7 KiB)
- tag.go (1.7 KiB)
- tagincome.go (635 Bytes)
- task_status.go (784 Bytes)
- web.go (13.2 KiB)
-
model
-
charge
- BUILD (793 Bytes)
- archive.go (176 Bytes)
- av_charge.go (1.1 KiB)
- bgm_charge.go (654 Bytes)
- column_charge.go (535 Bytes)
- date_statis.go (415 Bytes)
- up_charge.go (258 Bytes)
-
income
- BUILD (933 Bytes)
- archive.go (333 Bytes)
- av_charge.go (842 Bytes)
- av_charge_statis.go (360 Bytes)
- bgm.go (307 Bytes)
- charge_ratio.go (325 Bytes)
- column_charge.go (302 Bytes)
- income.go (3.2 KiB)
- income_daily_statis.go (385 Bytes)
- up_archive_statis.go (499 Bytes)
- up_charge.go (258 Bytes)
- up_info_video.go (201 Bytes)
-
tag
- BUILD (703 Bytes)
- activity.go (919 Bytes)
- income.go (1.4 KiB)
- tag.go (726 Bytes)
- BUILD (1.1 KiB)
- activity.go (3.3 KiB)
- blacklist.go (2.3 KiB)
- budget.go (261 Bytes)
- charge.go (612 Bytes)
- cheat.go (767 Bytes)
- databus.go (632 Bytes)
- email.go (1.5 KiB)
- income.go (868 Bytes)
- lottery.go (234 Bytes)
- patch.go (433 Bytes)
- tag.go (1.2 KiB)
- up_bill.go (515 Bytes)
- upload.go (491 Bytes)
- video.go (695 Bytes)
-
-
service
-
charge
- BUILD (2.0 KiB)
- av_charge.go (9.1 KiB)
- av_charge_statis.go (4.1 KiB)
- av_charge_statis_test.go (881 Bytes)
- bgm_charge.go (10.7 KiB)
- column_charge.go (9.1 KiB)
- date_statis.go (4.6 KiB)
- run.go (2.6 KiB)
- run_bgm.go (6.1 KiB)
- run_column.go (5.6 KiB)
- run_test.go (15.1 KiB)
- run_video.go (7.4 KiB)
- service.go (2.1 KiB)
- service_test.go (532 Bytes)
- trans.go (1.9 KiB)
- up_charge.go (4.2 KiB)
-
ctrl
- BUILD (651 Bytes)
- executor.go (777 Bytes)
-
income
- BUILD (2.6 KiB)
- archive.go (1.2 KiB)
- av_charge.go (11.1 KiB)
- av_charge_statis.go (4.1 KiB)
- av_charge_statis_test.go (1.8 KiB)
- av_charge_test.go (2.2 KiB)
- av_income.go (2.1 KiB)
- av_income_stat.go (2.2 KiB)
- bgm.go (3.0 KiB)
- bgm_income.go (2.1 KiB)
- bgm_income_stat.go (2.0 KiB)
- blacklist.go (589 Bytes)
- blacklist_test.go (245 Bytes)
- business_order.go (427 Bytes)
- charge.go (298 Bytes)
- charge_ratio.go (1.5 KiB)
- charge_ratio_test.go (435 Bytes)
- column_charge.go (509 Bytes)
- column_income.go (2.1 KiB)
- column_income_stat.go (2.4 KiB)
- common.go (559 Bytes)
- income.go (26.8 KiB)
- income_date_statis.go (8.6 KiB)
- lottery.go (452 Bytes)
- run.go (13.1 KiB)
- run_statis.go (15.6 KiB)
- run_test.go (42.8 KiB)
- service.go (2.4 KiB)
- service_test.go (579 Bytes)
- tax.go (1.9 KiB)
- tools.go (1.0 KiB)
- up_account.go (3.0 KiB)
- up_account_test.go (754 Bytes)
- up_archive_statis.go (1.7 KiB)
- up_income.go (7.2 KiB)
- up_income_date.go (9.8 KiB)
- up_income_date_test.go (841 Bytes)
- up_income_stat.go (2.2 KiB)
- up_info_video.go (589 Bytes)
-
tag
- BUILD (1.9 KiB)
- activity.go (6.2 KiB)
- archive_charge.go (1.5 KiB)
- archive_tag.go (7.7 KiB)
- category.go (1.0 KiB)
- charge_ratio.go (2.4 KiB)
- extra.go (3.3 KiB)
- income.go (4.6 KiB)
- service.go (2.2 KiB)
- service_test.go (455 Bytes)
- tag.go (3.1 KiB)
- tag_test.go (280 Bytes)
- tag_up_info.go (428 Bytes)
- tag_up_info_test.go (447 Bytes)
- up_tag.go (3.0 KiB)
- up_tag_income.go (3.4 KiB)
- up_tag_income_test.go (285 Bytes)
- BUILD (3.1 KiB)
- auto.go (5.5 KiB)
- blacklist.go (6.1 KiB)
- blacklist_test.go (721 Bytes)
- cheat.go (9.9 KiB)
- cheat_test.go (589 Bytes)
- combinemails.go (1.9 KiB)
- combinemails_test.go (506 Bytes)
- creative_activity.go (11.1 KiB)
- creative_budget.go (4.3 KiB)
- data.go (24.9 KiB)
- data_test.go (377 Bytes)
- databus.go (3.5 KiB)
- format.go (2.0 KiB)
- httpClient.go (946 Bytes)
- httpClient_test.go (450 Bytes)
- income.go (12.1 KiB)
- income_test.go (2.7 KiB)
- lottery.go (7.6 KiB)
- recompute.go (1.3 KiB)
- recompute_test.go (492 Bytes)
- sendincome.go (4.7 KiB)
- service.go (10.5 KiB)
- service_test.go (589 Bytes)
- signedups.go (3.0 KiB)
- tag.go (8.9 KiB)
- tag_test.go (1.2 KiB)
- tagincome.go (7.9 KiB)
- tagincome_test.go (356 Bytes)
- task_status.go (2.5 KiB)
- tax.go (2.1 KiB)
- tool.go (1.0 KiB)
- topten.go (3.7 KiB)
- up.go (1.3 KiB)
- up_bill.go (8.8 KiB)
- upload.go (3.3 KiB)
- video.go (2.4 KiB)
-
- BUILD (572 Bytes)
- CHANGELOG.md (13.2 KiB)
- CONTRIBUTORS.md (51 Bytes)
- OWNERS (178 Bytes)
- README.md (158 Bytes)
-
-
history
-
cmd
- BUILD (1.0 KiB)
- history-job.toml (3.2 KiB)
- main.go (948 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (2.7 KiB)
- dao_test.go (684 Bytes)
- hbase.go (1.2 KiB)
- hbase_test.go (1.2 KiB)
- mysql.go (3.8 KiB)
- mysql_test.go (2.8 KiB)
- redis.go (3.5 KiB)
- redis_test.go (2.6 KiB)
-
http
- BUILD (858 Bytes)
- http.go (512 Bytes)
-
model
- BUILD (614 Bytes)
- job.go (162 Bytes)
-
service
- BUILD (1.7 KiB)
- delete.go (1.7 KiB)
- merge.go (3.2 KiB)
- progress.go (653 Bytes)
- service.go (4.4 KiB)
- service_test.go (455 Bytes)
- BUILD (578 Bytes)
- CHANGELOG.md (1.9 KiB)
- CONTRIBUTORS.md (134 Bytes)
- OWNERS (259 Bytes)
- README.md (169 Bytes)
-
-
identify
-
cmd
- BUILD (988 Bytes)
- identify-job-test.toml (2.2 KiB)
- main.go (915 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (478 Bytes)
- dao_test.go (1.1 KiB)
- mc.go (2.0 KiB)
- mc_test.go (1.8 KiB)
- mysql.go (1.9 KiB)
- mysql_test.go (1.2 KiB)
-
http
- BUILD (838 Bytes)
- http.go (791 Bytes)
-
model
- BUILD (596 Bytes)
- message.go (1.3 KiB)
-
service
- BUILD (1.5 KiB)
- auth.go (2.9 KiB)
- check_task.go (4.9 KiB)
- identify.go (3.8 KiB)
- identify_test.go (1.0 KiB)
- service.go (2.4 KiB)
- service_test.go (214 Bytes)
- BUILD (584 Bytes)
- CHANGELOG.md (775 Bytes)
- CONTRIBUTORS.md (76 Bytes)
- OWNERS (224 Bytes)
- README.md (290 Bytes)
-
-
mcn
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1013 Bytes)
- mail-template.toml (1.2 KiB)
- main.go (850 Bytes)
- mcn-job-test.toml (1.2 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (861 Bytes)
- dao_test.go (766 Bytes)
- email.go (1.0 KiB)
- email_test.go (873 Bytes)
- mcn.go (9.4 KiB)
- mcn_test.go (5.3 KiB)
- memcache.go (600 Bytes)
- memcache_test.go (822 Bytes)
- recommend.go (2.8 KiB)
- recommend_test.go (2.0 KiB)
-
model
- BUILD (701 Bytes)
- base_model.go (152 Bytes)
- mcn.go (4.9 KiB)
- recommend.go (1.9 KiB)
-
server
-
http
- BUILD (864 Bytes)
- http.go (804 Bytes)
- test.go (306 Bytes)
-
-
service
- BUILD (1.7 KiB)
- email.go (7.4 KiB)
- mcn.go (2.6 KiB)
- mcn_test.go (631 Bytes)
- recommend.go (1.5 KiB)
- recommend_test.go (643 Bytes)
- service.go (1.4 KiB)
- service_test.go (303 Bytes)
- summary.go (2.0 KiB)
- summary_test.go (368 Bytes)
- up.go (1.5 KiB)
- up_test.go (356 Bytes)
- BUILD (561 Bytes)
- CHANGELOG.md (250 Bytes)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (260 Bytes)
- README.md (76 Bytes)
-
-
member
-
cmd
- BUILD (996 Bytes)
- databus.py (4.3 KiB)
- main.go (1.1 KiB)
- member-job-dev.toml (10.3 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (4.4 KiB)
-
dao
-
block
- BUILD (1.8 KiB)
- dao.go (1.2 KiB)
- dao_test.go (1.4 KiB)
- http.go (1.0 KiB)
- http_test.go (1.6 KiB)
- mc.go (1.3 KiB)
- mc_test.go (2.3 KiB)
- mysql.go (4.0 KiB)
- mysql_test.go (8.8 KiB)
- notify.go (333 Bytes)
- BUILD (2.6 KiB)
- account_notify.go (410 Bytes)
- account_notify_test.go (902 Bytes)
- dao.go (1.7 KiB)
- dao_test.go (887 Bytes)
- databus.go (549 Bytes)
- databus_test.go (1.4 KiB)
- exp.go (1.5 KiB)
- exp_test.go (875 Bytes)
- hbase.go (1.1 KiB)
- http.go (2.2 KiB)
- http_test.go (709 Bytes)
- member.go (5.0 KiB)
- member_log.go (1.2 KiB)
- member_log_test.go (1.2 KiB)
- member_old.go (1.3 KiB)
- member_old_test.go (1.4 KiB)
- member_test.go (10.7 KiB)
- memcache.go (2.7 KiB)
- memcache_test.go (3.9 KiB)
- realname.go (6.0 KiB)
- realname_test.go (3.1 KiB)
- redis.go (1.5 KiB)
- redis_test.go (2.2 KiB)
-
-
http
- BUILD (790 Bytes)
- http.go (1.1 KiB)
-
model
-
block
- BUILD (703 Bytes)
- blackhouse.go (187 Bytes)
- dao.go (904 Bytes)
- model.go (4.4 KiB)
- msg.go (92 Bytes)
- notify.go (152 Bytes)
-
queue
- BUILD (681 Bytes)
- error.go (1021 Bytes)
- priority_queue.go (5.9 KiB)
- queue.go (9.2 KiB)
- ring.go (5.4 KiB)
- BUILD (2.2 KiB)
- base.go (598 Bytes)
- member.pb.go (52.5 KiB)
- member.proto (2.4 KiB)
- model.go (5.1 KiB)
- model_test.go (1.0 KiB)
- moral.go (479 Bytes)
- notify.go (402 Bytes)
- official.go (568 Bytes)
- old_account.go (399 Bytes)
- pro.sh (169 Bytes)
- realname.go (7.0 KiB)
-
-
service
-
block
- BUILD (1.5 KiB)
- audit_log.go (1.4 KiB)
- blackhouse.go (4.8 KiB)
- limit.go (3.0 KiB)
- msg.go (286 Bytes)
- service.go (2.2 KiB)
- service_test.go (451 Bytes)
- BUILD (2.2 KiB)
- base.go (1.2 KiB)
- cache_delay.go (1.6 KiB)
- check.go (2.6 KiB)
- exp.go (4.4 KiB)
- fixer.go (2.6 KiB)
- member.go (404 Bytes)
- moral.go (2.6 KiB)
- realname.go (7.3 KiB)
- service.go (4.6 KiB)
- service_test.go (789 Bytes)
- subproc.go (14.3 KiB)
-
- BUILD (572 Bytes)
- CHANGELOG.md (7.0 KiB)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (213 Bytes)
- README.md (190 Bytes)
-
-
member-cache
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (826 Bytes)
- test.toml (1.7 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- block.go (525 Bytes)
- block_test.go (657 Bytes)
- dao.go (638 Bytes)
- dao_test.go (641 Bytes)
- member.go (3.0 KiB)
- member_test.go (3.1 KiB)
-
model
- BUILD (598 Bytes)
- model.go (1.3 KiB)
-
server
-
http
- BUILD (936 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.0 KiB)
- account.go (617 Bytes)
- block.go (1.1 KiB)
- member.go (4.5 KiB)
- service.go (1.5 KiB)
- BUILD (615 Bytes)
- CHANGELOG.md (196 Bytes)
- CONTRIBUTORS.md (131 Bytes)
- OWNERS (232 Bytes)
- README.md (85 Bytes)
-
-
passport
-
cmd
- BUILD (993 Bytes)
- main.go (972 Bytes)
- passport-job.toml (4.8 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (3.2 KiB)
-
dao
- BUILD (2.0 KiB)
- acc.go (2.2 KiB)
- acc_test.go (1.7 KiB)
- dao.go (1.4 KiB)
- dao_test.go (1.8 KiB)
- hbase_login_log.go (1.7 KiB)
- hbase_login_log_test.go (2.1 KiB)
- hbase_pwd_log.go (1.7 KiB)
- hbase_pwd_log_test.go (1.5 KiB)
- mysql.go (3.1 KiB)
- mysql_test.go (1.5 KiB)
-
http
- BUILD (783 Bytes)
- http.go (783 Bytes)
-
model
- BUILD (659 Bytes)
- access.go (206 Bytes)
- auth.go (245 Bytes)
- job.go (331 Bytes)
- log.go (545 Bytes)
- message.go (423 Bytes)
- tel_bind_log.go (380 Bytes)
-
service
- BUILD (1.8 KiB)
- aes.go (1.5 KiB)
- aes_test.go (377 Bytes)
- auth.go (3.4 KiB)
- clean_token.go (3.8 KiB)
- contact_bind_log.go (7.3 KiB)
- contact_bind_log_test.go (2.5 KiB)
- login_log.go (2.8 KiB)
- pwd_log.go (3.6 KiB)
- service.go (5.6 KiB)
- service_test.go (1.0 KiB)
- set_token.go (2.7 KiB)
- sync_pwd_log.go (727 Bytes)
- BUILD (584 Bytes)
- CHANGELOG.md (1.3 KiB)
- CONTRIBUTORS.md (96 Bytes)
- OWNERS (227 Bytes)
- README.md (258 Bytes)
- swagger.json (311 Bytes)
-
-
passport-auth
-
cmd
- BUILD (991 Bytes)
- main.go (925 Bytes)
- passport-auth-job.toml (2.7 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- clean_cache.go (969 Bytes)
- clean_cache_test.go (554 Bytes)
- cookie.go (1.7 KiB)
- cookie_test.go (1.9 KiB)
- dao.go (771 Bytes)
- dao_test.go (706 Bytes)
- refresh.go (1.4 KiB)
- refresh_test.go (2.0 KiB)
- token.go (1.7 KiB)
- token_test.go (2.0 KiB)
-
http
- BUILD (853 Bytes)
- http.go (1010 Bytes)
-
model
- BUILD (649 Bytes)
- token.go (2.0 KiB)
-
service
- BUILD (1.6 KiB)
- clean_cache.go (3.5 KiB)
- clean_cache_test.go (677 Bytes)
- service.go (1.5 KiB)
- service_test.go (237 Bytes)
- syn_auth.go (7.1 KiB)
- syn_auth_test.go (985 Bytes)
- sync_all.go (8.2 KiB)
- sync_all_test.go (377 Bytes)
- BUILD (751 Bytes)
- CHANGELOG.md (357 Bytes)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (163 Bytes)
- README.md (84 Bytes)
-
-
passport-encrypt
-
cmd
- BUILD (1.0 KiB)
- main.go (1020 Bytes)
- passport-encrypt-job.toml (2.3 KiB)
-
conf
- BUILD (983 Bytes)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (880 Bytes)
- dao_test.go (256 Bytes)
- mysql.go (2.8 KiB)
- mysql_test.go (974 Bytes)
-
http
- BUILD (807 Bytes)
- http.go (743 Bytes)
-
model
- BUILD (587 Bytes)
- message.go (412 Bytes)
- passport.go (1007 Bytes)
-
service
- BUILD (1.5 KiB)
- aes.go (1.3 KiB)
- aes_test.go (642 Bytes)
- aso.go (726 Bytes)
- aso_full_migration.go (841 Bytes)
- aso_full_migration_test.go (243 Bytes)
- aso_incr_migration.go (3.0 KiB)
- aso_incr_migration_test.go (476 Bytes)
- passport_util.go (1.4 KiB)
- passport_util_test.go (2.2 KiB)
- service.go (2.1 KiB)
- service_test.go (245 Bytes)
- BUILD (632 Bytes)
- CHANGELOG.md (165 Bytes)
- CONTRIBUTORS.md (58 Bytes)
- OWNERS (192 Bytes)
- README.md (290 Bytes)
-
-
passport-game-cloud
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- passport-game-cloud-job.toml (2.3 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.4 KiB)
- dao_test.go (259 Bytes)
- mc.go (1.8 KiB)
- mysql.go (5.1 KiB)
- mysql_test.go (2.0 KiB)
- notify.go (881 Bytes)
- notify_test.go (360 Bytes)
-
http
- BUILD (816 Bytes)
- http.go (697 Bytes)
-
model
- BUILD (1.4 KiB)
- message.go (456 Bytes)
- model.go (1.8 KiB)
- model.pb.go (13.1 KiB)
- model.proto (540 Bytes)
- proto.sh (167 Bytes)
-
service
- BUILD (1.5 KiB)
- account.go (1.6 KiB)
- bin_log.go (3.5 KiB)
- encrypt_trans.go (2.6 KiB)
- passport.go (6.4 KiB)
- prom.go (1.3 KiB)
- prom_test.go (951 Bytes)
- service.go (3.4 KiB)
- service_test.go (480 Bytes)
- BUILD (650 Bytes)
- CHANGELOG.md (547 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (225 Bytes)
- README.md (267 Bytes)
-
-
passport-game-data
-
cmd
- BUILD (1.1 KiB)
- main.go (2.3 KiB)
- passport-game-data-job.toml (2.1 KiB)
- start_init_cloud.sh (91 Bytes)
-
conf
- BUILD (986 Bytes)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (836 Bytes)
- dao_test.go (258 Bytes)
- mysql.go (7.3 KiB)
- mysql_test.go (10.5 KiB)
-
http
- BUILD (902 Bytes)
- http.go (811 Bytes)
- stat.go (188 Bytes)
-
model
- BUILD (684 Bytes)
- compare.go (1.1 KiB)
- model.go (2.4 KiB)
- parse_log.go (72 Bytes)
- stat.go (1.5 KiB)
-
service
- BUILD (1.6 KiB)
- batch_query.go (2.5 KiB)
- batch_query_test.go (797 Bytes)
- cloud2local.go (3.7 KiB)
- cloud2local_test.go (191 Bytes)
- compare_only.go (1.5 KiB)
- diff.go (602 Bytes)
- init_cloud.go (3.0 KiB)
- local2cloud.go (3.8 KiB)
- log_and_fix.go (2.1 KiB)
- parse_diff_log.go (5.6 KiB)
- parse_diff_log_test.go (2.2 KiB)
- service.go (3.5 KiB)
- service_test.go (264 Bytes)
- stat.go (2.3 KiB)
- BUILD (644 Bytes)
- CHANGELOG.md (102 Bytes)
- CONTRIBUTORS.md (94 Bytes)
- OWNERS (234 Bytes)
- README.md (215 Bytes)
-
-
passport-game-local
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- passport-game-local-job.toml (1.2 KiB)
-
conf
- BUILD (933 Bytes)
- conf.go (1.8 KiB)
-
http
- BUILD (816 Bytes)
- http.go (697 Bytes)
-
model
- BUILD (590 Bytes)
- message.go (423 Bytes)
- passport.go (1.9 KiB)
-
service
- BUILD (1.2 KiB)
- aso_bin_log.go (3.2 KiB)
- aso_bin_log_test.go (262 Bytes)
- service.go (1.6 KiB)
- service_test.go (407 Bytes)
- BUILD (591 Bytes)
- CHANGELOG.md (238 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (225 Bytes)
- README.md (246 Bytes)
-
-
passport-sns
-
cmd
- BUILD (987 Bytes)
- main.go (847 Bytes)
- passport-sns-job.toml (2.0 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- aso.go (2.4 KiB)
- aso_test.go (1.8 KiB)
- dao.go (1.1 KiB)
- dao_test.go (1.5 KiB)
- mc.go (1.4 KiB)
- mc_test.go (1.8 KiB)
- qq.go (1.8 KiB)
- qq_test.go (525 Bytes)
- sns.go (6.2 KiB)
- sns_test.go (8.6 KiB)
-
http
- BUILD (850 Bytes)
- http.go (729 Bytes)
-
model
- BUILD (1.4 KiB)
- const.go (173 Bytes)
- message.go (303 Bytes)
- model.go (1.5 KiB)
- proc.sh (169 Bytes)
- sns.pb.go (9.6 KiB)
- sns.proto (379 Bytes)
-
service
- BUILD (1.2 KiB)
- service.go (2.1 KiB)
- sns_log.go (673 Bytes)
- sync_sns.go (23.0 KiB)
- CHANGELOG.md (46 Bytes)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (162 Bytes)
- README.md (83 Bytes)
-
-
passport-user
-
cmd
- BUILD (1004 Bytes)
- main.go (810 Bytes)
- passport-user-job-uat.toml (3.0 KiB)
- passport-user-job.toml (3.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (1.5 KiB)
- dao_test.go (703 Bytes)
- duplicate.go (3.8 KiB)
- mc.go (6.0 KiB)
- mc_test.go (6.6 KiB)
- mysql.go (8.0 KiB)
- user.go (25.9 KiB)
-
http
- BUILD (798 Bytes)
- http.go (731 Bytes)
-
model
- BUILD (1.3 KiB)
- message.go (303 Bytes)
- passport.go (2.0 KiB)
- proc.sh (169 Bytes)
- user.go (4.1 KiB)
- user.pb.go (44.0 KiB)
- user.proto (2.0 KiB)
-
service
- BUILD (1.4 KiB)
- aes.go (1.3 KiB)
- aes_test.go (2.3 KiB)
- aso_full_migration.go (6.3 KiB)
- aso_incr_migration.go (32.4 KiB)
- duplicate.go (4.4 KiB)
- passport_util.go (1.1 KiB)
- service.go (5.3 KiB)
- user.go (7.2 KiB)
- BUILD (614 Bytes)
- CHANGELOG.md (351 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (219 Bytes)
- README.md (493 Bytes)
-
-
passport-user-compare
-
cmd
- BUILD (1023 Bytes)
- main.go (886 Bytes)
- passport-user-compare-job.toml (2.1 KiB)
-
conf
- BUILD (989 Bytes)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.2 KiB)
- dao_test.go (726 Bytes)
- duplicate.go (2.7 KiB)
- duplicate_test.go (1.9 KiB)
- origin.go (11.1 KiB)
- origin_test.go (6.2 KiB)
- secret.go (736 Bytes)
- secret_test.go (498 Bytes)
- user.go (12.4 KiB)
- user_test.go (11.0 KiB)
- wechat.go (1.9 KiB)
- wechat_test.go (755 Bytes)
-
http
- BUILD (877 Bytes)
- http.go (894 Bytes)
-
model
- BUILD (732 Bytes)
- origin.go (2.0 KiB)
- secret.go (118 Bytes)
- stat.go (269 Bytes)
- user.go (2.6 KiB)
-
service
- BUILD (1.5 KiB)
- aes.go (1.2 KiB)
- aes_test.go (1.3 KiB)
- data_fix.go (20.5 KiB)
- duplicate.go (3.1 KiB)
- dynamic_compare.go (13.2 KiB)
- full_compare.go (11.1 KiB)
- service.go (4.2 KiB)
- utils.go (952 Bytes)
- BUILD (662 Bytes)
- CHANGELOG.MD (258 Bytes)
- CONTRIBUTORS.md (90 Bytes)
- OWNERS (253 Bytes)
- README.md (662 Bytes)
-
-
playlist
-
cmd
- BUILD (1.0 KiB)
- goconvey.sh (256 Bytes)
- main.go (1.1 KiB)
- playlist-job-test.toml (3.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.3 KiB)
- dao_test.go (308 Bytes)
- mysql.go (1.5 KiB)
- mysql_test.go (826 Bytes)
- redis.go (1.3 KiB)
-
http
- BUILD (838 Bytes)
- http.go (699 Bytes)
-
model
- BUILD (647 Bytes)
- playlist.go (1.7 KiB)
-
service
- BUILD (1.4 KiB)
- service.go (5.1 KiB)
- service_test.go (586 Bytes)
- stat.go (3.1 KiB)
- BUILD (584 Bytes)
- CHANGELOG.md (777 Bytes)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (230 Bytes)
- README.md (168 Bytes)
-
-
point
-
cmd
- BUILD (968 Bytes)
- main.go (1.0 KiB)
- point-job.toml (2.5 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (971 Bytes)
- dao_test.go (1.6 KiB)
- memcache.go (628 Bytes)
- mysql.go (5.7 KiB)
- notify.go (1.7 KiB)
-
http
- BUILD (829 Bytes)
- http.go (656 Bytes)
-
model
- BUILD (674 Bytes)
- msg.go (250 Bytes)
- point.go (1.9 KiB)
-
service
- BUILD (1.6 KiB)
- point.go (1.8 KiB)
- service.go (7.9 KiB)
- service_test.go (3.7 KiB)
- BUILD (566 Bytes)
- CHANGELOG.md (408 Bytes)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (205 Bytes)
- README.md (76 Bytes)
-
-
push
-
cmd
- BUILD (976 Bytes)
- main.go (992 Bytes)
- push-job-test.toml (2.8 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (1.8 KiB)
- dao_test.go (1.4 KiB)
- dataplatform.go (3.7 KiB)
- memcache.go (2.1 KiB)
- memcache_test.go (414 Bytes)
- mysql.go (2.4 KiB)
- mysql_task.go (6.0 KiB)
- mysql_test.go (1.3 KiB)
- wechat.go (1.8 KiB)
-
http
- BUILD (784 Bytes)
- http.go (912 Bytes)
-
model
- BUILD (548 Bytes)
- model.go (493 Bytes)
-
service
- BUILD (1.7 KiB)
- callback.go (2.8 KiB)
- dataplatform.go (7.0 KiB)
- report.go (6.1 KiB)
- service.go (4.1 KiB)
- service_test.go (853 Bytes)
- task.go (13.0 KiB)
- BUILD (560 Bytes)
- CHANGELOG.md (1.6 KiB)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (206 Bytes)
- README.md (173 Bytes)
-
-
relation
-
cmd
- BUILD (983 Bytes)
- main.go (1.0 KiB)
- relation-job.toml (2.3 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.9 KiB)
- cache_update.go (3.4 KiB)
- cache_update_test.go (3.5 KiB)
- dao.go (1.5 KiB)
- dao_test.go (631 Bytes)
- follower.go (668 Bytes)
- follower_test.go (352 Bytes)
- following.go (913 Bytes)
- following_test.go (410 Bytes)
- mysql.go (1.4 KiB)
- mysql_test.go (1.3 KiB)
- stat.go (3.7 KiB)
- stat_test.go (1.3 KiB)
-
fsm
- BUILD (1005 Bytes)
- errors.go (2.8 KiB)
- errors_test.go (2.6 KiB)
- event.go (1.8 KiB)
- fsm.go (11.7 KiB)
- fsm_test.go (15.8 KiB)
- realtion.go (3.9 KiB)
- relation_test.go (383 Bytes)
- utils.go (935 Bytes)
-
http
- BUILD (838 Bytes)
- http.go (1.1 KiB)
-
model
-
i64b
- BUILD (685 Bytes)
- xints.go (2.0 KiB)
- xints_test.go (1.3 KiB)
- BUILD (1.0 KiB)
- addit.go (1.2 KiB)
- addit_test.go (2.3 KiB)
- relation.go (1.4 KiB)
-
-
service
- BUILD (1.3 KiB)
- service.go (5.9 KiB)
- service_test.go (361 Bytes)
- BUILD (632 Bytes)
- CHANGELOG.MD (1.0 KiB)
- CONTRIBUTORS.md (102 Bytes)
- OWNERS (232 Bytes)
- README.MD (207 Bytes)
-
-
relation-cache
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (830 Bytes)
- test.toml (944 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (1.1 KiB)
- dao_test.go (644 Bytes)
- relation.go (4.1 KiB)
- relation_test.go (4.3 KiB)
-
model
- BUILD (635 Bytes)
- model.go (733 Bytes)
- retry.go (408 Bytes)
-
server
-
http
- BUILD (942 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.1 KiB)
- relation.go (3.8 KiB)
- service.go (1.4 KiB)
- BUILD (627 Bytes)
- CHANGELOG.md (55 Bytes)
- CONTRIBUTORS.md (132 Bytes)
- OWNERS (234 Bytes)
- README.md (124 Bytes)
-
-
reply
-
cmd
- BUILD (1.0 KiB)
- main.go (1.1 KiB)
- reply-job-test.toml (5.3 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.7 KiB)
-
dao
-
message
- BUILD (1.2 KiB)
- message.go (4.8 KiB)
- message_test.go (5.2 KiB)
-
notice
- BUILD (1.5 KiB)
- audio.go (838 Bytes)
- audio_playlist.go (783 Bytes)
- audio_playlist_test.go (675 Bytes)
- audio_test.go (651 Bytes)
- bangumi.go (1015 Bytes)
- bangumi_test.go (708 Bytes)
- credit.go (2.2 KiB)
- credit_test.go (1.7 KiB)
- dao.go (1.8 KiB)
- dao_test.go (689 Bytes)
- drawyoo.go (797 Bytes)
- drawyoo_test.go (657 Bytes)
- dynamic.go (1.1 KiB)
- dynamic_test.go (663 Bytes)
- live.go (3.3 KiB)
- live_test.go (2.3 KiB)
- topic.go (2.1 KiB)
- topic_test.go (1.8 KiB)
-
reply
- BUILD (1.8 KiB)
- admin.go (1.3 KiB)
- admin_test.go (1.2 KiB)
- business.go (865 Bytes)
- business_test.go (532 Bytes)
- content.go (1.8 KiB)
- content_test.go (1.1 KiB)
- dao.go (1.4 KiB)
- dao_test.go (688 Bytes)
- databus.go (790 Bytes)
- databus_test.go (621 Bytes)
- fold.go (1.3 KiB)
- memcache.go (5.8 KiB)
- memcache_test.go (5.0 KiB)
- redis.go (27.5 KiB)
- redis_test.go (22.0 KiB)
- reply.go (17.6 KiB)
- reply_test.go (12.0 KiB)
- report.go (4.5 KiB)
- report_test.go (2.5 KiB)
- subject.go (6.7 KiB)
- subject_test.go (6.3 KiB)
-
search
- BUILD (1.1 KiB)
- search.go (1.7 KiB)
- search_test.go (1.6 KiB)
-
spam
- BUILD (1.0 KiB)
- redis.go (4.1 KiB)
- redis_test.go (6.4 KiB)
-
stat
- BUILD (1.1 KiB)
- databus.go (1.1 KiB)
- databus_test.go (1.1 KiB)
-
-
http
- BUILD (829 Bytes)
- http.go (748 Bytes)
-
model
-
activity
- BUILD (603 Bytes)
- activity.go (285 Bytes)
-
drawyoo
- BUILD (601 Bytes)
- drawyoo.go (227 Bytes)
-
reply
- BUILD (804 Bytes)
- reply.go (18.6 KiB)
- sql.go (1.3 KiB)
-
topic
- BUILD (597 Bytes)
- topic.go (166 Bytes)
-
-
service
- BUILD (2.8 KiB)
- admin.go (29.2 KiB)
- business.go (274 Bytes)
- fold.go (2.8 KiB)
- index.go (10.8 KiB)
- index_test.go (510 Bytes)
- notify.go (17.8 KiB)
- reply.go (22.4 KiB)
- reply_test.go (2.6 KiB)
- service.go (9.0 KiB)
- service_test.go (764 Bytes)
- spam.go (3.4 KiB)
- upper.go (2.1 KiB)
- BUILD (999 Bytes)
- CHANGELOG.md (8.2 KiB)
- CONTRIBUTORS.md (105 Bytes)
- OWNERS (220 Bytes)
- README.md (165 Bytes)
-
-
reply-feed
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (987 Bytes)
- test.toml (2.6 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (1.6 KiB)
- dao_test.go (685 Bytes)
- db.go (8.7 KiB)
- db_test.go (5.5 KiB)
- http_client.go (893 Bytes)
- http_client_test.go (568 Bytes)
- mc.go (2.2 KiB)
- mc_test.go (2.2 KiB)
- redis.go (11.5 KiB)
- redis_test.go (10.3 KiB)
-
model
- BUILD (685 Bytes)
- algorithm.go (3.9 KiB)
- model.go (8.1 KiB)
-
server
-
http
- BUILD (851 Bytes)
- http.go (744 Bytes)
-
-
service
- BUILD (1.4 KiB)
- databus.go (5.6 KiB)
- loader.go (2.6 KiB)
- reply_set.go (2.3 KiB)
- reply_zset.go (3.4 KiB)
- service.go (2.4 KiB)
- stat.go (2.9 KiB)
- statistics.go (4.1 KiB)
- BUILD (603 Bytes)
- CHANGELOG.md (642 Bytes)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (206 Bytes)
- README.md (83 Bytes)
-
-
search
-
cmd
- BUILD (1.1 KiB)
- main.go (1017 Bytes)
- search-job-test.toml (24.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.4 KiB)
-
dao
-
base
- BUILD (1.1 KiB)
- base.go (1.2 KiB)
- base_test.go (499 Bytes)
-
business
- BUILD (1.6 KiB)
- aegis_resource.go (5.8 KiB)
- archive_video_relation.go (5.4 KiB)
- avr_archive.go (7.0 KiB)
- business_test.go (2.5 KiB)
- dm_date.go (10.0 KiB)
- log.go (9.2 KiB)
- BUILD (2.0 KiB)
- app_databus.go (5.4 KiB)
- app_multiple.go (5.5 KiB)
- app_multiple_databus.go (14.1 KiB)
- app_multiple_databus_test.go (12 Bytes)
- app_single.go (4.7 KiB)
- app_single_test.go (12 Bytes)
- config_asset.go (597 Bytes)
- config_attr.go (8.1 KiB)
- config_business.go (1.7 KiB)
- config_offset.go (3.0 KiB)
- config_offset_test.go (1.2 KiB)
- dao.go (17.0 KiB)
- dao_test.go (1001 Bytes)
- es.go (6.3 KiB)
- es_test.go (1.4 KiB)
- hbase.go (1.2 KiB)
- sms.go (1.5 KiB)
-
-
http
- BUILD (968 Bytes)
- es.go (999 Bytes)
- http.go (855 Bytes)
-
model
- BUILD (921 Bytes)
- config_asset.go (102 Bytes)
- config_attrs.go (4.0 KiB)
- config_business.go (657 Bytes)
- config_offset.go (2.6 KiB)
- es.go (509 Bytes)
- map_data.go (5.7 KiB)
- model.go (985 Bytes)
-
service
- BUILD (1.3 KiB)
- all.go (1.5 KiB)
- all_test.go (292 Bytes)
- incr.go (884 Bytes)
- service.go (1.6 KiB)
- service_test.go (305 Bytes)
- stat.go (353 Bytes)
- BUILD (572 Bytes)
- CHANGELOG.md (2.2 KiB)
- CONTRIBUTORS.md (104 Bytes)
- OWNERS (251 Bytes)
- README.md (192 Bytes)
-
-
sms
-
cmd
- BUILD (1.0 KiB)
- main.go (999 Bytes)
- sms-job-test.toml (3.6 KiB)
-
conf
- BUILD (985 Bytes)
- conf.go (3.5 KiB)
-
dao
-
chuanglan
- BUILD (1.2 KiB)
- client.go (6.4 KiB)
- client_test.go (1.6 KiB)
-
mengwang
- BUILD (1.2 KiB)
- client.go (6.0 KiB)
- client_test.go (1.9 KiB)
- BUILD (1.3 KiB)
- dao.go (821 Bytes)
- user.go (748 Bytes)
- user_test.go (613 Bytes)
- wechat.go (1.9 KiB)
-
-
http
- BUILD (781 Bytes)
- http.go (752 Bytes)
-
model
- BUILD (611 Bytes)
- model.go (1.3 KiB)
-
service
- BUILD (1.8 KiB)
- callback.go (4.3 KiB)
- log.go (818 Bytes)
- service.go (4.2 KiB)
- service_test.go (1.7 KiB)
- sms.go (8.7 KiB)
- BUILD (554 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (215 Bytes)
- README.md (198 Bytes)
-
-
spy
-
cmd
- BUILD (1.0 KiB)
- main.go (1.1 KiB)
- spy-job-test.toml (3.2 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (1.9 KiB)
- account.go (759 Bytes)
- account_test.go (404 Bytes)
- dao.go (1.4 KiB)
- dao_test.go (1.1 KiB)
- hbase.go (1.2 KiB)
- memcache.go (1.4 KiB)
- memcache_test.go (428 Bytes)
- mysql.go (9.8 KiB)
- mysql_test.go (3.9 KiB)
- redis.go (5.2 KiB)
- redis_test.go (2.6 KiB)
-
http
- BUILD (823 Bytes)
- http.go (781 Bytes)
-
model
- BUILD (816 Bytes)
- active.go (83 Bytes)
- config.go (593 Bytes)
- event.go (274 Bytes)
- eventmsg.go (829 Bytes)
- report.go (322 Bytes)
- stat.go (835 Bytes)
- user_event_history.go (353 Bytes)
- user_info.go (605 Bytes)
-
service
- BUILD (1.9 KiB)
- block.go (4.2 KiB)
- block_test.go (2.1 KiB)
- rebuild.go (1.6 KiB)
- rebuild_test.go (424 Bytes)
- report.go (1.4 KiB)
- service.go (13.6 KiB)
- service_test.go (3.1 KiB)
- stat.go (1.0 KiB)
- BUILD (554 Bytes)
- CHANGELOG.md (659 Bytes)
- CONTRIBUTORS.md (89 Bytes)
- OWNERS (221 Bytes)
- README.md (181 Bytes)
-
-
stat
-
cmd
- BUILD (926 Bytes)
- main.go (974 Bytes)
- stat-job-test.toml (4.2 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (599 Bytes)
- dao_test.go (1011 Bytes)
- mysql.go (3.2 KiB)
- sms.go (1.8 KiB)
-
http
- BUILD (784 Bytes)
- http.go (737 Bytes)
-
model
- BUILD (669 Bytes)
- like.go (536 Bytes)
- monitor.go (78 Bytes)
- stat.go (1.7 KiB)
-
service
- BUILD (1.5 KiB)
- service.go (5.3 KiB)
- service_test.go (620 Bytes)
- stat.go (4.1 KiB)
- BUILD (560 Bytes)
- CHANGELOG.md (1.2 KiB)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (192 Bytes)
- README.md (179 Bytes)
-
-
tag
-
cmd
- BUILD (963 Bytes)
- main.go (885 Bytes)
- tag-job-test.toml (3.0 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (2.1 KiB)
- business.go (811 Bytes)
- business_test.go (459 Bytes)
- channel.go (1.3 KiB)
- channel_test.go (960 Bytes)
- dao.go (2.3 KiB)
- dao_test.go (621 Bytes)
- grpc.go (801 Bytes)
- grpc_test.go (478 Bytes)
- mysql.go (3.8 KiB)
- mysql_test.go (2.8 KiB)
- redis.go (6.8 KiB)
- redis_test.go (5.3 KiB)
- resource.go (2.8 KiB)
- resource_test.go (957 Bytes)
- tag.go (3.1 KiB)
- tag_prid_redis.go (2.2 KiB)
- tag_prid_redis_test.go (1.9 KiB)
- tag_resource_mc.go (623 Bytes)
- tag_resource_mc_test.go (708 Bytes)
- tag_resource_redis.go (2.1 KiB)
- tag_resource_redis_test.go (1.6 KiB)
- tag_test.go (845 Bytes)
-
http
- BUILD (823 Bytes)
- http.go (630 Bytes)
-
model
- BUILD (589 Bytes)
- model.go (3.0 KiB)
-
service
- BUILD (1.7 KiB)
- business.go (406 Bytes)
- res_tag.go (3.8 KiB)
- service.go (4.6 KiB)
- service_test.go (471 Bytes)
- tag.go (1.8 KiB)
- tag_ftp.go (5.8 KiB)
- tagarc.go (3.6 KiB)
- BUILD (554 Bytes)
- CHANGELOG.md (1.3 KiB)
- CONTRIBUTORS.md (135 Bytes)
- OWNERS (255 Bytes)
- README.md (106 Bytes)
-
-
thumbup
-
cmd
- BUILD (990 Bytes)
- main.go (755 Bytes)
- thumbup-job-test.toml (3.6 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (2.5 KiB)
- dao_test.go (688 Bytes)
- databus.go (695 Bytes)
- databus_test.go (644 Bytes)
- item_likes_redis.go (3.5 KiB)
- item_likes_redis_test.go (2.8 KiB)
- memcached.go (815 Bytes)
- memcached_test.go (995 Bytes)
- redis.go (1.2 KiB)
- redis_test.go (1.6 KiB)
- tidb.go (7.5 KiB)
- tidb_test.go (3.5 KiB)
- user_likes_redis.go (3.5 KiB)
- user_likes_redis_test.go (2.8 KiB)
-
model
- BUILD (680 Bytes)
- model.go (14 Bytes)
- thumbup.go (2.3 KiB)
-
server
-
http
- BUILD (842 Bytes)
- http.go (676 Bytes)
-
-
service
- BUILD (1.2 KiB)
- item_likes.go (2.5 KiB)
- like.go (10.2 KiB)
- service.go (3.0 KiB)
- user_likes.go (2.6 KiB)
- CHANGELOG.md (97 Bytes)
- CONTRIBUTORS.md (75 Bytes)
- OWNERS (63 Bytes)
- README.md (16 Bytes)
-
-
tv
-
cmd
- BUILD (1017 Bytes)
- main.go (1.1 KiB)
- tv-job-test.toml (7.3 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (5.0 KiB)
- license.go (1.9 KiB)
- ugc.go (1.7 KiB)
-
dao
-
app
- BUILD (2.3 KiB)
- cont_del.go (2.3 KiB)
- cont_del_test.go (2.3 KiB)
- cont_sync.go (6.8 KiB)
- cont_sync_test.go (3.7 KiB)
- dao.go (1.6 KiB)
- dao_test.go (785 Bytes)
- media_cache.go (2.6 KiB)
- media_cache_test.go (2.4 KiB)
- new_test.go (770 Bytes)
- playurl.go (1.2 KiB)
- playurl_test.go (449 Bytes)
- redis.go (3.1 KiB)
- redis_test.go (1.7 KiB)
- search_con.go (1.4 KiB)
- search_con_test.go (798 Bytes)
- search_sug.go (1.7 KiB)
- search_sug_test.go (739 Bytes)
- season_del.go (1.7 KiB)
- season_del_test.go (1.0 KiB)
- season_sync.go (3.2 KiB)
- season_sync_test.go (1.7 KiB)
- sync_mc.go (5.6 KiB)
- sync_mc_test.go (3.0 KiB)
- sync_retry.go (1.3 KiB)
- sync_retry_test.go (1.1 KiB)
- zone_index.go (899 Bytes)
- zone_index_test.go (449 Bytes)
-
archive
- BUILD (1.3 KiB)
- archive.go (1.1 KiB)
- archive_test.go (1.2 KiB)
- dao.go (435 Bytes)
- dao_test.go (680 Bytes)
-
cms
- BUILD (1.4 KiB)
- dao.go (432 Bytes)
- dao_test.go (748 Bytes)
- merak.go (2.0 KiB)
- merak_test.go (1.2 KiB)
- shelve.go (3.4 KiB)
- shelve_test.go (3.4 KiB)
-
ftp
- BUILD (1.1 KiB)
- dao.go (226 Bytes)
- dao_test.go (677 Bytes)
- ftp.go (2.7 KiB)
- ftp_test.go (1.5 KiB)
-
lic
- BUILD (1.4 KiB)
- call.go (1.6 KiB)
- dao.go (349 Bytes)
- dao_test.go (2.6 KiB)
- lic.go (2.3 KiB)
- lic_test.go (1.3 KiB)
- xml.go (494 Bytes)
- xml_test.go (2.1 KiB)
-
playurl
- BUILD (1.2 KiB)
- dao.go (353 Bytes)
- dao_test.go (342 Bytes)
- playurl.go (2.0 KiB)
- playurl_test.go (311 Bytes)
-
report
- BUILD (1.5 KiB)
- dao.go (516 Bytes)
- dao_test.go (680 Bytes)
- mc.go (2.5 KiB)
- mc_test.go (917 Bytes)
- report.go (7.0 KiB)
- report_test.go (607 Bytes)
- style.go (1.6 KiB)
- style_test.go (914 Bytes)
-
ugc
- BUILD (2.3 KiB)
- dao.go (1.1 KiB)
- dao_test.go (1.4 KiB)
- databus.go (3.0 KiB)
- databus_test.go (1.0 KiB)
- del_arc.go (1.1 KiB)
- del_arc_test.go (712 Bytes)
- del_upper.go (2.1 KiB)
- del_upper_test.go (1.7 KiB)
- del_video.go (1.6 KiB)
- del_video_test.go (513 Bytes)
- delete.go (2.5 KiB)
- delete_test.go (3.3 KiB)
- import.go (3.1 KiB)
- import_test.go (1.2 KiB)
- manual.go (3.3 KiB)
- manual_test.go (922 Bytes)
- media_cache.go (5.4 KiB)
- media_cache_test.go (3.6 KiB)
- passed.go (991 Bytes)
- passed_test.go (380 Bytes)
- report_cid.go (1.4 KiB)
- search_con.go (1.5 KiB)
- search_con_test.go (866 Bytes)
- sync_arc.go (299 Bytes)
- sync_video.go (4.1 KiB)
- sync_video_test.go (2.8 KiB)
-
upper
- BUILD (1.6 KiB)
- dao.go (1.2 KiB)
- dao_test.go (2.1 KiB)
- load_upper.go (2.7 KiB)
- load_upper_test.go (1.7 KiB)
- refresh.go (3.3 KiB)
- refresh_test.go (1.6 KiB)
- sync.go (1.1 KiB)
- BUILD (715 Bytes)
-
-
http
- BUILD (772 Bytes)
- http.go (673 Bytes)
-
model
-
common
- BUILD (633 Bytes)
- sync_retry.go (555 Bytes)
- zone_idx.go (140 Bytes)
-
pgc
- BUILD (833 Bytes)
- content.go (773 Bytes)
- databus.go (2.4 KiB)
- license.go (4.7 KiB)
- media_cache.go (1.0 KiB)
- memcache.go (519 Bytes)
- pgc.go (1.2 KiB)
- playurl.go (739 Bytes)
- search.go (861 Bytes)
- style.go (290 Bytes)
-
report
- BUILD (596 Bytes)
- report.go (2.2 KiB)
-
ugc
- BUILD (822 Bytes)
- archive.go (2.8 KiB)
- databus.go (3.9 KiB)
- media_cache.go (1022 Bytes)
- sync.go (571 Bytes)
- upper.go (1.5 KiB)
- BUILD (606 Bytes)
-
-
service
-
pgc
- BUILD (2.0 KiB)
- del_cont.go (1.4 KiB)
- del_season.go (1.4 KiB)
- filter.go (2.3 KiB)
- license.go (1.7 KiB)
- sea_con.go (2.2 KiB)
- sea_con_test.go (224 Bytes)
- search_sug.go (2.4 KiB)
- service.go (2.7 KiB)
- service_test.go (539 Bytes)
- sync_ep.go (2.7 KiB)
- sync_mc.go (7.2 KiB)
- sync_mc_test.go (217 Bytes)
- sync_retry.go (3.9 KiB)
- sync_season.go (1.1 KiB)
- zone_index.go (1.8 KiB)
- zone_index_test.go (198 Bytes)
-
report
- BUILD (1.3 KiB)
- service.go (6.5 KiB)
- service_test.go (272 Bytes)
- style.go (1.8 KiB)
-
ugc
- BUILD (2.5 KiB)
- databus.go (7.9 KiB)
- del_arc.go (2.3 KiB)
- del_video.go (1.8 KiB)
- full_refresh.go (6.2 KiB)
- import.go (6.0 KiB)
- import_test.go (601 Bytes)
- manual.go (3.5 KiB)
- media_cache.go (2.4 KiB)
- pick.go (3.3 KiB)
- report_cid.go (4.2 KiB)
- sea_con.go (2.2 KiB)
- sea_con_test.go (224 Bytes)
- sync_arc.go (2.4 KiB)
- sync_video.go (5.6 KiB)
- sync_video_test.go (397 Bytes)
- tool.go (1.0 KiB)
- ugc.go (4.7 KiB)
- ugc_test.go (1.5 KiB)
- upper.go (6.8 KiB)
- view.go (905 Bytes)
- zone_index.go (2.3 KiB)
- BUILD (441 Bytes)
-
- BUILD (548 Bytes)
- CHANGELOG.md (9.7 KiB)
- CONTRIBUTORS.md (99 Bytes)
- OWNERS (249 Bytes)
- README.md (168 Bytes)
-
-
ugcpay
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (870 Bytes)
- test.toml (2.2 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.4 KiB)
- dao_test.go (674 Bytes)
- elec_mc.go (1.3 KiB)
- elec_mc_test.go (955 Bytes)
- elec_mysql.go (4.9 KiB)
- elec_mysql_test.go (4.8 KiB)
- grpc.go (844 Bytes)
- grpc_test.go (1.1 KiB)
- http.go (3.4 KiB)
- http_test.go (2.0 KiB)
- mc.go (2.5 KiB)
- mc_test.go (3.1 KiB)
- mysql.go (35.3 KiB)
- mysql_test.go (36.9 KiB)
- redis.go (690 Bytes)
- redis_test.go (1.3 KiB)
-
model
- BUILD (932 Bytes)
- db.go (3.5 KiB)
- elec_db.go (3.5 KiB)
- model.go (2.5 KiB)
- model_test.go (421 Bytes)
-
server
-
http
- BUILD (839 Bytes)
- http.go (489 Bytes)
-
-
service
-
pay
- BUILD (1.0 KiB)
- pay.go (4.7 KiB)
- pay_test.go (3.1 KiB)
- BUILD (1.6 KiB)
- binlog.go (1.9 KiB)
- binlog_elec.go (6.3 KiB)
- elec_syncdb.go (2.0 KiB)
- limited_list.go (4.6 KiB)
- repaire.go (2.3 KiB)
- service.go (3.2 KiB)
- service_test.go (1.3 KiB)
- task.go (3.6 KiB)
- task_account_biz.go (3.9 KiB)
- task_account_user.go (5.2 KiB)
- task_bill_daily.go (11.6 KiB)
- task_bill_monthly.go (3.6 KiB)
- task_shell_recharge.go (6.0 KiB)
- tool.go (1.3 KiB)
-
- BUILD (579 Bytes)
- CHANGELOG.md (220 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (192 Bytes)
- README.md (79 Bytes)
-
-
up
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1004 Bytes)
- mail-template.toml (2.1 KiB)
- main.go (861 Bytes)
- up-job.toml (1.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.7 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- account_cache.go (1.3 KiB)
- dao.go (1.4 KiB)
- dao_test.go (1.0 KiB)
- rpc.go (827 Bytes)
-
email
- BUILD (1.0 KiB)
- dao.go (433 Bytes)
- dao_test.go (153 Bytes)
- email.go (1.0 KiB)
-
upcrm
- BUILD (1.3 KiB)
- dao.go (915 Bytes)
- dao_test.go (940 Bytes)
- sign_up.go (8.8 KiB)
- task_info.go (1.2 KiB)
- up_base_info.go (744 Bytes)
-
-
model
-
archivemodel
- BUILD (602 Bytes)
- tables.go (1.1 KiB)
-
signmodel
- BUILD (720 Bytes)
- sign_up.go (6.8 KiB)
-
upcrmmodel
- BUILD (786 Bytes)
- task_info.go (886 Bytes)
- up_base_info.go (1.8 KiB)
- BUILD (826 Bytes)
- model.go (14 Bytes)
- reply.go (131 Bytes)
- request.go (301 Bytes)
-
-
server
-
http
- BUILD (984 Bytes)
- http.go (943 Bytes)
- http_job.go (2.2 KiB)
-
-
service
- BUILD (2.4 KiB)
- archive.go (6.7 KiB)
- archive_test.go (589 Bytes)
- service.go (2.4 KiB)
- service_test.go (3.2 KiB)
- sign_due_job.go (7.8 KiB)
- sign_state_job.go (4.1 KiB)
- sign_task_job.go (8.5 KiB)
- sign_update_tid_job.go (1.8 KiB)
- BUILD (659 Bytes)
- CHANGELOG.md (328 Bytes)
- CONTRIBUTORS.md (87 Bytes)
- OWNERS (212 Bytes)
- README.md (75 Bytes)
-
-
up-rating
-
cmd
- BUILD (925 Bytes)
- main.go (777 Bytes)
- up-rating-job.toml (861 Bytes)
-
conf
- BUILD (932 Bytes)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.4 KiB)
- base.go (2.5 KiB)
- base_test.go (2.6 KiB)
- dao.go (698 Bytes)
- dao_test.go (686 Bytes)
- paramter.go (659 Bytes)
- paramter_test.go (608 Bytes)
- past.go (2.9 KiB)
- past_test.go (3.4 KiB)
- rating.go (4.3 KiB)
- rating_test.go (4.4 KiB)
- statistics.go (2.6 KiB)
- statistics_test.go (2.1 KiB)
- task_status.go (496 Bytes)
- task_status_test.go (520 Bytes)
-
http
- BUILD (874 Bytes)
- http.go (1.0 KiB)
- web.go (3.0 KiB)
-
model
- BUILD (686 Bytes)
- rating.go (1.2 KiB)
- statistics.go (1.4 KiB)
-
service
- BUILD (1.2 KiB)
- base.go (1.5 KiB)
- paramter.go (783 Bytes)
- past.go (5.0 KiB)
- rating.go (2.9 KiB)
- run.go (3.7 KiB)
- score.go (3.8 KiB)
- service.go (542 Bytes)
- statistics.go (8.0 KiB)
- task_status.go (308 Bytes)
- top.go (3.0 KiB)
- trend.go (9.9 KiB)
- trend_heap.go (1.8 KiB)
- BUILD (590 Bytes)
- CHANGELOG.md (173 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (195 Bytes)
- README.md (164 Bytes)
-
-
upload
-
cmd
- BUILD (978 Bytes)
- bfs-upload-job.toml (3.2 KiB)
- main.go (876 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (975 Bytes)
- dao.go (351 Bytes)
- dao_test.go (522 Bytes)
-
http
- BUILD (832 Bytes)
- http.go (1.1 KiB)
-
service
- BUILD (1.3 KiB)
- aiyellowing.go (3.0 KiB)
- bucket_test.go (180 Bytes)
- service.go (5.6 KiB)
- service_test.go (659 Bytes)
- BUILD (524 Bytes)
- CHANGELOG.md (280 Bytes)
- CONTRIBUTORS.md (97 Bytes)
- OWNERS (227 Bytes)
- README.md (163 Bytes)
-
-
usersuit
-
cmd
- BUILD (1014 Bytes)
- convey-test.toml (2.4 KiB)
- main.go (895 Bytes)
- usersuit-job.toml (2.4 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.1 KiB)
-
dao
-
medal
- BUILD (1.5 KiB)
- dao.go (920 Bytes)
- dao_test.go (421 Bytes)
- data.go (714 Bytes)
- rpc.go (262 Bytes)
-
pendant
- BUILD (1.4 KiB)
- dao.go (961 Bytes)
- dao_test.go (726 Bytes)
- mysql.go (2.0 KiB)
- mysql_test.go (1.1 KiB)
- redis.go (793 Bytes)
- redis_test.go (419 Bytes)
-
-
http
- BUILD (838 Bytes)
- http.go (828 Bytes)
-
model
- BUILD (744 Bytes)
- medal.go (368 Bytes)
- message.go (585 Bytes)
- notify.go (261 Bytes)
- pendant.go (107 Bytes)
- trans.go (2.6 KiB)
-
service
- BUILD (1.5 KiB)
- medal.go (955 Bytes)
- notify.go (544 Bytes)
- notify_test.go (273 Bytes)
- pendant.go (1022 Bytes)
- pendant_test.go (260 Bytes)
- service.go (1.9 KiB)
- service_test.go (272 Bytes)
- vip.go (3.0 KiB)
- BUILD (646 Bytes)
- CHANGELOG.md (822 Bytes)
- CONTRIBUTORS.md (90 Bytes)
- OWNERS (228 Bytes)
- README.md (184 Bytes)
-
-
videoup
-
cmd
- BUILD (983 Bytes)
- main.go (958 Bytes)
- videoup-job-test.toml (4.5 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.7 KiB)
-
dao
-
activity
- BUILD (1.2 KiB)
- dao.go (2.0 KiB)
- dao_test.go (645 Bytes)
-
archive
- BUILD (2.3 KiB)
- addit.go (736 Bytes)
- addit_test.go (281 Bytes)
- archive.go (5.3 KiB)
- archive_biz.go (968 Bytes)
- archive_biz_test.go (457 Bytes)
- archive_history.go (1.4 KiB)
- archive_test.go (10.4 KiB)
- arhive_history_test.go (859 Bytes)
- config.go (3.0 KiB)
- config_test.go (1.3 KiB)
- cover.go (1.1 KiB)
- dao.go (1.1 KiB)
- dao_test.go (826 Bytes)
- databus.go (1.6 KiB)
- delay.go (2.2 KiB)
- first_pass.go (1.5 KiB)
- forbid.go (1.3 KiB)
- new_video.go (9.6 KiB)
- oper.go (1.5 KiB)
- staff.go (759 Bytes)
- stat.go (630 Bytes)
- type.go (1.2 KiB)
- video.go (7.4 KiB)
- video_audit.go (1.0 KiB)
- video_cover.go (751 Bytes)
- video_oper.go (614 Bytes)
- video_shot.go (553 Bytes)
- video_test.go (2.8 KiB)
-
bvc
- BUILD (1.1 KiB)
- dao.go (3.2 KiB)
- dao_test.go (577 Bytes)
-
manager
- BUILD (1.1 KiB)
- dao.go (313 Bytes)
- dao_test.go (567 Bytes)
- ups.go (679 Bytes)
-
message
- BUILD (1.1 KiB)
- dao.go (2.6 KiB)
- dao_test.go (587 Bytes)
-
monitor
- BUILD (1.0 KiB)
- dao.go (777 Bytes)
- dao_test.go (563 Bytes)
-
redis
- BUILD (1.2 KiB)
- dao.go (421 Bytes)
- dao_test.go (410 Bytes)
- redis.go (4.2 KiB)
- redis_test.go (952 Bytes)
- BUILD (668 Bytes)
-
-
http
- BUILD (835 Bytes)
- http.go (665 Bytes)
-
model
-
archive
- BUILD (943 Bytes)
- addit.go (385 Bytes)
- archive.go (8.7 KiB)
- archive_result.go (1.8 KiB)
- biz_poi.go (881 Bytes)
- biz_vote.go (254 Bytes)
- config.go (305 Bytes)
- cover.go (228 Bytes)
- databus.go (141 Bytes)
- delay.go (238 Bytes)
- forbid.go (2.2 KiB)
- oper.go (100 Bytes)
- task.go (539 Bytes)
- type.go (788 Bytes)
- video.go (4.5 KiB)
-
manager
- BUILD (603 Bytes)
- manager.go (701 Bytes)
-
message
- BUILD (675 Bytes)
- message.go (3.4 KiB)
-
redis
- BUILD (599 Bytes)
- redis.go (749 Bytes)
-
-
service
- BUILD (2.4 KiB)
- audit.go (13.4 KiB)
- databus.go (2.8 KiB)
- delay.go (4.5 KiB)
- extra_func.go (25.9 KiB)
- extra_func_test.go (786 Bytes)
- history.go (1.2 KiB)
- result.go (1.1 KiB)
- retry.go (4.5 KiB)
- round.go (876 Bytes)
- send.go (7.9 KiB)
- service.go (8.0 KiB)
- service_test.go (296 Bytes)
- shot.go (7.5 KiB)
- stat.go (2.5 KiB)
- video.go (16.5 KiB)
- BUILD (755 Bytes)
- CHANGELOG.md (18.0 KiB)
- CONTRIBUTORS.md (135 Bytes)
- OWNERS (313 Bytes)
- README.md (179 Bytes)
-
-
videoup-report
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- videoup-report-job.toml (7.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.1 KiB)
-
dao
-
archive
- BUILD (2.3 KiB)
- addit.go (1.6 KiB)
- addit_test.go (248 Bytes)
- archive.go (2.8 KiB)
- archive_delay.go (694 Bytes)
- archive_oper.go (3.6 KiB)
- archive_oper_test.go (949 Bytes)
- archive_recheck.go (3.4 KiB)
- archive_recheck_test.go (443 Bytes)
- archive_test.go (564 Bytes)
- audit.go (415 Bytes)
- audit_test.go (331 Bytes)
- config.go (1.8 KiB)
- config_test.go (276 Bytes)
- dao.go (635 Bytes)
- dao_test.go (251 Bytes)
- flow_design.go (2.5 KiB)
- flow_design_test.go (1.2 KiB)
- report.go (1.9 KiB)
- task.go (4.6 KiB)
- task_consumer.go (656 Bytes)
- task_dispatch.go (4.2 KiB)
- task_dispatch_done.go (1.9 KiB)
- task_dispatch_extend.go (2.3 KiB)
- task_json_config.go (3.8 KiB)
- task_oper_history.go (2.1 KiB)
- task_test.go (470 Bytes)
- track.go (651 Bytes)
- type.go (682 Bytes)
- type_test.go (242 Bytes)
- video.go (2.9 KiB)
- video_test.go (233 Bytes)
- video_track.go (714 Bytes)
- video_track_test.go (288 Bytes)
-
data
- BUILD (1.6 KiB)
- admin.go (444 Bytes)
- admin_test.go (247 Bytes)
- dao.go (1.7 KiB)
- dao_test.go (657 Bytes)
- profit.go (991 Bytes)
- reply.go (3.2 KiB)
- reply_test.go (1.0 KiB)
- uper.go (896 Bytes)
-
email
- BUILD (1.7 KiB)
- dao.go (1.5 KiB)
- dao_test.go (658 Bytes)
- email.go (3.5 KiB)
- email_template.go (3.8 KiB)
- email_template_test.go (1.2 KiB)
- email_test.go (4.5 KiB)
- redis_list.go (1.5 KiB)
- redis_list_test.go (2.5 KiB)
-
hbase
- BUILD (1.3 KiB)
- dao.go (377 Bytes)
- dao_test.go (529 Bytes)
- weightlog.go (1.2 KiB)
-
manager
- BUILD (1.2 KiB)
- dao.go (682 Bytes)
- dao_test.go (576 Bytes)
- user.go (582 Bytes)
-
mission
- BUILD (1.3 KiB)
- dao.go (525 Bytes)
- dao_test.go (748 Bytes)
- mission.go (1.1 KiB)
-
redis
- BUILD (1.3 KiB)
- dao.go (581 Bytes)
- dao_test.go (249 Bytes)
- monitor.go (1.3 KiB)
- redis.go (2.3 KiB)
- redis_test.go (914 Bytes)
- task.go (1.9 KiB)
-
tag
- BUILD (1.4 KiB)
- channel.go (876 Bytes)
- channel_test.go (390 Bytes)
- dao.go (638 Bytes)
- dao_test.go (816 Bytes)
- tag.go (1.8 KiB)
-
-
http
- BUILD (1.0 KiB)
- archive.go (1.6 KiB)
- http.go (1.1 KiB)
- task.go (814 Bytes)
- video.go (1.1 KiB)
-
model
-
archive
- BUILD (877 Bytes)
- addit.go (525 Bytes)
- archive.go (6.3 KiB)
- databus.go (2.8 KiB)
- delay.go (238 Bytes)
- flow.go (1.6 KiB)
- oper.go (951 Bytes)
- recheck.go (1.4 KiB)
- report.go (809 Bytes)
- task.go (1.3 KiB)
- track.go (640 Bytes)
- video.go (2.3 KiB)
-
data
- BUILD (604 Bytes)
- data.go (324 Bytes)
-
email
- BUILD (945 Bytes)
- detector.go (2.1 KiB)
- detector_test.go (2.9 KiB)
- email.go (622 Bytes)
- redis.go (490 Bytes)
- template.go (377 Bytes)
-
manager
- BUILD (610 Bytes)
- manager.go (914 Bytes)
-
mission
- BUILD (610 Bytes)
- mission.go (179 Bytes)
-
monitor
- BUILD (610 Bytes)
- monitor.go (1.5 KiB)
-
task
- BUILD (757 Bytes)
- task_assign.go (351 Bytes)
- task_dispatch.go (916 Bytes)
- task_weight.go (6.6 KiB)
-
utils
- BUILD (605 Bytes)
- time.go (1.2 KiB)
-
-
service
- BUILD (3.3 KiB)
- archive.go (16.7 KiB)
- archive_result.go (1.3 KiB)
- archive_test.go (2.0 KiB)
- databus.go (3.5 KiB)
- email.go (9.7 KiB)
- excitation.go (4.4 KiB)
- excitation_test.go (352 Bytes)
- extra_func.go (4.1 KiB)
- flow.go (3.2 KiB)
- monitor.go (4.6 KiB)
- monitor_test.go (753 Bytes)
- reply.go (2.5 KiB)
- reply_test.go (1.1 KiB)
- retry.go (2.9 KiB)
- retry_test.go (1.1 KiB)
- service.go (8.1 KiB)
- service_test.go (1.8 KiB)
- tag.go (3.5 KiB)
- tag_test.go (333 Bytes)
- task.go (5.4 KiB)
- task_assign.go (2.6 KiB)
- task_dispatch.go (8.7 KiB)
- task_weight.go (9.3 KiB)
- track.go (2.6 KiB)
- ups.go (1.0 KiB)
- ups_test.go (515 Bytes)
- video.go (11.7 KiB)
- video_test.go (276 Bytes)
- BUILD (1.5 KiB)
- CHANGELOG.md (4.5 KiB)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (230 Bytes)
- readme.md (191 Bytes)
-
-
vip
-
cmd
- BUILD (963 Bytes)
- main.go (953 Bytes)
- vip-job-test.toml (8.1 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (5.3 KiB)
-
dao
- BUILD (2.5 KiB)
- associate.go (1.1 KiB)
- associate_test.go (418 Bytes)
- business.go (13.0 KiB)
- business_test.go (3.3 KiB)
- coupon.go (1.4 KiB)
- coupon_old.go (1.2 KiB)
- coupon_old_test.go (999 Bytes)
- coupon_test.go (1023 Bytes)
- dao.go (1.5 KiB)
- dao_test.go (885 Bytes)
- http.go (840 Bytes)
- http_test.go (297 Bytes)
- memcache.go (4.7 KiB)
- memcache_test.go (1.9 KiB)
- mysql.go (10.3 KiB)
- mysql_test.go (3.8 KiB)
- oldvip.go (789 Bytes)
- oldvip_test.go (253 Bytes)
- order.go (9.8 KiB)
- order_test.go (1.7 KiB)
- push.go (1.2 KiB)
- push_test.go (1.1 KiB)
- redis.go (2.7 KiB)
- redis_test.go (1.0 KiB)
- resource.go (1.2 KiB)
- resource_test.go (1.7 KiB)
- sync.go (1.4 KiB)
- sync_test.go (809 Bytes)
- vip.go (19.6 KiB)
- vip_test.go (11.2 KiB)
-
http
- BUILD (878 Bytes)
- http.go (4.5 KiB)
-
model
- BUILD (1.6 KiB)
- associate.go (334 Bytes)
- coupon.go (645 Bytes)
- databus.go (5.2 KiB)
- handler.go (664 Bytes)
- http.go (164 Bytes)
- model.go (2.5 KiB)
- oldVip.go (3.1 KiB)
- query.go (367 Bytes)
- vip.go (6.2 KiB)
- vip.pb.go (15.1 KiB)
- vip.proto (1.2 KiB)
-
service
- BUILD (2.3 KiB)
- associate.go (1.0 KiB)
- associate_test.go (464 Bytes)
- autorenew.go (1.9 KiB)
- autorenew_test.go (845 Bytes)
- bcoin.go (6.2 KiB)
- check_data.go (5.3 KiB)
- coupon.go (1.3 KiB)
- coupon_test.go (423 Bytes)
- frozen.go (3.3 KiB)
- frozen_test.go (521 Bytes)
- message.go (4.4 KiB)
- order.go (11.8 KiB)
- order_test.go (324 Bytes)
- push.go (2.8 KiB)
- salary.go (9.6 KiB)
- salary_data.go (1.1 KiB)
- salary_test.go (2.6 KiB)
- service.go (21.6 KiB)
- service_test.go (2.5 KiB)
- sync.go (2.8 KiB)
- sync_test.go (220 Bytes)
- vip.go (14.2 KiB)
- vip_test.go (1.3 KiB)
- BUILD (554 Bytes)
- CHANGELOG.md (3.6 KiB)
- CONTRIBUTORS.md (65 Bytes)
- OWNERS (196 Bytes)
- README.md (260 Bytes)
-
-
web-goblin
-
cmd
- BUILD (1.0 KiB)
- goconvey.sh (256 Bytes)
- main.go (848 Bytes)
- web-goblin-job-test.toml (2.3 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.8 KiB)
-
dao
-
esports
- BUILD (1.7 KiB)
- dao.go (889 Bytes)
- dao_test.go (708 Bytes)
- message.go (1.6 KiB)
- message_test.go (1.0 KiB)
- mysql.go (4.0 KiB)
- mysql_test.go (1.9 KiB)
- push.go (2.9 KiB)
- push_test.go (1.0 KiB)
-
web
- BUILD (1.4 KiB)
- dao.go (942 Bytes)
- dao_test.go (704 Bytes)
- dynamic.go (731 Bytes)
- dynamic_test.go (443 Bytes)
- ugc.go (381 Bytes)
- ugc_test.go (469 Bytes)
-
-
http
- BUILD (920 Bytes)
- http.go (860 Bytes)
-
model
-
esports
- BUILD (604 Bytes)
- model.go (820 Bytes)
-
web
- BUILD (600 Bytes)
- model.go (429 Bytes)
-
-
service
-
esports
- BUILD (1.1 KiB)
- service.go (7.1 KiB)
-
web
- BUILD (1.5 KiB)
- service.go (2.4 KiB)
- service_test.go (363 Bytes)
- ugc.go (911 Bytes)
- ugc_test.go (453 Bytes)
-
- BUILD (788 Bytes)
- CHANGELOG.md (563 Bytes)
- CONTRIBUTORS.md (113 Bytes)
- OWNERS (261 Bytes)
- README.md (587 Bytes)
-
-
workflow
-
cmd
- BUILD (1009 Bytes)
- main.go (1.0 KiB)
- workflow-job-test.toml (1.4 KiB)
-
conf
- BUILD (923 Bytes)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.9 KiB)
- appeal.go (1.6 KiB)
- appeal_test.go (2.2 KiB)
- buss_attr.go (434 Bytes)
- buss_attr_test.go (504 Bytes)
- chall.go (1.1 KiB)
- chall_test.go (1.5 KiB)
- dao.go (1.4 KiB)
- dao_test.go (692 Bytes)
- notify.go (925 Bytes)
- notify_test.go (612 Bytes)
- redis.go (4.1 KiB)
- redis_test.go (3.2 KiB)
- search.go (2.0 KiB)
- search_test.go (1.2 KiB)
-
http
- BUILD (783 Bytes)
- http.go (702 Bytes)
-
model
- BUILD (809 Bytes)
- appeal.go (1.7 KiB)
- audit_log.go (273 Bytes)
- buss_attr.go (354 Bytes)
- chall.go (2.0 KiB)
- event.go (1.0 KiB)
- group.go (721 Bytes)
- model.go (1.1 KiB)
- search.go (2.2 KiB)
-
service
- BUILD (1.6 KiB)
- appeal.go (11.3 KiB)
- expire.go (1.6 KiB)
- notify.go (5.8 KiB)
- queue.go (3.2 KiB)
- service.go (1.6 KiB)
- service_test.go (763 Bytes)
- workflow.go (3.1 KiB)
- BUILD (584 Bytes)
- CHANGELOG.md (756 Bytes)
- CONTRIBUTORS.md (107 Bytes)
- OWNERS (267 Bytes)
- README.md (208 Bytes)
-
- BUILD (3.6 KiB)
- OWNERS (95 Bytes)
-
-
openplatform
-
article
-
cmd
- BUILD (1.0 KiB)
- article-job-test.toml (5.9 KiB)
- goconvey.sh (249 Bytes)
- goconvey.toml (4.3 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.9 KiB)
-
dao
- BUILD (2.1 KiB)
- activity.go (1.0 KiB)
- activity_test.go (250 Bytes)
- art_redis.go (1.9 KiB)
- dao.cache.go (900 Bytes)
- dao.go (3.2 KiB)
- dao_test.go (549 Bytes)
- dynamic.go (820 Bytes)
- flow.go (957 Bytes)
- game.go (2.8 KiB)
- game_test.go (434 Bytes)
- media.go (1.1 KiB)
- mysql.go (13.6 KiB)
- mysql_test.go (2.1 KiB)
- purge.go (676 Bytes)
- recommend.go (2.5 KiB)
- redis.go (16.6 KiB)
- redis_test.go (1.4 KiB)
- reply.go (2.2 KiB)
- reply_test.go (251 Bytes)
-
http
- BUILD (817 Bytes)
- http.go (1.1 KiB)
-
model
- BUILD (637 Bytes)
- model.go (4.4 KiB)
-
service
- BUILD (2.4 KiB)
- article.go (6.5 KiB)
- author.go (1.1 KiB)
- cron.go (412 Bytes)
- infoc.go (1.0 KiB)
- read.go (1013 Bytes)
- recommend.go (1.4 KiB)
- retry_test.go (1.3 KiB)
- search.go (2.4 KiB)
- search_test.go (2.4 KiB)
- service.go (16.2 KiB)
- service_test.go (976 Bytes)
- setting.go (934 Bytes)
- sitemap.go (3.4 KiB)
- sort.go (5.2 KiB)
- sort_test.go (706 Bytes)
- stat.go (6.5 KiB)
- stat_test.go (884 Bytes)
- tag.go (701 Bytes)
- BUILD (626 Bytes)
- CHANGELOG.md (3.1 KiB)
- CONTRIBUTORS.md (94 Bytes)
- OWNERS (239 Bytes)
- README.md (167 Bytes)
-
-
open-market
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- open-market-job-test.toml (1.2 KiB)
-
conf
- BUILD (937 Bytes)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.2 KiB)
- berserker.go (3.3 KiB)
- dao.go (1.7 KiB)
- market_es.go (3.8 KiB)
- market_mysql.go (4.4 KiB)
-
http
- BUILD (871 Bytes)
- http.go (832 Bytes)
-
model
- BUILD (606 Bytes)
- market.go (2.4 KiB)
-
service
- BUILD (919 Bytes)
- market.go (1.7 KiB)
- service.go (687 Bytes)
- BUILD (663 Bytes)
- CHANGELOG.md (202 Bytes)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (241 Bytes)
- README.md (194 Bytes)
-
-
open-sug
-
api
-
grpc
-
v1
- BUILD.bazel (389 Bytes)
- api.proto (19 Bytes)
-
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (931 Bytes)
- test.toml (5.3 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.5 KiB)
- bfs.go (2.0 KiB)
- dao.go (2.0 KiB)
- image.go (4.9 KiB)
- item.go (5.7 KiB)
- item_mysql.go (1.7 KiB)
- redis.go (2.7 KiB)
- season_es.go (3.0 KiB)
-
model
- BUILD (676 Bytes)
- databus.go (1.9 KiB)
- item.go (437 Bytes)
- model.go (14 Bytes)
- sug.go (188 Bytes)
-
server
-
http
- BUILD (948 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (980 Bytes)
- databus.go (2.1 KiB)
- service.go (1.3 KiB)
- sug.go (2.4 KiB)
-
source
- font.ttf (8.3 MiB)
- label.png (1.9 KiB)
- radius.png (1.8 KiB)
- CHANGELOG.md (70 Bytes)
- CONTRIBUTORS.md (72 Bytes)
- OWNERS (214 Bytes)
- README.md (194 Bytes)
-
- BUILD (822 Bytes)
- OWNERS (94 Bytes)
-
- BUILD (491 Bytes)
- OWNERS (79 Bytes)
- README.md (52 Bytes)
-
-
service
-
bbq
-
cms
-
cmd
- BUILD (1012 Bytes)
- main.go (1006 Bytes)
-
configs
- application.toml (33 Bytes)
- grpc.toml (0 Bytes)
- http.toml (55 Bytes)
- memcache.toml (198 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (188 Bytes)
-
internal
-
dao
- BUILD (919 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (601 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (932 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (743 Bytes)
- service.go (610 Bytes)
-
- BUILD (568 Bytes)
- CHANGELOG.md (38 Bytes)
- CONTRIBUTORS.md (42 Bytes)
- OWNERS (152 Bytes)
- README.md (84 Bytes)
-
-
comment
-
api
- BUILD (1.6 KiB)
- api.pb.go (10.9 KiB)
- api.proto (1.4 KiB)
- generate.go (97 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (55 Bytes)
- http.toml (55 Bytes)
- memcache.toml (202 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (192 Bytes)
-
internal
-
dao
- BUILD (923 Bytes)
- dao.go (1.9 KiB)
-
model
- BUILD (605 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (873 Bytes)
- server.go (587 Bytes)
-
http
- BUILD (940 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (867 Bytes)
- service.go (908 Bytes)
-
- BUILD (705 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (37 Bytes)
- OWNERS (151 Bytes)
- README.md (88 Bytes)
-
-
common
-
db
-
bbq
- BUILD (600 Bytes)
- video_bvc.go (350 Bytes)
-
- BUILD (712 Bytes)
- CHANGELOG.md (72 Bytes)
- CONTRIBUTORS.md (96 Bytes)
- OWNERS (203 Bytes)
- video_state.go (5.3 KiB)
-
-
notice-service
-
api
-
v1
- BUILD (1.7 KiB)
- api.pb.go (77.8 KiB)
- api.proto (5.4 KiB)
- common.go (270 Bytes)
-
-
cmd
-
client
- BUILD (914 Bytes)
- main.go (1014 Bytes)
- BUILD (1.3 KiB)
- main.go (1.2 KiB)
- test.toml (1.5 KiB)
-
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.go (5.9 KiB)
- push.go (6.1 KiB)
- user.go (314 Bytes)
-
model
- BUILD (646 Bytes)
- model.go (14 Bytes)
- push.go (792 Bytes)
-
server
-
grpc
- BUILD (844 Bytes)
- server.go (417 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (2.2 KiB)
-
-
service
- BUILD (1.3 KiB)
- push.go (5.9 KiB)
- service.go (3.7 KiB)
-
- BUILD (824 Bytes)
- CHANGELOG.md (314 Bytes)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (170 Bytes)
- README.md (95 Bytes)
-
-
push
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- api.pb.go (70.5 KiB)
- api.proto (4.2 KiB)
-
-
http
-
v1
- BUILD (597 Bytes)
- api.go (1.2 KiB)
-
-
-
cmd
-
client
- BUILD (899 Bytes)
- main.go (964 Bytes)
- BUILD (1.2 KiB)
- main.go (1.2 KiB)
- test.toml (421 Bytes)
-
-
conf
- BUILD (1.2 KiB)
- conf.go (1.7 KiB)
- jpush.go (218 Bytes)
-
dao
-
jpush
- BUILD (843 Bytes)
- audience.go (391 Bytes)
- client.go (1.7 KiB)
- message.go (226 Bytes)
- notification.go (1.1 KiB)
- option.go (320 Bytes)
- payload.go (353 Bytes)
- BUILD (798 Bytes)
- dao.go (448 Bytes)
-
-
model
- BUILD (593 Bytes)
- model.go (125 Bytes)
-
server
-
grpc
- BUILD (857 Bytes)
- server.go (668 Bytes)
-
http
- BUILD (1.2 KiB)
- http.go (2.4 KiB)
-
-
service
- BUILD (1.3 KiB)
- message.go (2.8 KiB)
- notification.go (3.3 KiB)
- parallel.go (1.1 KiB)
- service.go (871 Bytes)
- BUILD (805 Bytes)
- CHANGELOG.md (139 Bytes)
- CONTRIBUTORS.md (50 Bytes)
- OWNERS (168 Bytes)
- README.md (89 Bytes)
-
-
recsys
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- api.pb.go (42.7 KiB)
- api.proto (2.2 KiB)
-
-
-
cmd
-
client
- BUILD (1.1 KiB)
- main.go (1.9 KiB)
-
relatedrecsys
- BUILD (917 Bytes)
- main.go (998 Bytes)
-
upsrecsys
- BUILD (909 Bytes)
- main.go (993 Bytes)
- BUILD (1.3 KiB)
- main.go (963 Bytes)
- test.toml (2.7 KiB)
-
-
conf
- BUILD (1.3 KiB)
- conf.go (2.0 KiB)
-
dao
-
parallel
- BUILD (718 Bytes)
- redis.go (1.1 KiB)
- BUILD (1.8 KiB)
- bloomfilter.go (2.4 KiB)
- dao.go (2.5 KiB)
- parallel.go (1.2 KiB)
- recall.go (1.7 KiB)
- relation.go (906 Bytes)
- user.go (13.4 KiB)
-
-
model
- BUILD (752 Bytes)
- debug.go (1.2 KiB)
- field.go (2.0 KiB)
- model.go (466 Bytes)
- user.go (2.1 KiB)
-
server
-
grpc
- BUILD (863 Bytes)
- server.go (817 Bytes)
-
http
- BUILD (1.0 KiB)
- http.go (1.1 KiB)
- recsys.go (972 Bytes)
-
-
service
-
postprocess
- BUILD (1.1 KiB)
- downGradePostProcessor.go (667 Bytes)
- postprocess.go (4.0 KiB)
- relevantInsertPostProcessor.go (1.6 KiB)
- scatterTagUpPostProcessor.go (4.9 KiB)
- selectInsertPostProcessor.go (1.2 KiB)
- weakInterventionPostProcessor.go (1.1 KiB)
-
rank
-
treelite
- BUILD (1.1 KiB)
- predict.go (1.5 KiB)
- tree.pb.go (36.1 KiB)
- tree.proto (3.2 KiB)
- BUILD (1.2 KiB)
- feature.go (15.5 KiB)
- instance.go (12.4 KiB)
- model.go (3.2 KiB)
- rank.go (2.5 KiB)
-
-
retrieve
- BUILD (1.2 KiB)
- merge.go (8.6 KiB)
- relatedrecretrieve.go (3.4 KiB)
- retrieve.go (13.7 KiB)
- retrieve2.go (15.3 KiB)
- upsrecretrive.go (3.1 KiB)
-
util
- BUILD (673 Bytes)
- util.go (2.7 KiB)
- BUILD (1.9 KiB)
- abtest.go (859 Bytes)
- filter.go (6.2 KiB)
- preprocess.go (16 Bytes)
- rank.go (4.8 KiB)
- recsys.go (4.3 KiB)
- relatedrec.go (5.0 KiB)
- service.go (1.4 KiB)
- store.go (1.9 KiB)
- upsrec.go (2.2 KiB)
-
- BUILD (711 Bytes)
- CHANGELOG.md (533 Bytes)
- CONTRIBUTORS.md (48 Bytes)
- OWNERS (174 Bytes)
- README.md (105 Bytes)
-
-
recsys-recall
-
api
-
grpc
-
v1
- BUILD (1.7 KiB)
- api.pb.go (85.8 KiB)
- api.proto (5.5 KiB)
-
-
-
cmd
-
client
- BUILD (917 Bytes)
- main.go (2.4 KiB)
- BUILD (1.3 KiB)
- main.go (1.2 KiB)
- test.toml (2.1 KiB)
-
-
conf
- BUILD (1.1 KiB)
- conf.go (2.2 KiB)
-
dao
-
cache
- BUILD (678 Bytes)
- local.go (1.5 KiB)
- BUILD (950 Bytes)
- bloomfilter.go (479 Bytes)
- dao.go (1.4 KiB)
-
-
model
- BUILD (582 Bytes)
- model.go (14 Bytes)
- tuple.go (966 Bytes)
-
server
-
grpc
- BUILD (874 Bytes)
- server.go (1003 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (3.1 KiB)
-
-
service
-
index
- BUILD (1.1 KiB)
- forward_index.go (1.9 KiB)
- inverted_index.go (2.6 KiB)
- inverted_index_test.go (402 Bytes)
- loader.go (2.2 KiB)
- BUILD (1.5 KiB)
- bloomfilter.go (1.8 KiB)
- filter.go (1.4 KiB)
- parallel.go (1.1 KiB)
- ranker.go (1.2 KiB)
- recall.go (4.2 KiB)
- result.go (2.0 KiB)
- score.go (826 Bytes)
- service.go (2.8 KiB)
- task.go (2.7 KiB)
-
- BUILD (767 Bytes)
- CHANGELOG.md (643 Bytes)
- CONTRIBUTORS.md (66 Bytes)
- OWNERS (203 Bytes)
- README.md (106 Bytes)
-
-
search
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- api.pb.go (133.4 KiB)
- api.proto (12.6 KiB)
-
-
http
- api.md (17 Bytes)
-
-
cmd
-
client
- BUILD (922 Bytes)
- client.go (3.6 KiB)
- BUILD (1.2 KiB)
- main.go (963 Bytes)
- test.toml (1.2 KiB)
-
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.0 KiB)
- dao.go (2.3 KiB)
- video.go (4.4 KiB)
-
model
- BUILD (595 Bytes)
- model.go (1.2 KiB)
-
server
-
grpc
- BUILD (863 Bytes)
- server.go (707 Bytes)
-
http
- BUILD (915 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (1.1 KiB)
- service.go (488 Bytes)
- video.go (5.9 KiB)
- BUILD (711 Bytes)
- CHANGELOG.md (33 Bytes)
- CONTRIBUTORS.md (66 Bytes)
- OWNERS (197 Bytes)
- README.md (83 Bytes)
-
-
sys-msg
-
api
-
v1
- BUILD (1.7 KiB)
- api.pb.go (30.1 KiB)
- api.proto (2.1 KiB)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- test.toml (855 Bytes)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.1 KiB)
- dao.cache.go (1.7 KiB)
- dao.go (4.2 KiB)
-
model
- BUILD (605 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (823 Bytes)
- server.go (410 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.8 KiB)
-
-
service
- BUILD (931 Bytes)
- service.go (1.9 KiB)
-
- BUILD (768 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (154 Bytes)
- README.md (88 Bytes)
-
-
topic
-
api
- BUILD (1.7 KiB)
- api.pb.go (151.3 KiB)
- api.proto (6.2 KiB)
- client.go (497 Bytes)
- common.go (797 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (55 Bytes)
- http.toml (55 Bytes)
- mysql.toml (503 Bytes)
- redis.toml (195 Bytes)
-
internal
-
dao
- BUILD (2.1 KiB)
- common.go (1.9 KiB)
- common_test.go (2.0 KiB)
- dao.cache.go (3.9 KiB)
- dao.cache_test.go (1.1 KiB)
- dao.go (2.0 KiB)
- dao_test.go (668 Bytes)
- extension.go (3.7 KiB)
- extension_test.go (2.9 KiB)
- topic.go (11.5 KiB)
- topic_test.go (9.4 KiB)
- topic_video.go (8.6 KiB)
- topic_video_test.go (9.1 KiB)
-
model
- BUILD (642 Bytes)
- extension.go (183 Bytes)
- model.go (952 Bytes)
-
server
-
grpc
- BUILD (867 Bytes)
- server.go (584 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (2.8 KiB)
-
-
service
- BUILD (1.6 KiB)
- extension.go (1.8 KiB)
- extension_test.go (1.4 KiB)
- service.go (611 Bytes)
- service_test.go (676 Bytes)
- topic.go (12.2 KiB)
- topic_test.go (10.0 KiB)
-
- BUILD (691 Bytes)
- CHANGELOG.md (905 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (152 Bytes)
- README.md (86 Bytes)
-
-
user
-
api
- BUILD (1.7 KiB)
- api.pb.go (153.1 KiB)
- api.proto (8.6 KiB)
- user.go (712 Bytes)
-
cmd
- BUILD (1.2 KiB)
- main.go (1.6 KiB)
- test.toml (2.0 KiB)
- uname.json (58 Bytes)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (2.7 KiB)
- dao.cache.go (2.1 KiB)
- dao.cache_test.go (539 Bytes)
- dao.go (3.2 KiB)
- dao_test.go (824 Bytes)
- forbid_user.go (848 Bytes)
- location.go (717 Bytes)
- monkey.go (13.1 KiB)
- user.go (3.6 KiB)
- user_base.go (8.8 KiB)
- user_base_test.go (7.5 KiB)
- user_black.go (2.9 KiB)
- user_black_test.go (2.8 KiB)
- user_card.go (2.1 KiB)
- user_card_test.go (1.4 KiB)
- user_fan.go (1.6 KiB)
- user_fan_test.go (2.4 KiB)
- user_follow.go (2.8 KiB)
- user_follow_test.go (2.9 KiB)
- user_like.go (3.5 KiB)
- user_like_test.go (1.9 KiB)
- user_stat.go (4.3 KiB)
- user_stat_test.go (3.9 KiB)
-
model
- BUILD (771 Bytes)
- model.go (1.4 KiB)
- user.go (2.6 KiB)
- user_face.go (509 Bytes)
-
server
-
grpc
- BUILD (811 Bytes)
- server.go (392 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.1 KiB)
- user.go (6.2 KiB)
-
-
service
- BUILD (2.0 KiB)
- like.go (5.4 KiB)
- like_test.go (2.1 KiB)
- relation.go (14.2 KiB)
- relation_test.go (9.7 KiB)
- service.go (720 Bytes)
- service_test.go (833 Bytes)
- user.go (9.7 KiB)
- user_face.go (1.6 KiB)
- user_test.go (6.0 KiB)
-
- BUILD (741 Bytes)
- CHANGELOG.md (1.2 KiB)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (174 Bytes)
- README.md (85 Bytes)
-
-
video
-
api
-
grpc
-
v1
- BUILD (1.7 KiB)
- api.pb.go (225.4 KiB)
- api.proto (14.9 KiB)
- video.go (581 Bytes)
-
-
http
-
v1
- BUILD (632 Bytes)
- api.go (255 Bytes)
- play.go (921 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (958 Bytes)
- rule.toml (781 Bytes)
- test.toml (4.7 KiB)
-
conf
- BUILD (1.2 KiB)
- archive.go (545 Bytes)
- conf.go (2.7 KiB)
-
dao
- BUILD (2.0 KiB)
- archive.go (1.7 KiB)
- archive_filter.go (5.2 KiB)
- bvc.go (644 Bytes)
- check.go (883 Bytes)
- comment.go (1.1 KiB)
- dao.cache.go (1.6 KiB)
- dao.go (5.3 KiB)
- databus.go (380 Bytes)
- video.go (22.5 KiB)
- video_bvc.go (2.2 KiB)
- video_repository.go (2.2 KiB)
- video_upload_process.go (1.8 KiB)
-
model
-
grpc
- BUILD (1.5 KiB)
- bvc.pb.go (26.2 KiB)
- bvc.proto (887 Bytes)
- BUILD (810 Bytes)
- archive.go (1.4 KiB)
- bvc.go (98 Bytes)
- databus.go (109 Bytes)
- model.go (7.1 KiB)
- util.go (687 Bytes)
-
-
server
-
grpc
- BUILD (860 Bytes)
- server.go (698 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.4 KiB)
- video.go (1.6 KiB)
-
-
service
- BUILD (1.8 KiB)
- archive.go (1.4 KiB)
- play.go (2.0 KiB)
- service.go (1.6 KiB)
- service_test.go (929 Bytes)
- upload.go (4.0 KiB)
- video.go (7.9 KiB)
- BUILD (759 Bytes)
- CHANGELOG.md (971 Bytes)
- CONTRIBUTORS.md (70 Bytes)
- OWNERS (200 Bytes)
- README.md (83 Bytes)
-
-
video-image
-
api
-
grpc
-
v1
- BUILD (1.3 KiB)
- api.pb.go (19.3 KiB)
- api.proto (1.0 KiB)
-
-
http
-
v1
- BUILD (604 Bytes)
- api.go (227 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- test.toml (1.6 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (666 Bytes)
- dao.go (413 Bytes)
-
model
- BUILD (600 Bytes)
- model.go (181 Bytes)
-
server
-
grpc
- BUILD (878 Bytes)
- server.go (741 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (2.7 KiB)
-
-
service
- BUILD (1.0 KiB)
- score.go (2.6 KiB)
- service.go (963 Bytes)
- upload.go (798 Bytes)
- BUILD (813 Bytes)
- CHANGELOG.md (72 Bytes)
- CONTRIBUTORS.md (48 Bytes)
- OWNERS (169 Bytes)
- README.md (144 Bytes)
-
- BUILD (886 Bytes)
- CONTRIBUTORS.md (15 Bytes)
- OWNERS (109 Bytes)
-
-
ep
-
footman
-
api
-
http
- api.md (17 Bytes)
-
-
cmd
-
bugly
- BUILD (1.2 KiB)
- bugly.go (2.5 KiB)
-
tapd
- BUILD (1.2 KiB)
- tapd.go (4.7 KiB)
- BUILD (1.2 KiB)
- main.go (884 Bytes)
- tapd.toml (1.5 KiB)
-
-
conf
- BUILD (1.0 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (1.3 KiB)
- bugly.go (6.6 KiB)
- bugly.py (3.3 KiB)
- cookie.conf (1.5 KiB)
- dao.go (2.2 KiB)
- mail.go (301 Bytes)
- mysql_bug_template.go (320 Bytes)
- mysql_bugly.go (3.8 KiB)
- tapd.go (10.3 KiB)
- token.conf (10 Bytes)
-
model
- BUILD (673 Bytes)
- bugly.go (2.1 KiB)
- constants.go (5.7 KiB)
- model.go (3.0 KiB)
- tapd.go (20.1 KiB)
-
server
-
http
- BUILD (927 Bytes)
- bugly.go (549 Bytes)
- bugly2tapd.go (336 Bytes)
- http.go (1.6 KiB)
- tapd.go (1.6 KiB)
-
-
service
- BUILD (1.3 KiB)
- bigdata.go (30.8 KiB)
- bugly.go (8.4 KiB)
- bugly2tapd.go (7.2 KiB)
- excel.go (16.5 KiB)
- mail.go (399 Bytes)
- report.go (7.4 KiB)
- service.go (897 Bytes)
- tapd.go (10.0 KiB)
- util.go (2.0 KiB)
- BUILD (610 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (106 Bytes)
- OWNERS (246 Bytes)
- README.md (606 Bytes)
-
-
saga-agent
-
cmd
- BUILD (908 Bytes)
- main.go (749 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
- conf_test.go (433 Bytes)
-
path
- BUILD (777 Bytes)
- build.sh (51 Bytes)
- main.go (2.2 KiB)
-
service
-
agent
- BUILD (993 Bytes)
- agent.go (3.7 KiB)
- agent_test.go (643 Bytes)
- runners.toml (190 Bytes)
-
- BUILD (521 Bytes)
- CHANGELOG.md (169 Bytes)
- CONTRIBUTORS.md (100 Bytes)
- OWNERS (254 Bytes)
-
- BUILD (394 Bytes)
- OWNERS (108 Bytes)
-
-
live
-
activity
-
api
-
liverpc
-
v1
- BUILD (1.4 KiB)
- UnionFans.liverpc.go (2.1 KiB)
- UnionFans.pb.go (40.3 KiB)
- UnionFans.proto (1.8 KiB)
- BUILD (832 Bytes)
- client.go (1.2 KiB)
-
-
- BUILD (348 Bytes)
- CHANGELOG.md (31 Bytes)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (193 Bytes)
- README.md (120 Bytes)
-
-
av
-
api
-
liverpc
-
v0
- BUILD (1.5 KiB)
- PayGoods.liverpc.go (3.0 KiB)
- PayGoods.pb.go (100.7 KiB)
- PayGoods.proto (5.4 KiB)
- PayLive.liverpc.go (2.5 KiB)
- PayLive.pb.go (118.5 KiB)
- PayLive.proto (6.8 KiB)
-
v1
- BUILD (1.5 KiB)
- PayLive.liverpc.go (1.6 KiB)
- PayLive.pb.go (19.2 KiB)
- PayLive.proto (1.0 KiB)
- Pk.liverpc.go (1.8 KiB)
- Pk.pb.go (60.3 KiB)
- Pk.proto (4.4 KiB)
- BUILD (938 Bytes)
- client.go (1.6 KiB)
-
-
- BUILD (342 Bytes)
-
-
banned_service
-
api
-
liverpc
-
v1
- AdminSilent.liverpc.go (1.9 KiB)
- AdminSilent.pb.go (21.0 KiB)
- AdminSilent.proto (1.1 KiB)
- BUILD (1.8 KiB)
- Shield.liverpc.go (1.2 KiB)
- Shield.pb.go (21.0 KiB)
- Shield.proto (1.0 KiB)
- ShieldMng.liverpc.go (1.2 KiB)
- ShieldMng.pb.go (20.4 KiB)
- ShieldMng.proto (945 Bytes)
- Silent.liverpc.go (1.1 KiB)
- Silent.pb.go (19.9 KiB)
- Silent.proto (1.1 KiB)
- SilentMng.liverpc.go (1.2 KiB)
- SilentMng.pb.go (22.8 KiB)
- SilentMng.proto (1.2 KiB)
- SiteBlockMng.liverpc.go (1.3 KiB)
- SiteBlockMng.pb.go (18.2 KiB)
- SiteBlockMng.proto (733 Bytes)
- BUILD (850 Bytes)
- client.go (1.9 KiB)
-
-
- BUILD (354 Bytes)
-
-
broadcast-proxy
-
api
-
v1
- BUILD (1.5 KiB)
- api.pb.go (85.9 KiB)
- api.proto (2.4 KiB)
- client.go (537 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- live-broadcast-proxy.toml (983 Bytes)
- main.go (2.1 KiB)
-
conf
- BUILD (825 Bytes)
- config.go (1.9 KiB)
-
dispatch
- BUILD (1.1 KiB)
- matcher.go (9.4 KiB)
- matcher_test.go (4.7 KiB)
- min_heap.go (1.3 KiB)
- sinaip.go (8.2 KiB)
-
expr
- BUILD (826 Bytes)
- ast.go (6.4 KiB)
- check.go (987 Bytes)
- eval.go (16.6 KiB)
- expr.go (834 Bytes)
- expr_test.go (1.3 KiB)
-
grocery
- BUILD (639 Bytes)
- README.md (878 Bytes)
- log.go (515 Bytes)
- sven.go (6.8 KiB)
-
server
- BUILD (1.1 KiB)
- dispatch.go (3.0 KiB)
- http.go (4.7 KiB)
- proxy.go (5.3 KiB)
- zk.go (5.1 KiB)
-
service
-
v1
- BUILD (866 Bytes)
- danmaku.go (13.2 KiB)
- BUILD (1.1 KiB)
- grpc.go (812 Bytes)
-
- .gitignore (43 Bytes)
- BUILD (781 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (162 Bytes)
-
-
captcha
-
api
-
liverpc
-
v0
- BUILD (1.4 KiB)
- Captcha.liverpc.go (1.6 KiB)
- Captcha.pb.go (17.0 KiB)
- Captcha.proto (651 Bytes)
-
v1
- BUILD (1.4 KiB)
- Captcha.liverpc.go (1.6 KiB)
- Captcha.pb.go (19.3 KiB)
- Captcha.proto (821 Bytes)
- BUILD (963 Bytes)
- client.go (1.4 KiB)
-
-
- BUILD (347 Bytes)
-
-
common
- BUILD (590 Bytes)
- const.go (15 Bytes)
-
dao-anchor
-
api
-
grpc
-
v0
- BUILD (1.6 KiB)
- api.bm.go (6.8 KiB)
- api.createData.md (1.8 KiB)
- api.pb.go (140.5 KiB)
- api.popularity.md (3.6 KiB)
- api.proto (4.5 KiB)
- client.go (539 Bytes)
-
v1
- BUILD (1.6 KiB)
- api.bm.go (12.6 KiB)
- api.daoAnchor.md (17.6 KiB)
- api.pb.go (304.6 KiB)
- api.proto (10.3 KiB)
- client.go (536 Bytes)
-
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.2 KiB)
- test.toml (4.6 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.9 KiB)
- dao.go (24.6 KiB)
- dao_test.go (1.0 KiB)
- mysql.go (35.6 KiB)
- mysql_test.go (2.9 KiB)
- redis.go (19.6 KiB)
- redisKey.go (2.5 KiB)
-
model
- BUILD (667 Bytes)
- anchor_level.go (1.6 KiB)
- databusMsg.go (2.0 KiB)
- model.go (101 Bytes)
-
server
-
grpc
- BUILD (995 Bytes)
- server.go (808 Bytes)
-
http
- BUILD (942 Bytes)
- http.go (1.1 KiB)
-
-
service
-
consumer
-
v1
- BUILD (2.0 KiB)
- danmu.go (873 Bytes)
- dataBusNotify.go (4.0 KiB)
- gift.go (1.6 KiB)
- guard.go (1.2 KiB)
- popularity.go (2.5 KiB)
- popularity_test.go (5.3 KiB)
- rankList.go (1.7 KiB)
- rankList_test.go (3.4 KiB)
- roomTag.go (1.2 KiB)
- roomTag_test.go (2.3 KiB)
- validDays.go (2.6 KiB)
- validDays_test.go (3.8 KiB)
-
-
v0
- BUILD (1.5 KiB)
- createData.go (6.8 KiB)
- createData_test.go (1.1 KiB)
-
v1
- BUILD (830 Bytes)
- daoAnchor.go (5.7 KiB)
- BUILD (1.2 KiB)
- service.go (1.2 KiB)
-
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (120 Bytes)
- OWNERS (230 Bytes)
- README.md (87 Bytes)
-
-
fans_medal
-
api
-
http
- api.md (17 Bytes)
-
liverpc
-
v1
- BUILD (1.5 KiB)
- FansMedal.liverpc.go (2.2 KiB)
- FansMedal.pb.go (65.2 KiB)
- FansMedal.proto (4.1 KiB)
- Medal.liverpc.go (1.8 KiB)
- Medal.pb.go (71.2 KiB)
- Medal.proto (4.9 KiB)
-
v2
- Anchor.liverpc.go (1.6 KiB)
- Anchor.pb.go (26.2 KiB)
- Anchor.proto (1.1 KiB)
- BUILD (1.5 KiB)
- HighQps.liverpc.go (2.4 KiB)
- HighQps.pb.go (75.4 KiB)
- HighQps.proto (4.0 KiB)
- BUILD (978 Bytes)
- client.go (1.6 KiB)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (998 Bytes)
- test.toml (944 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (841 Bytes)
- dao.go (745 Bytes)
-
model
- BUILD (600 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (942 Bytes)
- http.go (1.0 KiB)
-
-
service
-
intimacy
- BUILD (769 Bytes)
- intimacy.go (3.6 KiB)
- intimacy_test.go (2.8 KiB)
- BUILD (835 Bytes)
- service.go (478 Bytes)
-
- BUILD (689 Bytes)
- CHANGELOG.md (37 Bytes)
- CONTRIBUTORS.md (60 Bytes)
- OWNERS (182 Bytes)
- README.md (87 Bytes)
-
-
gift
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (2.6 KiB)
- api.gift.md (4.5 KiB)
- api.pb.go (152.2 KiB)
- api.proto (5.9 KiB)
- client.go (558 Bytes)
-
-
http
-
v1
- gift.md (3.8 KiB)
- api.md (17 Bytes)
-
-
liverpc
-
v0
- BUILD (1.4 KiB)
- Smalltv.liverpc.go (1.6 KiB)
- Smalltv.pb.go (32.2 KiB)
- Smalltv.proto (1.8 KiB)
-
v1
- BUILD (1.4 KiB)
- Gift.liverpc.go (1.5 KiB)
- Gift.pb.go (21.7 KiB)
- Gift.proto (1010 Bytes)
- BUILD (948 Bytes)
- client.go (1.3 KiB)
-
-
-
cmd
-
client
- BUILD (901 Bytes)
- main.go (1.2 KiB)
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- test.toml (2.1 KiB)
-
-
conf
- BUILD (1.4 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (2.4 KiB)
- dao.go (1.9 KiB)
- dao_test.go (616 Bytes)
- discount_gift.go (1.1 KiB)
- discount_gift_test.go (531 Bytes)
- discount_plan.go (973 Bytes)
- discount_plan_test.go (542 Bytes)
- gift_online.go (1.4 KiB)
- gift_online_test.go (494 Bytes)
- gift_plan.go (983 Bytes)
- gift_plan_test.go (503 Bytes)
- redis.go (9.8 KiB)
- redis_test.go (11.9 KiB)
- ugift_day.go (1.2 KiB)
- ugift_day_test.go (1.2 KiB)
- ugift_week.go (1.4 KiB)
- ugift_week_test.go (1.3 KiB)
- user_gift.go (3.1 KiB)
- user_gift_test.go (2.7 KiB)
-
model
- BUILD (631 Bytes)
- databus.go (270 Bytes)
- model.go (3.7 KiB)
-
server
-
grpc
- BUILD (968 Bytes)
- server.go (588 Bytes)
-
http
- BUILD (924 Bytes)
- http.go (1.0 KiB)
-
-
service
-
v1
- BUILD (2.6 KiB)
- bag.go (11.6 KiB)
- bag_test.go (7.1 KiB)
- databus.go (551 Bytes)
- databus_test.go (623 Bytes)
- discount.go (6.4 KiB)
- discount_test.go (3.0 KiB)
- gift.go (6.2 KiB)
- gift_test.go (5.2 KiB)
- infoc.go (1.7 KiB)
- infoc_test.go (1.4 KiB)
- list.go (11.0 KiB)
- list_test.go (6.7 KiB)
- package.go (2.2 KiB)
- package_test.go (1.5 KiB)
- BUILD (805 Bytes)
- service.go (470 Bytes)
-
- BUILD (759 Bytes)
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (39 Bytes)
- OWNERS (152 Bytes)
- README.md (81 Bytes)
-
-
grpc-demo
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- api.pb.go (15.3 KiB)
- api.proto (481 Bytes)
-
-
http
- api.md (17 Bytes)
-
-
cmd
-
client
- BUILD (911 Bytes)
- main.go (865 Bytes)
- BUILD (1.2 KiB)
- main.go (902 Bytes)
- test.toml (942 Bytes)
-
-
conf
- BUILD (1.1 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (839 Bytes)
- dao.go (744 Bytes)
-
model
- BUILD (599 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (930 Bytes)
- server.go (468 Bytes)
-
http
- BUILD (939 Bytes)
- http.go (1.0 KiB)
-
-
service
-
v1
- BUILD (825 Bytes)
- greeter.go (921 Bytes)
- BUILD (825 Bytes)
- service.go (476 Bytes)
-
- BUILD (743 Bytes)
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (156 Bytes)
- README.md (86 Bytes)
-
-
live-dm
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (1.7 KiB)
- api.dM.md (865 Bytes)
- api.pb.go (48.5 KiB)
- api.proto (1.9 KiB)
- client.go (474 Bytes)
- BUILD (467 Bytes)
-
-
http
-
v1
- dM.md (395 Bytes)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (2.2 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.7 KiB)
-
dao
- BUILD (4.4 KiB)
- dao.go (811 Bytes)
- data.go (2.0 KiB)
- getCheckInfo.go (8.8 KiB)
- getCheckInfo_test.go (4.8 KiB)
- getDMConf.go (5.4 KiB)
- getDMConf_test.go (4.6 KiB)
- gethistory.go (1.4 KiB)
- grpc.go (2.5 KiB)
- ipdb.go (428 Bytes)
- liveRPC.go (2.6 KiB)
- ratelimit.go (2.8 KiB)
- ratelimit_test.go (1.4 KiB)
- send.go (3.8 KiB)
- send_test.go (426 Bytes)
- white_list.go (455 Bytes)
- white_list_test.go (600 Bytes)
-
model
- BUILD (597 Bytes)
- model.go (382 Bytes)
-
server
-
grpc
- BUILD (939 Bytes)
- server.go (553 Bytes)
-
http
- BUILD (933 Bytes)
- http.go (1021 Bytes)
-
-
service
-
v1
- BUILD (2.1 KiB)
- dM.go (5.6 KiB)
- dm_test.go (760 Bytes)
- dmcheck.go (16.2 KiB)
- dmcheck_test.go (9.5 KiB)
- getCheckInfo.go (1.6 KiB)
- getCheckInfo_test.go (2.9 KiB)
- getDMConf.go (1.3 KiB)
- getDMConf_test.go (1.2 KiB)
- limit.go (608 Bytes)
- limit_test.go (73 Bytes)
- send.go (6.6 KiB)
- send_test.go (2.8 KiB)
- BUILD (817 Bytes)
- service.go (472 Bytes)
-
- BUILD (724 Bytes)
- CHANGELOG.md (507 Bytes)
- CONTRIBUTORS.md (42 Bytes)
- OWNERS (158 Bytes)
- README.md (84 Bytes)
-
-
live_data
-
api
-
liverpc
-
v0
- BUILD (1.4 KiB)
- Message.liverpc.go (2.0 KiB)
- Message.pb.go (26.9 KiB)
- Message.proto (1.0 KiB)
-
v1
- BUILD (1.4 KiB)
- Record.liverpc.go (3.6 KiB)
- Record.pb.go (149.3 KiB)
- Record.proto (7.5 KiB)
- BUILD (973 Bytes)
- client.go (1.4 KiB)
-
-
-
-
live_riskcontrol
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- api.pb.go (11.6 KiB)
- api.proto (1.1 KiB)
- client.go (509 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (956 Bytes)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (871 Bytes)
- dao.go (746 Bytes)
-
model
- BUILD (615 Bytes)
- model.go (14 Bytes)
-
server
-
http
- BUILD (987 Bytes)
- http.go (1.1 KiB)
-
-
service
- BUILD (798 Bytes)
- service.go (512 Bytes)
-
- BUILD (776 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (163 Bytes)
- README.md (97 Bytes)
-
-
live_user
-
api
-
liverpc
-
v1
- BUILD (1.6 KiB)
- Guard.liverpc.go (2.0 KiB)
- Guard.pb.go (49.9 KiB)
- Guard.proto (3.0 KiB)
- Note.liverpc.go (1.0 KiB)
- Note.pb.go (19.0 KiB)
- Note.proto (559 Bytes)
- RoomAdmin.liverpc.go (1.2 KiB)
- RoomAdmin.pb.go (27.9 KiB)
- RoomAdmin.proto (1.4 KiB)
- UserSetting.liverpc.go (1.2 KiB)
- UserSetting.pb.go (35.3 KiB)
- UserSetting.proto (1.8 KiB)
- BUILD (835 Bytes)
- client.go (1.6 KiB)
-
-
- BUILD (349 Bytes)
-
-
rankdb
-
api
-
liverpc
-
v1
- BUILD (1.5 KiB)
- Rank2018.liverpc.go (1.6 KiB)
- Rank2018.pb.go (18.0 KiB)
- Rank2018.proto (856 Bytes)
- UserRank.liverpc.go (1.2 KiB)
- UserRank.pb.go (19.4 KiB)
- UserRank.proto (848 Bytes)
- BUILD (826 Bytes)
- client.go (1.3 KiB)
-
-
- BUILD (346 Bytes)
- CHANGELOG.md (32 Bytes)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (205 Bytes)
-
-
rc
-
api
-
liverpc
-
v0
- BUILD (1.4 KiB)
- Broadcast.liverpc.go (2.0 KiB)
- Broadcast.pb.go (51.0 KiB)
- Broadcast.proto (3.2 KiB)
-
v1
- Achv.liverpc.go (1.6 KiB)
- Achv.pb.go (19.4 KiB)
- Achv.proto (900 Bytes)
- BUILD (1.6 KiB)
- TitleStuff.liverpc.go (1.2 KiB)
- TitleStuff.pb.go (17.9 KiB)
- TitleStuff.proto (740 Bytes)
- UserTitle.liverpc.go (3.2 KiB)
- UserTitle.pb.go (83.4 KiB)
- UserTitle.proto (3.8 KiB)
- BUILD (938 Bytes)
- client.go (1.6 KiB)
-
-
- CHANGELOG.md (28 Bytes)
-
-
recommend
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (2.3 KiB)
- api.pb.go (28.1 KiB)
- api.proto (1.0 KiB)
- api.recommend.md (930 Bytes)
- client.go (578 Bytes)
- generate.go (39 Bytes)
-
-
http
- api.md (17 Bytes)
-
-
cmd
-
client
- BUILD (911 Bytes)
- main.go (895 Bytes)
- BUILD (1.3 KiB)
- main.go (1.6 KiB)
- test.toml (1.2 KiB)
-
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (11.3 KiB)
- dao_test.go (732 Bytes)
- online_filter.go (1.7 KiB)
- room_feature.go (5.6 KiB)
- room_feature_test.go (2.6 KiB)
-
model
- BUILD (608 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (957 Bytes)
- server.go (505 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.2 KiB)
-
-
service
-
v1
- BUILD (1.3 KiB)
- recommend.go (1.4 KiB)
- recommend_test.go (764 Bytes)
- BUILD (861 Bytes)
- service.go (498 Bytes)
-
-
-
recconst
- BUILD (607 Bytes)
- redis_keys.go (204 Bytes)
- BUILD (855 Bytes)
- CHANGELOG.md (587 Bytes)
- CONTRIBUTORS.md (45 Bytes)
- OWNERS (184 Bytes)
- README.md (522 Bytes)
-
-
relation
-
api
-
liverpc
-
v1
- App.liverpc.go (1.6 KiB)
- App.pb.go (53.0 KiB)
- App.proto (3.1 KiB)
- BUILD (1.6 KiB)
- BaseInfo.liverpc.go (1.6 KiB)
- BaseInfo.pb.go (37.4 KiB)
- BaseInfo.proto (1.4 KiB)
- Feed.liverpc.go (2.0 KiB)
- Feed.pb.go (51.8 KiB)
- Feed.proto (2.1 KiB)
-
v2
- App.liverpc.go (1.6 KiB)
- App.pb.go (58.3 KiB)
- App.proto (3.5 KiB)
- BUILD (1.4 KiB)
- BUILD (968 Bytes)
- client.go (1.6 KiB)
-
-
-
-
resource
-
api
-
grpc
-
v1
- BUILD (1.7 KiB)
- api.banner.md (978 Bytes)
- api.bm.go (5.9 KiB)
- api.pb.go (173.2 KiB)
- api.proto (8.1 KiB)
- api.resource.md (3.8 KiB)
- api.splash.md (423 Bytes)
- client.go (767 Bytes)
- livecheck.bm.go (2.3 KiB)
- livecheck.liveCheck.md (1.4 KiB)
- livecheck.pb.go (42.1 KiB)
- livecheck.proto (1.6 KiB)
- titans.bm.go (3.5 KiB)
- titans.pb.go (94.3 KiB)
- titans.proto (3.9 KiB)
- titans.titans.md (2.8 KiB)
-
v2
- BUILD (1.6 KiB)
- client.go (603 Bytes)
- user_resource.bm.go (3.0 KiB)
- user_resource.pb.go (100.6 KiB)
- user_resource.proto (5.7 KiB)
- user_resource.userResource.md (3.7 KiB)
-
-
http
-
v1
- BUILD (1.4 KiB)
- banner.md (978 Bytes)
- history.md (447 Bytes)
- liveCheck.md (1.4 KiB)
- resource.md (3.8 KiB)
- splash.md (423 Bytes)
- titans.bm.go (5.0 KiB)
- titans.pb.go (128.0 KiB)
- titans.proto (5.0 KiB)
- titans.titans.md (3.2 KiB)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.2 KiB)
- local.toml (1.3 KiB)
- main.go (1.1 KiB)
- test.toml (1.3 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.4 KiB)
- confkv.go (3.6 KiB)
- dao.go (2.0 KiB)
- resource.go (9.1 KiB)
- titans.go (11.9 KiB)
- tree.go (5.5 KiB)
- user_resource.go (5.1 KiB)
-
lrucache
- BUILD (860 Bytes)
- lrucache.go (2.7 KiB)
- lrucache_test.go (4.9 KiB)
- synccache.go (2.1 KiB)
- synccache_test.go (1.5 KiB)
-
model
- BUILD (1.4 KiB)
- confkv.go (342 Bytes)
- model.go (4.0 KiB)
- resource.go (703 Bytes)
- titans.pb.go (29.8 KiB)
- titans.proto (1.2 KiB)
- tree.go (3.7 KiB)
- user_resource.go (642 Bytes)
-
sdk
- BUILD (835 Bytes)
- titansSdk.go (2.2 KiB)
-
server
-
grpc
- BUILD (1021 Bytes)
- server.go (877 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.4 KiB)
- titans.go (828 Bytes)
-
-
service
-
v1
- BUILD (1.7 KiB)
- banner.go (2.4 KiB)
- banner_test.go (1.0 KiB)
- liveCheck.go (2.2 KiB)
- liveCheck_test.go (1.2 KiB)
- resource.go (9.6 KiB)
- resource_test.go (1.9 KiB)
- splash.go (1.4 KiB)
- splash_test.go (684 Bytes)
- titans.go (13.8 KiB)
- tree.go (2.8 KiB)
-
v2
- BUILD (1.3 KiB)
- userResource.go (4.5 KiB)
- userResource_test.go (3.9 KiB)
- BUILD (880 Bytes)
- service.go (474 Bytes)
-
- BUILD (964 Bytes)
- CHANGELOG.md (285 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (241 Bytes)
- README.md (85 Bytes)
-
-
room
-
api
-
liverpc
-
v1
- AppIndex.liverpc.go (1.8 KiB)
- AppIndex.pb.go (51.1 KiB)
- AppIndex.proto (3.2 KiB)
- Area.liverpc.go (1.6 KiB)
- Area.pb.go (39.6 KiB)
- Area.proto (2.0 KiB)
- BUILD (1.8 KiB)
- Room.liverpc.go (3.2 KiB)
- Room.pb.go (142.8 KiB)
- Room.proto (9.5 KiB)
- RoomEx.liverpc.go (1.2 KiB)
- RoomEx.pb.go (24.8 KiB)
- RoomEx.proto (1.2 KiB)
- RoomMng.liverpc.go (3.2 KiB)
- RoomMng.pb.go (96.9 KiB)
- RoomMng.proto (5.0 KiB)
- RoomPendant.liverpc.go (1.3 KiB)
- RoomPendant.pb.go (35.6 KiB)
- RoomPendant.proto (1.7 KiB)
- RoomRecommend.liverpc.go (1.9 KiB)
- RoomRecommend.pb.go (90.5 KiB)
- RoomRecommend.proto (5.9 KiB)
- Skin.liverpc.go (1.1 KiB)
- Skin.pb.go (24.4 KiB)
- Skin.proto (1.4 KiB)
-
v2
- AppIndex.liverpc.go (5.5 KiB)
- AppIndex.pb.go (339.3 KiB)
- AppIndex.proto (22.8 KiB)
- BUILD (1.5 KiB)
- Room.liverpc.go (3.2 KiB)
- Room.pb.go (142.7 KiB)
- Room.proto (9.2 KiB)
- BUILD (948 Bytes)
- client.go (2.4 KiB)
-
-
-
-
room_ex
-
api
-
liverpc
-
v1
- BUILD (1.6 KiB)
- Banner.liverpc.go (1.2 KiB)
- Banner.pb.go (30.2 KiB)
- Banner.proto (1.6 KiB)
- BannerMng.liverpc.go (1.7 KiB)
- BannerMng.pb.go (31.7 KiB)
- BannerMng.proto (1.8 KiB)
- RoomNews.liverpc.go (1.2 KiB)
- RoomNews.pb.go (24.0 KiB)
- RoomNews.proto (1.1 KiB)
- BUILD (829 Bytes)
- client.go (1.4 KiB)
-
-
-
-
rtc
-
api
-
v1
- BUILD (1.6 KiB)
- api.bm.go (4.7 KiB)
- api.pb.go (118.1 KiB)
- api.proto (5.3 KiB)
- api.rtc.md (4.1 KiB)
- client.go (514 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.0 KiB)
- test.toml (935 Bytes)
-
common
- BUILD (644 Bytes)
- lancer.go (4.1 KiB)
-
internal
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (858 Bytes)
- dao.go (6.8 KiB)
-
model
- BUILD (602 Bytes)
- model.go (837 Bytes)
-
server
-
grpc
- BUILD (884 Bytes)
- server.go (426 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.2 KiB)
-
-
service
-
v1
- BUILD (1.0 KiB)
- rtc.go (6.2 KiB)
- BUILD (894 Bytes)
- dispatch.go (261 Bytes)
- service.go (486 Bytes)
- tool.go (509 Bytes)
-
-
- BUILD (794 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (150 Bytes)
- README.md (84 Bytes)
-
-
third_api
-
bvc
- BUILD (958 Bytes)
- client.go (488 Bytes)
- playurl.go (4.2 KiB)
-
liveBroadcast
- BUILD (767 Bytes)
- client.go (309 Bytes)
- push.go (1.1 KiB)
-
skyhorse
- BUILD (852 Bytes)
- client.go (271 Bytes)
- rec.go (1.8 KiB)
- BUILD (462 Bytes)
-
-
user
-
api
-
liverpc
-
v3
- BUILD (1.4 KiB)
- User.liverpc.go (1.9 KiB)
- User.pb.go (75.3 KiB)
- User.proto (3.5 KiB)
- BUILD (820 Bytes)
- client.go (1.2 KiB)
-
-
-
-
userexp
-
cmd
- BUILD (1.1 KiB)
- live-userexp-service.toml (3.2 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (1.3 KiB)
- exp.go (3.0 KiB)
- exp_log.go (1.3 KiB)
- exp_test.go (1.3 KiB)
- mc_level.go (2.4 KiB)
- mc_level_test.go (1013 Bytes)
-
http
- BUILD (1.4 KiB)
- exp.go (2.7 KiB)
- http.go (2.4 KiB)
- http_test.go (3.5 KiB)
-
model
- BUILD (1.3 KiB)
- exp.go (3.2 KiB)
- exp.pb.go (29.7 KiB)
- exp.proto (1.1 KiB)
-
service
- BUILD (1.2 KiB)
- exp.go (3.3 KiB)
- exp_test.go (825 Bytes)
- infoc.go (451 Bytes)
- service.go (633 Bytes)
- .gitignore (30 Bytes)
- BUILD (602 Bytes)
- CHANGELOG.md (923 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (207 Bytes)
- README.md (211 Bytes)
-
-
userext
-
api
-
liverpc
-
v0
- BUILD (1.4 KiB)
- Conf.liverpc.go (1.9 KiB)
- Conf.pb.go (37.1 KiB)
- Conf.proto (1.6 KiB)
-
v1
- BUILD (1.7 KiB)
- Bubble.liverpc.go (3.2 KiB)
- Bubble.pb.go (78.2 KiB)
- Bubble.proto (4.1 KiB)
- Color.liverpc.go (1.2 KiB)
- Color.pb.go (18.7 KiB)
- Color.proto (758 Bytes)
- DanmuConf.liverpc.go (2.2 KiB)
- DanmuConf.pb.go (57.8 KiB)
- DanmuConf.proto (3.0 KiB)
- GrayRule.liverpc.go (1.2 KiB)
- GrayRule.pb.go (21.1 KiB)
- GrayRule.proto (907 Bytes)
- Remind.liverpc.go (2.4 KiB)
- Remind.pb.go (64.4 KiB)
- Remind.proto (3.0 KiB)
- Tag.liverpc.go (1.0 KiB)
- Tag.pb.go (17.3 KiB)
- Tag.proto (747 Bytes)
- BUILD (963 Bytes)
- client.go (2.0 KiB)
-
-
- CHANGELOG.md (6 Bytes)
-
-
wallet
-
cmd
- BUILD (1003 Bytes)
- live-wallet-test.toml (3.1 KiB)
- main.go (1002 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (2.0 KiB)
- coinexchange.go (844 Bytes)
- coinexchange_test.go (600 Bytes)
- coinstream.go (3.7 KiB)
- coinstream_test.go (1.4 KiB)
- dao.go (5.5 KiB)
- mc_wallet.go (1.8 KiB)
- mc_wallet_test.go (2.8 KiB)
- metal.go (3.2 KiB)
- metal_test.go (1.3 KiB)
- pub.go (322 Bytes)
- pub_test.go (418 Bytes)
- redis.go (2.3 KiB)
- redis_test.go (3.6 KiB)
- tx.go (8.5 KiB)
- tx_test.go (3.7 KiB)
- wallet.go (5.9 KiB)
- wallet_test.go (7.4 KiB)
-
http
- BUILD (1.8 KiB)
- delCache_test.go (820 Bytes)
- exchange_test.go (3.2 KiB)
- getTid_test.go (3.2 KiB)
- get_test.go (3.6 KiB)
- http.go (1.7 KiB)
- pay_test.go (3.8 KiB)
- recharge_test.go (4.4 KiB)
- wallet.go (4.5 KiB)
-
model
- BUILD (1.4 KiB)
- helper.go (13.3 KiB)
- wallet.pb.go (163.7 KiB)
- wallet.proto (8.5 KiB)
-
service
- BUILD (2.2 KiB)
- delCache.go (987 Bytes)
- delCache_test.go (721 Bytes)
- exchange.go (5.1 KiB)
- exchange_test.go (13.6 KiB)
- get.go (1.1 KiB)
- getAll.go (1.1 KiB)
- getTid.go (1.1 KiB)
- getTid_test.go (3.0 KiB)
- get_test.go (4.3 KiB)
- local_exchange.go (2.9 KiB)
- local_exchange_test.go (4.7 KiB)
- lock.go (400 Bytes)
- modify.go (4.9 KiB)
- modify_test.go (11.5 KiB)
- out_exchange.go (4.6 KiB)
- out_exchange_test.go (4.8 KiB)
- pay.go (10.2 KiB)
- pay_test.go (11.3 KiB)
- query.go (1.6 KiB)
- query_test.go (1.6 KiB)
- recharge.go (4.3 KiB)
- recharge_test.go (19.8 KiB)
- recordCoinStream.go (3.9 KiB)
- recordCoinStream_test.go (6.9 KiB)
- service.go (2.8 KiB)
- service_test.go (214 Bytes)
- wallet.go (3.6 KiB)
- wallet_test.go (1.0 KiB)
- BUILD (596 Bytes)
- CHANGELOG.md (933 Bytes)
- CONTRIBUTORS.md (83 Bytes)
- OWNERS (218 Bytes)
- README.md (83 Bytes)
-
-
xanchor
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (9.5 KiB)
- api.pb.go (222.1 KiB)
- api.proto (8.3 KiB)
- api.xAnchor.md (11.2 KiB)
- client.go (528 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- test.toml (1.7 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
-
consumer
- BUILD (868 Bytes)
- dao.go (783 Bytes)
- redis.go (996 Bytes)
- BUILD (1.1 KiB)
- dao.go (4.1 KiB)
- mysql.go (18.8 KiB)
- redisKey.go (922 Bytes)
-
-
model
- BUILD (637 Bytes)
- databusMsg.go (1.2 KiB)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (813 Bytes)
- server.go (403 Bytes)
-
http
- BUILD (933 Bytes)
- http.go (1.1 KiB)
-
-
service
-
consumer
-
v1
- BUILD (1.1 KiB)
- ConsumerDanmu.go (738 Bytes)
- ConsumerGift.go (1.2 KiB)
- dataBusNotify.go (1.5 KiB)
-
-
v1
- BUILD (816 Bytes)
- xAnchor.go (4.1 KiB)
- BUILD (1006 Bytes)
- service.go (839 Bytes)
-
- BUILD (727 Bytes)
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (120 Bytes)
- OWNERS (227 Bytes)
- README.md (84 Bytes)
-
-
xcaptcha
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (2.5 KiB)
- api.captcha.md (865 Bytes)
- api.pb.go (55.6 KiB)
- api.proto (2.0 KiB)
- api.xCaptcha.md (1.2 KiB)
- client.go (578 Bytes)
-
-
http
-
v1
- BUILD (1.4 KiB)
- http.bm.go (1.4 KiB)
- http.captcha.md (292 Bytes)
- http.pb.go (13.4 KiB)
- http.proto (532 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (1.2 KiB)
- captchaAnti.go (773 Bytes)
- dao.go (1020 Bytes)
- gee.go (4.0 KiB)
- liveCaptcha.go (1.5 KiB)
- redis.go (1.8 KiB)
-
model
- BUILD (598 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (926 Bytes)
- server.go (545 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.2 KiB)
- xcaptcha.go (336 Bytes)
-
-
service
-
v1
- BUILD (1.1 KiB)
- xCaptcha.go (13.8 KiB)
- BUILD (821 Bytes)
- service.go (474 Bytes)
-
- BUILD (795 Bytes)
- CHANGELOG.md (28 Bytes)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (218 Bytes)
- README.md (85 Bytes)
-
-
xfansmedal
-
api
-
v1
- BUILD (1.0 KiB)
- api.proto (710 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (944 Bytes)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (859 Bytes)
- dao.go (740 Bytes)
-
model
- BUILD (609 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (616 Bytes)
- server.go (13 Bytes)
-
http
- BUILD (969 Bytes)
- http.go (1.0 KiB)
-
-
service
- BUILD (780 Bytes)
- service.go (500 Bytes)
-
- BUILD (800 Bytes)
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (159 Bytes)
- README.md (91 Bytes)
-
-
xlottery
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- api.bm.go (11.9 KiB)
- api.capsule.md (16.8 KiB)
- api.pb.go (478.0 KiB)
- api.proto (24.4 KiB)
- api.storm.md (3.5 KiB)
- client.go (664 Bytes)
- protogen.sh (171 Bytes)
-
-
http
-
v1
- capsule.md (4.8 KiB)
- api.md (17 Bytes)
-
-
-
cmd
-
client
- BUILD (864 Bytes)
- main.go (1.4 KiB)
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- test.toml (758 Bytes)
-
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (2.2 KiB)
- api.go (891 Bytes)
- award.go (820 Bytes)
- cache.go (3.8 KiB)
- cache_test.go (1.7 KiB)
- capsule.go (41.4 KiB)
- capsule_extra.go (2.5 KiB)
- coin.go (4.0 KiB)
- coin_config.go (3.7 KiB)
- dao.go (1.3 KiB)
- pool.go (5.3 KiB)
- pool_prize.go (4.8 KiB)
- prize_extra.go (2.3 KiB)
- prize_log.go (1.9 KiB)
- storm.go (1.7 KiB)
- storm_test.go (1.3 KiB)
-
model
- BUILD (689 Bytes)
- beats.go (381 Bytes)
- model.go (2.1 KiB)
- shield_keywork.go (309 Bytes)
- special_gift.go (406 Bytes)
-
server
-
grpc
- BUILD (988 Bytes)
- server.go (672 Bytes)
-
http
- BUILD (936 Bytes)
- http.go (1.1 KiB)
-
-
service
-
v1
- BUILD (2.6 KiB)
- capsule.go (50.8 KiB)
- capsule_test.go (4.7 KiB)
- storm.go (23.1 KiB)
- BUILD (821 Bytes)
- service.go (474 Bytes)
-
- BUILD (735 Bytes)
- CHANGELOG.md (351 Bytes)
- CONTRIBUTORS.md (135 Bytes)
- OWNERS (282 Bytes)
- README.md (136 Bytes)
-
-
xrewardcenter
-
api
-
grpc
-
v1
- AnchorReward.anchorReward.md (4.4 KiB)
- AnchorReward.bm.go (4.2 KiB)
- AnchorReward.pb.go (112.0 KiB)
- AnchorReward.proto (5.0 KiB)
- BUILD (1.6 KiB)
- client.go (582 Bytes)
- api.md (17 Bytes)
-
-
http
-
v1
- anchorReward.md (4.3 KiB)
-
-
-
cmd
-
client
- BUILD (919 Bytes)
- main.go (1.6 KiB)
- BUILD (1.2 KiB)
- main.go (915 Bytes)
- test.toml (1.7 KiB)
-
-
conf
- BUILD (1.3 KiB)
- conf.go (2.0 KiB)
-
dao
-
anchorReward
- BUILD (1.9 KiB)
- dao.cache.go (1.2 KiB)
- dao.cache_test.go (538 Bytes)
- dao.go (10.5 KiB)
- dao_test.go (637 Bytes)
- mc.cache.go (2.0 KiB)
- mc.cache_test.go (1.0 KiB)
- mc.go (3.4 KiB)
- mc_test.go (3.6 KiB)
- mysql.go (549 Bytes)
- mysql_test.go (547 Bytes)
- redis.go (2.4 KiB)
- redis_test.go (2.8 KiB)
- BUILD (1.1 KiB)
- dao.go (1.6 KiB)
-
-
model
-
anchorTask
- BUILD (717 Bytes)
- anchorReward.go (3.5 KiB)
- anchorRewardConf.go (969 Bytes)
- BUILD (478 Bytes)
-
-
server
-
grpc
- BUILD (1013 Bytes)
- server.go (561 Bytes)
-
http
- BUILD (880 Bytes)
- http.go (962 Bytes)
-
-
service
-
v1
- BUILD (1.8 KiB)
- anchorReward.go (9.4 KiB)
- anchorReward_test.go (2.3 KiB)
- BUILD (472 Bytes)
-
- BUILD (775 Bytes)
- CHANGELOG.md (40 Bytes)
- CONTRIBUTORS.md (90 Bytes)
- OWNERS (221 Bytes)
- README.md (92 Bytes)
-
-
xroom
-
api
- BUILD (1.6 KiB)
- api.bm.go (2.3 KiB)
- api.pb.go (103.5 KiB)
- api.proto (6.2 KiB)
- api.room.md (8.5 KiB)
- generate.go (97 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (83 Bytes)
- http.toml (55 Bytes)
- memcache.toml (200 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (190 Bytes)
-
internal
-
dao
- BUILD (780 Bytes)
- dao.go (2.0 KiB)
-
model
- BUILD (604 Bytes)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (870 Bytes)
- server.go (585 Bytes)
-
http
- BUILD (938 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (1.0 KiB)
- room.go (5.5 KiB)
- service.go (1.1 KiB)
-
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (152 Bytes)
- README.md (86 Bytes)
-
-
xroom-feed
-
api
- BUILD (1.6 KiB)
- api.bm.go (1.3 KiB)
- api.pb.go (36.0 KiB)
- api.proto (2.2 KiB)
- api.recPool.md (1.8 KiB)
- client.go (545 Bytes)
- generate.go (97 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
-
configs
- application.toml (33 Bytes)
- grpc.toml (55 Bytes)
- http.toml (55 Bytes)
- memcache.toml (205 Bytes)
- mysql.toml (583 Bytes)
- redis.toml (196 Bytes)
-
internal
-
dao
- BUILD (1.0 KiB)
- dao.go (2.0 KiB)
- recdata.go (3.2 KiB)
-
model
- BUILD (609 Bytes)
- model.go (1.3 KiB)
-
server
-
grpc
- BUILD (885 Bytes)
- server.go (598 Bytes)
-
http
- BUILD (948 Bytes)
- http.go (1.2 KiB)
-
-
service
- BUILD (1.0 KiB)
- pool_conf.go (2.7 KiB)
- rec_pool.go (5.0 KiB)
- service.go (705 Bytes)
-
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (39 Bytes)
- OWNERS (157 Bytes)
- README.md (91 Bytes)
-
-
xuser
-
api
-
grpc
-
client
- BUILD (979 Bytes)
- main.go (1.8 KiB)
-
v1
- BUILD (2.0 KiB)
- BUILD~HEAD (1.5 KiB)
- api.bm.go (6.8 KiB)
- api.pb.go (168.5 KiB)
- api.proto (7.4 KiB)
- api.roomAdmin.md (5.7 KiB)
- client.go (1.1 KiB)
- exp.bm.go (2.0 KiB)
- exp.pb.go (63.8 KiB)
- exp.proto (3.4 KiB)
- exp.userExp.md (2.5 KiB)
- guard.bm.go (6.4 KiB)
- guard.guard.md (8.1 KiB)
- guard.pb.go (172.8 KiB)
- guard.proto (6.9 KiB)
- vip.bm.go (1.7 KiB)
- vip.pb.go (34.3 KiB)
- vip.proto (1.4 KiB)
- vip.vip.md (780 Bytes)
- BUILD (1.4 KiB)
- xuser.pb.go (2.7 KiB)
- xuser.proto (227 Bytes)
-
-
http
-
v1
- roomAdmin.md (3.9 KiB)
- api.md (17 Bytes)
-
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.3 KiB)
- test.toml (4.5 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (2.9 KiB)
- log_hash.go (818 Bytes)
- tool.go (313 Bytes)
-
dao
-
account
- BUILD (1.0 KiB)
- dao.go (553 Bytes)
- userInfo.go (1.3 KiB)
-
exp
- BUILD (1.1 KiB)
- dao.go (834 Bytes)
- memcache.go (4.2 KiB)
- mysql.go (3.3 KiB)
-
guard
- BUILD (1.2 KiB)
- cache.go (1.2 KiB)
- dao.go (851 Bytes)
- mysql.go (7.6 KiB)
- redis.go (10.9 KiB)
-
roomAdmin
- BUILD (2.3 KiB)
- dao.go (22.1 KiB)
- dao_test.go (636 Bytes)
- mc.cache.go (4.5 KiB)
- mc.cache_test.go (2.7 KiB)
- mc.go (2.6 KiB)
- mc_test.go (877 Bytes)
- mysql.go (2.1 KiB)
- mysql_test.go (2.3 KiB)
- redis.go (18 Bytes)
- redis_test.go (18 Bytes)
-
vip
- BUILD (1.6 KiB)
- cache.go (5.0 KiB)
- cache_test.go (4.8 KiB)
- dao.go (1.6 KiB)
- dao_test.go (1.1 KiB)
- mysql.go (6.7 KiB)
- mysql_test.go (4.2 KiB)
-
xanchor
- BUILD (793 Bytes)
- anchorUpdate.go (330 Bytes)
- dao.go (664 Bytes)
- BUILD (1.6 KiB)
- api.go (905 Bytes)
- api_test.go (1007 Bytes)
-
-
model
-
dhh
- BUILD (599 Bytes)
- model.go (1.5 KiB)
-
exp
- BUILD (599 Bytes)
- model.go (1.6 KiB)
- BUILD (888 Bytes)
- model.go (1.8 KiB)
- roomAdmin.go (775 Bytes)
-
-
server
-
grpc
- BUILD (866 Bytes)
- server.go (640 Bytes)
-
http
- BUILD (927 Bytes)
- http.go (1.1 KiB)
-
-
service
-
exp
-
v1
- BUILD (1.6 KiB)
- audit.go (3.1 KiB)
- check_param.go (1.3 KiB)
- clear_cache.go (1.0 KiB)
- level_rule.go (15.8 KiB)
- log_debug.go (818 Bytes)
- update_db.go (4.6 KiB)
- user_exp.go (7.2 KiB)
-
-
guard
-
v1
- BUILD (1.6 KiB)
- clear_cache.go (3.5 KiB)
- dahanghai.go (26.8 KiB)
- guard.go (7.8 KiB)
- log_debug.go (120 Bytes)
-
-
roomAdmin
-
v1
- BUILD (1.4 KiB)
- roomAdmin.go (6.1 KiB)
- roomAdmin_test.go (1.3 KiB)
-
-
vip
-
v1
- BUILD (1.4 KiB)
- vip.go (11.2 KiB)
- vip_test.go (11 Bytes)
-
- BUILD (1.2 KiB)
- service.go (1.5 KiB)
-
- BUILD (708 Bytes)
- CHANGELOG.md (997 Bytes)
- CONTRIBUTORS.md (83 Bytes)
- CONTRIBUTORS.md~HEAD (72 Bytes)
- OWNERS (204 Bytes)
- README.md (180 Bytes)
-
-
xuserex
-
api
-
grpc
-
v1
- BUILD (1.6 KiB)
- client.go (601 Bytes)
- roomNotice.bm.go (2.5 KiB)
- roomNotice.pb.go (40.5 KiB)
- roomNotice.proto (1.4 KiB)
- roomNotice.roomNotice.md (1.6 KiB)
-
-
http
- api.md (17 Bytes)
-
-
cmd
-
client
- BUILD (907 Bytes)
- main.go (855 Bytes)
- BUILD (1.3 KiB)
- main.go (1.2 KiB)
- test.toml (856 Bytes)
-
-
conf
- BUILD (1.2 KiB)
- conf.go (1.6 KiB)
-
dao
-
notice
- BUILD (1.8 KiB)
- dao.cache.go (1.4 KiB)
- dao.cache_test.go (619 Bytes)
- mc.cache.go (2.1 KiB)
- mc.cache_test.go (1.4 KiB)
- roomNotice.go (9.3 KiB)
- roomNotice_test.go (5.3 KiB)
- BUILD (803 Bytes)
- dao.go (462 Bytes)
-
-
model
-
roomNotice
- BUILD (608 Bytes)
- model.go (181 Bytes)
- BUILD (676 Bytes)
- model.go (14 Bytes)
-
-
server
-
grpc
- BUILD (813 Bytes)
- server.go (418 Bytes)
-
http
- BUILD (933 Bytes)
- http.go (1.0 KiB)
-
-
service
-
v1
- BUILD (916 Bytes)
- roomNotice.go (2.0 KiB)
- BUILD (824 Bytes)
- service.go (701 Bytes)
-
- CHANGELOG.md (50 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (205 Bytes)
- README.md (84 Bytes)
-
-
zeus
-
api
-
v1
- BUILD (1.6 KiB)
- api.bm.go (1.4 KiB)
- api.pb.go (20.6 KiB)
- api.proto (1.3 KiB)
- api.zeus.md (488 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.2 KiB)
- zeus.toml (417 Bytes)
-
expr
- BUILD (815 Bytes)
- ast.go (6.9 KiB)
- check.go (929 Bytes)
- eval.go (19.5 KiB)
- expr.go (971 Bytes)
- expr_test.go (1.6 KiB)
-
internal
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (847 Bytes)
- dao.go (742 Bytes)
-
model
- BUILD (763 Bytes)
- matcher.go (2.1 KiB)
- model.go (14 Bytes)
-
server
-
grpc
- BUILD (886 Bytes)
- grpc.go (422 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.2 KiB)
-
-
service
-
v1
- BUILD (1.0 KiB)
- zeus.go (1.7 KiB)
- BUILD (1.0 KiB)
- match.go (936 Bytes)
- service.go (502 Bytes)
-
-
- CHANGELOG.md (30 Bytes)
- CONTRIBUTORS.md (38 Bytes)
- OWNERS (151 Bytes)
- README.md (85 Bytes)
-
- BUILD (4.1 KiB)
- CONTRIBUTORS.md (65 Bytes)
- OWNERS (150 Bytes)
-
-
main
-
account
-
api
-
gorpc
- BUILD (796 Bytes)
- account3.go (4.7 KiB)
- BUILD (1.8 KiB)
- api.pb.go (233.7 KiB)
- api.proto (7.0 KiB)
- client.go (501 Bytes)
- copy_autogenerated.go (3.8 KiB)
- mock.go (21.3 KiB)
- vip.go (450 Bytes)
-
-
cmd
- BUILD (1.3 KiB)
- account-service-example.toml (3.1 KiB)
- main.go (1.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (2.6 KiB)
- dao.cache.go (7.7 KiB)
- dao.cache_test.go (3.1 KiB)
- dao.go (3.6 KiB)
- dao_test.go (705 Bytes)
- mc.go (8.1 KiB)
- mc_test.go (9.8 KiB)
- passport.go (1.6 KiB)
- passport_test.go (465 Bytes)
- raw.go (10.1 KiB)
- raw_test.go (4.0 KiB)
- realname.go (336 Bytes)
- search.go (490 Bytes)
- search_test.go (438 Bytes)
- vip.go (2.0 KiB)
- vip_test.go (844 Bytes)
-
model
-
queue
- BUILD (686 Bytes)
- error.go (1021 Bytes)
- priority_queue.go (5.9 KiB)
- queue.go (9.2 KiB)
- ring.go (5.4 KiB)
- BUILD (953 Bytes)
- acc.go (3.0 KiB)
- model.go (809 Bytes)
- param.go (574 Bytes)
- passport.go (984 Bytes)
- pro.sh (367 Bytes)
- rpc.go (728 Bytes)
-
-
rpc
-
client
- BUILD (755 Bytes)
- account3.go (4.0 KiB)
-
server
- BUILD (967 Bytes)
- rpc.go (571 Bytes)
- rpc3.go (3.3 KiB)
- BUILD (404 Bytes)
-
-
server
-
grpc
- BUILD (867 Bytes)
- server.go (5.1 KiB)
-
http
- BUILD (1.2 KiB)
- acc.go (2.1 KiB)
- http.go (3.1 KiB)
- v1.go (5.3 KiB)
- v2.go (3.4 KiB)
-
-
service
- BUILD (2.1 KiB)
- acc.go (3.9 KiB)
- acc_test.go (1.5 KiB)
- cache_delay.go (1.7 KiB)
- exp.go (1.0 KiB)
- exp_test.go (462 Bytes)
- relation.go (2.7 KiB)
- relation_test.go (1.1 KiB)
- service.go (1.5 KiB)
- service_test.go (202 Bytes)
- vip.go (371 Bytes)
- vip_test.go (485 Bytes)
- BUILD (770 Bytes)
- CHANGELOG.md (8.3 KiB)
- CONTRIBUTORS.md (170 Bytes)
- OWNERS (292 Bytes)
- README.md (466 Bytes)
-
-
account-recovery
-
cmd
- BUILD (1.0 KiB)
- account-recovery-test.toml (4.8 KiB)
- main.go (870 Bytes)
-
conf
- BUILD (1.4 KiB)
- conf.go (3.1 KiB)
-
dao
-
sqlbuilder
- BUILD (1.0 KiB)
- args.go (5.6 KiB)
- args_test.go (1.9 KiB)
- builder.go (2.6 KiB)
- builder_test.go (3.6 KiB)
- cond.go (4.0 KiB)
- cond_test.go (2.4 KiB)
- flavor.go (1.1 KiB)
- flavor_test.go (804 Bytes)
- modifiers.go (2.0 KiB)
- modifiers_test.go (1.2 KiB)
- select.go (5.0 KiB)
- select_test.go (1.9 KiB)
- BUILD (2.6 KiB)
- aes.go (1.5 KiB)
- captcha.go (1.2 KiB)
- captcha_test.go (437 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (922 Bytes)
- email.go (609 Bytes)
- email_test.go (454 Bytes)
- mid_info.go (9.2 KiB)
- mid_info_test.go (5.0 KiB)
- mysql.go (17.7 KiB)
- mysql_test.go (11.0 KiB)
- redis.go (2.4 KiB)
- redis_test.go (2.4 KiB)
- req_rpc.go (1.3 KiB)
- req_rpc_test.go (1.1 KiB)
- user_act_log.go (4.0 KiB)
- user_act_log_test.go (994 Bytes)
-
-
http
- BUILD (1.3 KiB)
- appeal.go (4.5 KiB)
- bfs.go (2.1 KiB)
- http.go (1.9 KiB)
-
model
- BUILD (786 Bytes)
- model.go (13.5 KiB)
-
service
- BUILD (1.9 KiB)
- appeal.go (18.9 KiB)
- appeal_test.go (6.8 KiB)
- data_check.go (8.1 KiB)
- data_check_test.go (390 Bytes)
- send_email.go (7.3 KiB)
- send_email_test.go (1.8 KiB)
- service.go (1.2 KiB)
- service_test.go (723 Bytes)
- BUILD (656 Bytes)
- CHANGELOG.md (634 Bytes)
- CONTRIBUTORS.md (66 Bytes)
- OWNERS (222 Bytes)
- README.md (93 Bytes)
-
-
antispam
-
cmd
- BUILD (1.2 KiB)
- antispam-integration.toml (4.5 KiB)
- antispam-test.toml (4.8 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.6 KiB)
-
dao
- BUILD (1.7 KiB)
- cond.go (387 Bytes)
- cond_test.go (12 Bytes)
- dao.go (3.1 KiB)
- dao_test.go (797 Bytes)
- db.sql (2.7 KiB)
- keyword.go (9.2 KiB)
- keyword_test.go (4.8 KiB)
- mysql.go (1.3 KiB)
- mysql_test.go (500 Bytes)
- redis.go (8.4 KiB)
- redis_test.go (8.6 KiB)
- regexp.go (6.3 KiB)
- regexp_test.go (2.7 KiB)
- rule.go (6.5 KiB)
- rule_test.go (3.0 KiB)
- transaction.go (947 Bytes)
- transaction_test.go (12 Bytes)
-
extern
- BUILD (872 Bytes)
- client.go (520 Bytes)
- handler.go (176 Bytes)
- mock.go (217 Bytes)
- reply_service.go (2.1 KiB)
-
http
- BUILD (1.6 KiB)
- cond.go (1.7 KiB)
- cond_test.go (916 Bytes)
- filter.go (860 Bytes)
- http.go (2.9 KiB)
- keyword.go (5.6 KiB)
- protocol.go (2.3 KiB)
- regexp.go (5.9 KiB)
- rule.go (3.0 KiB)
-
model
- BUILD (769 Bytes)
- common.go (485 Bytes)
- keyword.go (1.4 KiB)
- regexp.go (1.1 KiB)
- rule.go (925 Bytes)
- suspicious.go (765 Bytes)
-
rpc
-
client
- BUILD (736 Bytes)
- client.go (516 Bytes)
-
server
- BUILD (998 Bytes)
- filter.go (1.3 KiB)
- rpc.go (369 Bytes)
-
-
service
- BUILD (2.0 KiB)
- cond.go (643 Bytes)
- filter.go (3.3 KiB)
- keyword.go (7.5 KiB)
- keyword_test.go (88 Bytes)
- option.go (2.5 KiB)
- pipeline.go (5.6 KiB)
- regexp.go (3.7 KiB)
- regexp_content_test.go (3.8 KiB)
- rule.go (2.9 KiB)
- scheduler.go (2.7 KiB)
- service.go (2.2 KiB)
- service_impl.go (2.5 KiB)
- service_test.go (205 Bytes)
- transform.go (8.3 KiB)
- transform_test.go (268 Bytes)
- trie_mgr.go (4.4 KiB)
- trie_mgr_test.go (1.1 KiB)
-
util
-
trie
- BUILD (882 Bytes)
- rune_trie.go (2.3 KiB)
- rune_trie_test.go (2.7 KiB)
- trie.go (214 Bytes)
- BUILD (1.1 KiB)
- deviations.go (1.1 KiB)
- deviations_test.go (3.5 KiB)
- pagination.go (1.4 KiB)
- pagination_test.go (2.8 KiB)
- rand.go (337 Bytes)
- string.go (1.6 KiB)
- string_test.go (3.8 KiB)
- time.go (396 Bytes)
-
- BUILD (834 Bytes)
- CHANGELOG.md (2.3 KiB)
- CONTRIBUTORS.md (81 Bytes)
- Makefile (1.3 KiB)
- OWNERS (230 Bytes)
- README.md (46 Bytes)
-
-
archive
-
api
-
gorpc
- BUILD (1.2 KiB)
- archive1.go (359 Bytes)
- archive2.go (2.8 KiB)
- archive2_test.go (6.3 KiB)
- archive3.go (4.4 KiB)
-
http
- api.md (67 Bytes)
- BUILD (1.9 KiB)
- api.pb.go (267.1 KiB)
- api.proto (14.0 KiB)
- client.go (542 Bytes)
- client_test.go (2.8 KiB)
- model.go (5.9 KiB)
-
-
cmd
- BUILD (1.2 KiB)
- archive-service-example.toml (5.8 KiB)
- archive-service-test.toml (7.9 KiB)
- main.go (1.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.7 KiB)
-
dao
-
archive
- BUILD (2.7 KiB)
- addit.go (771 Bytes)
- addit_test.go (391 Bytes)
- archive.go (3.9 KiB)
- archive_mc_pb.go (3.6 KiB)
- archive_mc_pb_test.go (2.1 KiB)
- archive_test.go (1.0 KiB)
- dao.go (15.1 KiB)
- dao_test.go (3.8 KiB)
- player.go (2.2 KiB)
- player_test.go (1.6 KiB)
- region.go (793 Bytes)
- region_rds.go (6.5 KiB)
- region_rds_test.go (4.6 KiB)
- region_test.go (441 Bytes)
- report_result.go (868 Bytes)
- report_result_test.go (429 Bytes)
- stat.go (2.5 KiB)
- stat_mc_pb.go (4.2 KiB)
- stat_mc_pb_test.go (2.2 KiB)
- stat_pb.go (2.9 KiB)
- stat_pb_test.go (1.7 KiB)
- stat_test.go (912 Bytes)
- type.go (904 Bytes)
- type_test.go (411 Bytes)
- upper.go (3.5 KiB)
- upper_rds.go (8.0 KiB)
- upper_rds_test.go (4.9 KiB)
- upper_test.go (1.8 KiB)
- video.go (4.4 KiB)
- video_mc_pb.go (4.7 KiB)
- video_mc_pb_test.go (2.6 KiB)
- video_test.go (1.8 KiB)
-
share
- BUILD (1.3 KiB)
- dao.go (838 Bytes)
- dao_test.go (639 Bytes)
- databus.go (1019 Bytes)
- databus_test.go (737 Bytes)
- redis.go (1.8 KiB)
- redis_test.go (1.4 KiB)
-
videoshot
- BUILD (1.3 KiB)
- dao.go (2.1 KiB)
- dao_test.go (643 Bytes)
- mysql.go (1.1 KiB)
- mysql_test.go (390 Bytes)
- redis.go (1.1 KiB)
- redis_test.go (1.0 KiB)
- BUILD (465 Bytes)
-
-
model
-
archive
- BUILD (1.7 KiB)
- addit.go (239 Bytes)
- archive.go (8.1 KiB)
- archive.pb.go (87.9 KiB)
- archive.proto (5.0 KiB)
- bvc.pb.go (47.0 KiB)
- bvc.proto (2.8 KiB)
- pgc.go (95 Bytes)
- report_result.go (157 Bytes)
- rpc.go (832 Bytes)
- rpc2.go (2.0 KiB)
-
videoshot
- BUILD (619 Bytes)
- videoshot.go (539 Bytes)
- BUILD (412 Bytes)
-
-
server
-
gorpc
- BUILD (1.1 KiB)
- rpc.go (696 Bytes)
- rpc2.go (2.4 KiB)
- rpc3.go (5.0 KiB)
-
grpc
- BUILD (842 Bytes)
- builder.go (2.1 KiB)
- server.go (4.4 KiB)
-
http
- BUILD (1.7 KiB)
- archive.go (2.2 KiB)
- http.go (2.1 KiB)
- http_test.go (3.3 KiB)
- local.go (360 Bytes)
- region.go (1.5 KiB)
- shot.go (633 Bytes)
- stat.go (761 Bytes)
- upper.go (2.3 KiB)
- video.go (1.9 KiB)
-
-
service
- BUILD (2.2 KiB)
- archive.go (4.3 KiB)
- archive_pb.go (476 Bytes)
- archive_test.go (1.3 KiB)
- region.go (2.6 KiB)
- region_pb.go (3.2 KiB)
- region_pb_test.go (752 Bytes)
- region_test.go (562 Bytes)
- service.go (4.1 KiB)
- service_test.go (905 Bytes)
- shot.go (1.9 KiB)
- shot_test.go (259 Bytes)
- stat_pb.go (989 Bytes)
- stat_pb_test.go (713 Bytes)
- upper.go (5.5 KiB)
- upper_pb.go (5.0 KiB)
- upper_pb_test.go (597 Bytes)
- upper_test.go (1.1 KiB)
- video.go (1.9 KiB)
- video_test.go (1.6 KiB)
- BUILD (779 Bytes)
- CHANGELOG.md (17.3 KiB)
- CONTRIBUTORS.md (104 Bytes)
- OWNERS (230 Bytes)
- README.md (291 Bytes)
-
-
assist
-
cmd
- BUILD (1.1 KiB)
- assist-service.toml (2.9 KiB)
- main.go (1.1 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.4 KiB)
-
dao
-
account
- BUILD (1.3 KiB)
- dao.go (2.7 KiB)
- dao_test.go (3.1 KiB)
-
assist
- BUILD (1.7 KiB)
- assist.go (3.4 KiB)
- assist_redis.go (6.9 KiB)
- assist_redis_test.go (4.2 KiB)
- assist_test.go (2.4 KiB)
- dao.go (1.2 KiB)
- dao_test.go (697 Bytes)
- log.go (9.4 KiB)
- log_test.go (6.1 KiB)
- mc.go (1.8 KiB)
- mc_test.go (1.6 KiB)
-
message
- BUILD (1020 Bytes)
- dao.go (1.3 KiB)
- dao_test.go (698 Bytes)
-
-
http
- BUILD (1.2 KiB)
- assist.go (11.9 KiB)
- http.go (1.2 KiB)
- local.go (321 Bytes)
-
model
-
assist
- BUILD (872 Bytes)
- assist.go (3.4 KiB)
- rpc.go (735 Bytes)
-
message
- BUILD (606 Bytes)
- message.go (360 Bytes)
-
notify
- BUILD (604 Bytes)
- notify.go (759 Bytes)
- BUILD (521 Bytes)
-
-
rpc
-
client
- BUILD (1.0 KiB)
- assist.go (2.7 KiB)
- assist_test.go (3.6 KiB)
-
server
- BUILD (1.4 KiB)
- rpc.go (694 Bytes)
- rpc_assist.go (1.4 KiB)
- rpc_log.go (965 Bytes)
- rpc_test.go (7.4 KiB)
- BUILD (402 Bytes)
-
-
service
- BUILD (1.8 KiB)
- assist.go (8.4 KiB)
- check.go (1.7 KiB)
- limit.go (1.2 KiB)
- log.go (4.0 KiB)
- relation.go (1.4 KiB)
- service.go (1.4 KiB)
- service_test.go (3.2 KiB)
- BUILD (769 Bytes)
- CHANGELOG.md (4.2 KiB)
- CONTRIBUTORS.md (110 Bytes)
- OWNERS (240 Bytes)
- Readme.md (284 Bytes)
-
-
bns
-
agent
-
backend
-
discovery
- BUILD (1.1 KiB)
- discovery.go (8.2 KiB)
- discovery_test.go (1.7 KiB)
- BUILD (857 Bytes)
- backend.go (2.1 KiB)
- backend_test.go (16 Bytes)
-
- BUILD (1.3 KiB)
- agent.go (6.2 KiB)
- dns.go (12.8 KiB)
- http.go (2.2 KiB)
- ns_endpoint.go (582 Bytes)
-
-
cmd
- BUILD (1004 Bytes)
- easyns-agent-example.toml (528 Bytes)
- main.go (1.1 KiB)
-
conf
- BUILD (846 Bytes)
- conf.go (5.5 KiB)
- utils.go (1.6 KiB)
-
lib
-
resolvconf
- BUILD (792 Bytes)
- resolvconf_unix.go (911 Bytes)
- resolvconf_unix_test.go (1.3 KiB)
- resolvconf_windows.go (149 Bytes)
-
shuffle
- BUILD (773 Bytes)
- shuffle.go (381 Bytes)
- shuffle_test.go (418 Bytes)
- BUILD (536 Bytes)
-
- BUILD (479 Bytes)
- CHANGELOG.MD (22 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (208 Bytes)
- README.md (201 Bytes)
-
-
broadcast
-
api
-
grpc
-
v1
- BUILD (1.7 KiB)
- api.go (336 Bytes)
- api.pb.go (87.3 KiB)
- api.proto (2.6 KiB)
- client.go (455 Bytes)
-
-
-
cmd
-
local
- application.toml (733 Bytes)
- databus.toml (349 Bytes)
- grpc.toml (93 Bytes)
- http.toml (51 Bytes)
- infoc.toml (102 Bytes)
- redis.toml (199 Bytes)
- BUILD (1.3 KiB)
- main.go (2.0 KiB)
-
-
dao
- BUILD (1.4 KiB)
- dao.go (807 Bytes)
- dao_test.go (886 Bytes)
- databus.go (2.1 KiB)
- databus_test.go (1.3 KiB)
- redis.go (8.4 KiB)
- redis_test.go (3.7 KiB)
-
libs
-
bufio
- BUILD (720 Bytes)
- bufio.go (12.8 KiB)
- bufio_test.go (40.0 KiB)
-
bytes
- BUILD (812 Bytes)
- buffer.go (1.3 KiB)
- buffer_test.go (322 Bytes)
- writer.go (873 Bytes)
-
encoding
-
binary
- BUILD (615 Bytes)
- endian.go (629 Bytes)
-
-
time
- BUILD (906 Bytes)
- debug.go (62 Bytes)
- timer.go (5.1 KiB)
- timer_test.go (1015 Bytes)
-
websocket
- BUILD (740 Bytes)
- conn.go (5.3 KiB)
- request.go (2.3 KiB)
- server.go (1.7 KiB)
- BUILD (656 Bytes)
-
-
model
- BUILD (1.5 KiB)
- auth.go (552 Bytes)
- model.go (7.8 KiB)
- model.pb.go (11.1 KiB)
- model.proto (294 Bytes)
- model_v1.go (5.9 KiB)
- online.go (307 Bytes)
- operation.go (1.2 KiB)
- room.go (440 Bytes)
- server.go (548 Bytes)
-
server
-
grpc
- BUILD (997 Bytes)
- server.go (2.8 KiB)
-
http
- BUILD (1.2 KiB)
- conn.go (2.6 KiB)
- http.go (1.8 KiB)
- online.go (732 Bytes)
- push.go (2.0 KiB)
- server.go (714 Bytes)
-
-
service
- BUILD (2.3 KiB)
- balancer.go (8.4 KiB)
- balancer_test.go (4.9 KiB)
- conn.go (3.8 KiB)
- conn_test.go (885 Bytes)
- online.go (1.1 KiB)
- push.go (2.2 KiB)
- server.go (3.4 KiB)
- service.go (7.5 KiB)
- service_test.go (625 Bytes)
- BUILD (863 Bytes)
- CHANGELOG.md (947 Bytes)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (227 Bytes)
- README.md (74 Bytes)
-
-
card
-
api
-
grpc
-
v1
- BUILD (1.2 KiB)
- api.pb.go (93.6 KiB)
- api.proto (2.3 KiB)
- client.go (579 Bytes)
-
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (807 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.8 KiB)
- cache.go (632 Bytes)
- cache_test.go (421 Bytes)
- dao.cache.go (3.6 KiB)
- dao.cache_test.go (939 Bytes)
- dao.go (888 Bytes)
- dao_test.go (666 Bytes)
- mc.cache.go (3.5 KiB)
- mc.cache_test.go (3.1 KiB)
- mysql.go (3.5 KiB)
- mysql_test.go (2.5 KiB)
-
model
- BUILD (1.4 KiB)
- card.go (1.0 KiB)
- group.go (736 Bytes)
- model.go (303 Bytes)
- model.pb.go (8.5 KiB)
- model.proto (549 Bytes)
- param.go (249 Bytes)
-
server
-
grpc
- BUILD (864 Bytes)
- server.go (3.9 KiB)
-
http
- BUILD (1018 Bytes)
- card.go (269 Bytes)
- http.go (952 Bytes)
-
-
service
- BUILD (1.5 KiB)
- card.go (1.6 KiB)
- card_test.go (1002 Bytes)
- equip.go (2.9 KiB)
- equip_test.go (991 Bytes)
- group.go (1.3 KiB)
- group_test.go (286 Bytes)
- service.go (1.1 KiB)
- CHANGELOG.md (96 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (202 Bytes)
- README.md (87 Bytes)
-
-
coin
-
api
-
gorpc
- BUILD (1020 Bytes)
- coin.go (2.8 KiB)
- coin_test.go (780 Bytes)
- mock.go (2.3 KiB)
-
http
- api.md (72 Bytes)
- swagger.json (8.0 KiB)
- BUILD (1.5 KiB)
- api.pb.go (120.2 KiB)
- api.proto (6.6 KiB)
- client.go (543 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- coin-service-test.toml (4.0 KiB)
- main.go (1.4 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (2.4 KiB)
- cache.go (1.7 KiB)
- cache_test.go (1.4 KiB)
- dao.cache.go (2.2 KiB)
- dao.cache_test.go (864 Bytes)
- dao.go (2.1 KiB)
- dao_test.go (942 Bytes)
- databus.go (1.4 KiB)
- databus_test.go (1.0 KiB)
- log.go (1.8 KiB)
- log_test.go (391 Bytes)
- mc.cache.go (5.1 KiB)
- mc.cache_test.go (2.2 KiB)
- mysql.go (8.3 KiB)
- mysql_coin.go (1.9 KiB)
- mysql_coin_test.go (1.6 KiB)
- mysql_test.go (6.3 KiB)
- redis.go (3.5 KiB)
- redis_test.go (2.5 KiB)
- relation.go (1.2 KiB)
- relation_test.go (404 Bytes)
- tag.go (747 Bytes)
- tag_test.go (472 Bytes)
-
model
- BUILD (710 Bytes)
- coin.go (2.9 KiB)
- rpc.go (1.3 KiB)
-
server
-
gorpc
- BUILD (1.1 KiB)
- rpc.go (4.9 KiB)
- rpc_test.go (1.0 KiB)
-
grpc
- BUILD (796 Bytes)
- server.go (429 Bytes)
-
http
- BUILD (1.1 KiB)
- coin.go (4.8 KiB)
- http.go (1.9 KiB)
- usercoin.go (956 Bytes)
-
-
service
- BUILD (2.0 KiB)
- archive.go (940 Bytes)
- check.go (4.2 KiB)
- coin.go (7.7 KiB)
- coin_test.go (875 Bytes)
- exp.go (1.7 KiB)
- exp_test.go (321 Bytes)
- service.go (2.3 KiB)
- service_test.go (313 Bytes)
- usercoin.go (3.6 KiB)
- usercoin_test.go (1.7 KiB)
- BUILD (752 Bytes)
- CHANGELOG.md (7.1 KiB)
- CONTRIBUTORS.md (112 Bytes)
- OWNERS (248 Bytes)
- readme.md (213 Bytes)
-
-
coupon
-
api
- BUILD (1.4 KiB)
- api.pb.go (61.8 KiB)
- api.proto (1.8 KiB)
- client.go (513 Bytes)
-
cmd
- BUILD (1.2 KiB)
- coupon-service.toml (3.8 KiB)
- main.go (1.3 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (2.1 KiB)
- allowance.go (11.5 KiB)
- allowance_test.go (7.0 KiB)
- captcha_api.go (1.2 KiB)
- captcha_api_test.go (1.0 KiB)
- code.go (1.6 KiB)
- code_test.go (1.8 KiB)
- dao.go (1.3 KiB)
- dao_test.go (1.4 KiB)
- http.go (898 Bytes)
- http_test.go (653 Bytes)
- memcache.go (13.2 KiB)
- memcache_test.go (13.1 KiB)
- mysql.go (28.5 KiB)
- mysql_test.go (17.4 KiB)
- prize.go (2.4 KiB)
- prize_test.go (2.7 KiB)
-
http
- BUILD (1.0 KiB)
- allowance.go (1.3 KiB)
- coupon.go (2.8 KiB)
- http.go (1.6 KiB)
-
model
- BUILD (1.5 KiB)
- code.go (1.1 KiB)
- coupon.go (7.9 KiB)
- coupon.pb.go (53.6 KiB)
- coupon.proto (3.3 KiB)
- model.go (2.9 KiB)
- order.go (562 Bytes)
- param.go (3.8 KiB)
- pro.sh (169 Bytes)
- rpc.go (1.5 KiB)
-
rpc
-
client
- BUILD (732 Bytes)
- coupon.go (5.2 KiB)
-
server
- BUILD (954 Bytes)
- rpc.go (6.6 KiB)
-
-
server
-
grpc
- BUILD (864 Bytes)
- server.go (2.7 KiB)
-
-
service
- BUILD (2.0 KiB)
- allowance.go (29.6 KiB)
- allowance_test.go (7.5 KiB)
- branch.go (1.4 KiB)
- code.go (3.7 KiB)
- code_test.go (797 Bytes)
- coupon.go (9.6 KiB)
- coupon_cartoon.go (10.2 KiB)
- coupon_test.go (5.6 KiB)
- service.go (3.6 KiB)
- BUILD (818 Bytes)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (228 Bytes)
- README.md (77 Bytes)
-
-
dapper
-
agent
- BUILD (1.0 KiB)
- agent.go (3.4 KiB)
-
cmd
-
agent
- BUILD (1.0 KiB)
- dapper-agent-example.toml (183 Bytes)
- dapper-agent.toml (224 Bytes)
- main.go (1.1 KiB)
- BUILD (1.1 KiB)
- dapper-service-example.toml (527 Bytes)
- main.go (1.1 KiB)
-
-
collector
- BUILD (1.7 KiB)
- breaker.go (1.4 KiB)
- breaker_test.go (430 Bytes)
- collector.go (5.1 KiB)
- collector_test.go (18 Bytes)
- detect.go (1.6 KiB)
- detect_test.go (728 Bytes)
- operation_name.go (1.0 KiB)
- operation_name_test.go (864 Bytes)
- process.go (345 Bytes)
-
conf
- BUILD (857 Bytes)
- agentconfig.go (1.5 KiB)
- config.go (2.9 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (6.8 KiB)
- dao_test.go (3.6 KiB)
- env.sh (131 Bytes)
-
model
- BUILD (931 Bytes)
- response.go (393 Bytes)
- span.go (2.6 KiB)
- spanpoint.go (453 Bytes)
- util.go (6.4 KiB)
-
pkg
-
batchwrite
- BUILD (1.0 KiB)
- batchwrite.go (3.6 KiB)
- batchwrite_test.go (1.8 KiB)
-
collect
-
kafkacollect
- BUILD (1.3 KiB)
- collect.go (4.5 KiB)
- collect_test.go (686 Bytes)
-
tcpcollect
-
testdata
- data.bin (11.1 KiB)
- BUILD (1.6 KiB)
- server.go (6.5 KiB)
- server_test.go (866 Bytes)
-
- BUILD (832 Bytes)
- collect.go (223 Bytes)
-
-
deliver
- BUILD (825 Bytes)
- deliver.go (2.7 KiB)
- deliver_test.go (882 Bytes)
-
diskqueue
- BUILD (859 Bytes)
- bucket.go (4.2 KiB)
- bucket_test.go (1.9 KiB)
- diskqueue.go (9.0 KiB)
- diskqueue_test.go (3.6 KiB)
-
pointwrite
- BUILD (960 Bytes)
- pointwrite.go (3.1 KiB)
- pointwrite_test.go (1.5 KiB)
-
process
- BUILD (671 Bytes)
- process.go (443 Bytes)
-
util
- BUILD (607 Bytes)
- handlersignal.go (493 Bytes)
-
-
server
-
udpcollect
- BUILD (837 Bytes)
- udpcollect.go (3.2 KiB)
- udpcollect_test.go (670 Bytes)
-
- BUILD (1.1 KiB)
- CHANGELOG.md (1.5 KiB)
- CONTRIBUTORS.md (110 Bytes)
- OWNERS (250 Bytes)
- README.md (1.2 KiB)
-
-
dapper-query
-
api
-
v1
- .skip_kazel (0 Bytes)
- BUILD (1.2 KiB)
- README.md (13.0 KiB)
- api.pb.bm.go (7.9 KiB)
- api.pb.go (106.6 KiB)
- api.proto (10.6 KiB)
- api.swagger.json (23.2 KiB)
- marshal.go (1.3 KiB)
-
-
cmd
- BUILD (1.1 KiB)
- dapper-query-example.toml (335 Bytes)
- main.go (1.3 KiB)
-
conf
- BUILD (767 Bytes)
- config.go (2.1 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (14.9 KiB)
- dao_test.go (6.5 KiB)
- env.sh (103 Bytes)
- util.go (461 Bytes)
-
model
- BUILD (996 Bytes)
- const.go (353 Bytes)
- rank.go (300 Bytes)
- series.go (175 Bytes)
- span.go (1.7 KiB)
- spanpoint.go (453 Bytes)
- spanref.go (387 Bytes)
- util.go (4.8 KiB)
-
pkg
-
cltclient
- BUILD (667 Bytes)
- clt.go (2.7 KiB)
-
opslog
- BUILD (845 Bytes)
- opslog.go (5.5 KiB)
- opslog_test.go (3.5 KiB)
-
-
service
-
opslog
- BUILD (1.1 KiB)
- opslog.go (4.6 KiB)
- BUILD (1.4 KiB)
- depend.go (2.6 KiB)
- service.go (15.9 KiB)
- util.go (1.9 KiB)
-
-
util
- BUILD (732 Bytes)
- sessionid.go (937 Bytes)
- BUILD (833 Bytes)
- CHANGELOG.md (445 Bytes)
- CONTRIBUTORS.md (110 Bytes)
- Makefile (693 Bytes)
- OWNERS (256 Bytes)
- README.md (97 Bytes)
-
-
dynamic
-
cmd
- BUILD (1.1 KiB)
- dynamic-service-example.toml (2.7 KiB)
- dynamic-service-test.toml (1.8 KiB)
- goconvey.sh (256 Bytes)
- main.go (1.1 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.5 KiB)
- bigdata.go (1.9 KiB)
- bigdata_test.go (1.8 KiB)
- dao.go (1.6 KiB)
- dao_test.go (905 Bytes)
- live.go (846 Bytes)
- live_test.go (597 Bytes)
- memcache.go (2.6 KiB)
- memcache_test.go (1.5 KiB)
- tag.go (1.2 KiB)
- tag_test.go (1.1 KiB)
-
http
- BUILD (1.0 KiB)
- dynamic.go (2.9 KiB)
- http.go (1.2 KiB)
-
model
- BUILD (1.5 KiB)
- bigdata.go (113 Bytes)
- dynamic.go (313 Bytes)
- dynamic.pb.go (19.0 KiB)
- dynamic.proto (481 Bytes)
- rpc.go (458 Bytes)
-
rpc
-
client
- BUILD (754 Bytes)
- dynamic.go (1.7 KiB)
-
server
- BUILD (1.3 KiB)
- rpc.go (1.8 KiB)
- rpc_test.go (2.2 KiB)
- BUILD (404 Bytes)
-
-
service
- BUILD (1.5 KiB)
- dynamic.go (6.0 KiB)
- dynamic_test.go (1.6 KiB)
- service.go (5.1 KiB)
- service_test.go (366 Bytes)
- BUILD (653 Bytes)
- CHANGELOG.md (3.1 KiB)
- CONTRIBUTORS.md (102 Bytes)
- OWNERS (247 Bytes)
- README.md (777 Bytes)
-
-
favorite
-
api
-
gorpc
- BUILD (737 Bytes)
- favorite.go (4.0 KiB)
- BUILD (1.9 KiB)
- api.pb.go (365.4 KiB)
- api.proto (8.3 KiB)
- client.go (445 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- favorite-service-test.toml (3.9 KiB)
- main.go (1.4 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.1 KiB)
-
dao
- BUILD (1.9 KiB)
- dao.go (1.7 KiB)
- dao_test.go (709 Bytes)
- databus.go (5.0 KiB)
- databus_test.go (3.8 KiB)
- memcache.go (15.2 KiB)
- memcache_test.go (7.9 KiB)
- mysql.go (24.4 KiB)
- mysql_test.go (14.2 KiB)
- redis.go (17.7 KiB)
- redis_test.go (11.4 KiB)
- search.go (1.2 KiB)
- search_test.go (378 Bytes)
-
model
- BUILD (1.6 KiB)
- archive.go (1.7 KiB)
- fav.go (7.5 KiB)
- fav.pb.go (30.5 KiB)
- fav.proto (1.9 KiB)
- job.go (2.1 KiB)
- rpc.go (2.9 KiB)
- topic.go (1.5 KiB)
- video.go (4.5 KiB)
-
server
-
gorpc
- BUILD (1.3 KiB)
- server.go (5.0 KiB)
- server_test.go (4.9 KiB)
-
grpc
- BUILD (974 Bytes)
- server.go (11.2 KiB)
-
http
- BUILD (1.3 KiB)
- fav.go (31.0 KiB)
- http.go (3.4 KiB)
- BUILD (469 Bytes)
-
-
service
- BUILD (2.2 KiB)
- fav.go (58.3 KiB)
- fav_test.go (2.1 KiB)
- rpc.go (2.0 KiB)
- rpc_test.go (354 Bytes)
- search.go (4.7 KiB)
- search_test.go (530 Bytes)
- service.go (3.6 KiB)
- service_test.go (643 Bytes)
- BUILD (662 Bytes)
- CHANGELOG.md (8.1 KiB)
- CONTRIBUTORS.md (154 Bytes)
- OWNERS (286 Bytes)
- README.md (351 Bytes)
-
-
feed
-
cmd
- BUILD (1.1 KiB)
- convey-test.toml (1.6 KiB)
- feed-service-test.toml (1.3 KiB)
- main.go (1.1 KiB)
- open_test_web_ui.sh (273 Bytes)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (2.0 KiB)
- bangumi.go (2.1 KiB)
- bangumi_test.go (900 Bytes)
- dao.go (2.5 KiB)
- dao_test.go (694 Bytes)
- memcache.go (5.1 KiB)
- memcache_test.go (1.6 KiB)
- redis.go (18.5 KiB)
- redis_test.go (7.1 KiB)
-
http
- BUILD (796 Bytes)
- http.go (839 Bytes)
-
model
- BUILD (1.6 KiB)
- bangumi.go (99 Bytes)
- feed.go (1.6 KiB)
- feed.pb.go (19.8 KiB)
- feed.proto (1.1 KiB)
- rpc.go (555 Bytes)
-
rpc
-
client
- BUILD (991 Bytes)
- feed.go (3.9 KiB)
- feed_test.go (2.8 KiB)
-
server
- BUILD (1.2 KiB)
- rpc.go (3.8 KiB)
- rpc_test.go (1023 Bytes)
-
-
service
- BUILD (2.6 KiB)
- archive.go (6.4 KiB)
- archive_feed.go (1.4 KiB)
- archive_feed_test.go (552 Bytes)
- archive_test.go (2.5 KiB)
- article.go (2.9 KiB)
- article_feed.go (3.2 KiB)
- bangumi_feed.go (1.4 KiB)
- bangumi_feed_test.go (798 Bytes)
- feed.go (11.1 KiB)
- feed_test.go (5.8 KiB)
- mock_test.go (7.1 KiB)
- new_feed.go (973 Bytes)
- service.go (2.4 KiB)
- service_test.go (3.8 KiB)
- unread_count.go (3.1 KiB)
- unread_count_test.go (684 Bytes)
- BUILD (694 Bytes)
- CHANGELOG.md (1.9 KiB)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (203 Bytes)
- README.md (277 Bytes)
-
-
figure
-
cmd
- BUILD (1.2 KiB)
- figure-service-test.toml (860 Bytes)
- main.go (1.2 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (1.7 KiB)
- conf_test.go (318 Bytes)
-
dao
- BUILD (1.4 KiB)
- dao.go (780 Bytes)
- dao_test.go (704 Bytes)
- mysql.go (1.4 KiB)
- mysql_test.go (1.2 KiB)
- redis.go (2.4 KiB)
- redis_test.go (2.2 KiB)
-
http
- BUILD (1.0 KiB)
- figure.go (860 Bytes)
- http.go (1.2 KiB)
-
model
- BUILD (648 Bytes)
- http.go (80 Bytes)
- model.go (802 Bytes)
- rpc.go (56 Bytes)
-
rpc
-
client
- BUILD (970 Bytes)
- figure.go (716 Bytes)
- figure_test.go (323 Bytes)
-
server
- BUILD (910 Bytes)
- rpc.go (876 Bytes)
-
-
service
- BUILD (1.3 KiB)
- figure.go (829 Bytes)
- rank.go (1.7 KiB)
- service.go (1004 Bytes)
- service_test.go (889 Bytes)
- BUILD (710 Bytes)
- CHANGELOG.md (533 Bytes)
- CONTRIBUTORS.md (81 Bytes)
- OWNERS (210 Bytes)
- README.md (281 Bytes)
- conf.toml (70 Bytes)
-
-
filter
-
api
-
grpc
-
v1
- BUILD (1.5 KiB)
- api.pb.go (78.8 KiB)
- api.proto (2.4 KiB)
- client.go (499 Bytes)
-
-
-
cmd
-
client
- BUILD (905 Bytes)
- main.go (837 Bytes)
- BUILD (1.5 KiB)
- filter-service-test.toml (3.5 KiB)
- main.go (2.0 KiB)
-
-
conf
- BUILD (1.5 KiB)
- conf.go (2.9 KiB)
- conf_test.go (714 Bytes)
-
dao
- BUILD (2.2 KiB)
- ai.go (510 Bytes)
- ai_test.go (481 Bytes)
- area.go (1.2 KiB)
- area_test.go (724 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (909 Bytes)
- filter.go (1.4 KiB)
- filter_test.go (559 Bytes)
- hbase.go (1.6 KiB)
- hbase_test.go (1.2 KiB)
- http.go (2.5 KiB)
- http_test.go (1.5 KiB)
- key.go (1.4 KiB)
- key_test.go (926 Bytes)
- memcache.go (3.2 KiB)
- memcache_test.go (3.3 KiB)
- rpc.go (705 Bytes)
- rpc_test.go (12 Bytes)
- white.go (1.1 KiB)
- white_test.go (515 Bytes)
-
http
- BUILD (1.5 KiB)
- admin.go (1.2 KiB)
- filter.go (5.0 KiB)
- http.go (1.4 KiB)
- http_test.go (6.3 KiB)
-
model
-
actriearea
- BUILD (779 Bytes)
- actrie.go (6.1 KiB)
- actrie_test.go (343 Bytes)
-
actriekey
- BUILD (656 Bytes)
- actire.go (2.9 KiB)
-
lrulist
- BUILD (772 Bytes)
- list.go (2.1 KiB)
- list_test.go (1.8 KiB)
-
rpc
- BUILD (598 Bytes)
- rpc.go (663 Bytes)
- BUILD (1.3 KiB)
- ai.go (623 Bytes)
- area.go (1.7 KiB)
- filter.go (1.1 KiB)
- hit.go (112 Bytes)
- http.go (414 Bytes)
- key.go (710 Bytes)
- limit.go (180 Bytes)
- model.go (890 Bytes)
- white.go (414 Bytes)
-
-
rpc
-
client
- BUILD (1.1 KiB)
- filter.go (1.3 KiB)
- filter_test.go (1.3 KiB)
-
server
- BUILD (958 Bytes)
- rpc.go (2.0 KiB)
-
-
server
-
grpc
- BUILD (1009 Bytes)
- server.go (3.1 KiB)
-
-
service
-
ai
- BUILD (850 Bytes)
- ai.go (564 Bytes)
- ai_test.go (546 Bytes)
-
area
- BUILD (1.1 KiB)
- area.go (1.3 KiB)
- area_test.go (2.8 KiB)
-
filter
- BUILD (1.4 KiB)
- filter.go (4.1 KiB)
- filter_test.go (2.7 KiB)
-
regexp
- BUILD (1.1 KiB)
- cache.go (657 Bytes)
- regexp.go (1.1 KiB)
- regexp_test.go (5.4 KiB)
-
white
- BUILD (1.2 KiB)
- white.go (2.8 KiB)
- white_test.go (151 Bytes)
- BUILD (2.8 KiB)
- admin.go (3.5 KiB)
- ai.go (1.7 KiB)
- ai_test.go (299 Bytes)
- article.go (4.4 KiB)
- filter.go (13.7 KiB)
- filter_test.go (568 Bytes)
- hit.go (3.2 KiB)
- infoc.go (556 Bytes)
- infoc_test.go (372 Bytes)
- key.go (4.8 KiB)
- reply.go (590 Bytes)
- rubbish.go (953 Bytes)
- service.go (4.8 KiB)
- service_test.go (33.0 KiB)
-
- BUILD (826 Bytes)
- CHANGELOG.md (6.4 KiB)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (200 Bytes)
- README.md (281 Bytes)
- db.sql (8.8 KiB)
-
-
history
-
api
-
grpc
- BUILD (1.7 KiB)
- api.pb.go (85.2 KiB)
- api.proto (5.2 KiB)
- client.go (541 Bytes)
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- history-service-test.toml (1.4 KiB)
- main.go (1018 Bytes)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (2.4 KiB)
- dao_test.go (1008 Bytes)
- databus.go (464 Bytes)
- databus_test.go (514 Bytes)
- redis.go (10.0 KiB)
- redis_test.go (3.4 KiB)
- tidb.go (7.1 KiB)
- tidb_test.go (4.5 KiB)
-
model
- BUILD (1.4 KiB)
- history.pb.go (29.7 KiB)
- history.proto (2.3 KiB)
- model.go (253 Bytes)
-
server
-
grpc
- BUILD (810 Bytes)
- server.go (400 Bytes)
-
http
- BUILD (1.1 KiB)
- history.go (1.4 KiB)
- http.go (1015 Bytes)
-
-
service
- BUILD (1.7 KiB)
- history.go (6.4 KiB)
- history_test.go (1.9 KiB)
- service.go (1.5 KiB)
- service_test.go (308 Bytes)
- user.go (1.6 KiB)
- user_test.go (586 Bytes)
- BUILD (724 Bytes)
- CHANGELOG.md (840 Bytes)
- CONTRIBUTORS.md (160 Bytes)
- OWNERS (299 Bytes)
- README.md (103 Bytes)
-
-
identify
-
api
-
grpc
- BUILD (1.6 KiB)
- api.pb.go (31.0 KiB)
- api.proto (1.8 KiB)
- client.go (762 Bytes)
- string.go (505 Bytes)
- string_test.go (184 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- identify-service-test.toml (1.7 KiB)
- main.go (1.5 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (1.4 KiB)
- dao_test.go (1.6 KiB)
- memcache.go (2.5 KiB)
- memcache_test.go (3.2 KiB)
- passport.go (1.8 KiB)
- passport_test.go (836 Bytes)
-
model
- BUILD (1.3 KiB)
- model.pb.go (8.9 KiB)
- model.proto (496 Bytes)
- user_act_log.go (717 Bytes)
-
server
-
grpc
- BUILD (957 Bytes)
- server.go (2.0 KiB)
-
http
- BUILD (1.1 KiB)
- http.go (981 Bytes)
- identify.go (1.0 KiB)
-
-
service
- BUILD (1.7 KiB)
- identify.go (4.0 KiB)
- identify_test.go (1.8 KiB)
- service.go (3.1 KiB)
- service_test.go (2.1 KiB)
- BUILD (732 Bytes)
- CHANGELOG.md (1.3 KiB)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (206 Bytes)
- README.md (294 Bytes)
-
-
identify-game
-
api
-
grpc
-
v1
- BUILD (1.8 KiB)
- api.pb.go (38.7 KiB)
- api.proto (1.3 KiB)
- client.go (518 Bytes)
- client_test.go (734 Bytes)
-
-
-
cmd
- BUILD (1.2 KiB)
- identify-game-service.toml (1.3 KiB)
- main.go (1.3 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (1.1 KiB)
- dao_test.go (886 Bytes)
- memcache.go (1.5 KiB)
- memcache_test.go (1.4 KiB)
- passport.go (3.6 KiB)
- passport_test.go (1.2 KiB)
-
model
- BUILD (1.4 KiB)
- cloud.go (147 Bytes)
- rpc.go (123 Bytes)
- token.pb.go (18.7 KiB)
- token.proto (677 Bytes)
-
rpc
-
client
- BUILD (936 Bytes)
- client.go (613 Bytes)
- client_test.go (535 Bytes)
-
server
- BUILD (921 Bytes)
- identify.go (286 Bytes)
- rpc.go (588 Bytes)
-
-
server
-
grpc
- BUILD (832 Bytes)
- service.go (906 Bytes)
-
http
- BUILD (1.1 KiB)
- cloud.go (129 Bytes)
- http.go (1.1 KiB)
- identify.go (1.5 KiB)
-
-
service
- BUILD (1.6 KiB)
- cloud.go (216 Bytes)
- cloud_test.go (338 Bytes)
- identify.go (2.5 KiB)
- identify_test.go (2.5 KiB)
- service.go (1.2 KiB)
- BUILD (916 Bytes)
- CHANGELOG.MD (527 Bytes)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (217 Bytes)
- README.md (206 Bytes)
-
-
location
-
api
- BUILD (1.2 KiB)
- api.pb.go (18.8 KiB)
- api.proto (470 Bytes)
- client.go (504 Bytes)
-
cmd
- BUILD (1.3 KiB)
- convey-test.toml (2.7 KiB)
- location-example.toml (1.9 KiB)
- main.go (1.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (6.1 KiB)
- dao_test.go (1015 Bytes)
- redis.go (2.0 KiB)
- redis_test.go (1.6 KiB)
- zlimit.go (3.8 KiB)
- zlimit_test.go (1.3 KiB)
-
model
- BUILD (631 Bytes)
- anonymous.go (462 Bytes)
- ip.go (1.7 KiB)
- rpc.go (345 Bytes)
- zlimit.go (605 Bytes)
-
rpc
-
client
- BUILD (934 Bytes)
- client.go (2.2 KiB)
- client_test.go (2.4 KiB)
-
server
- BUILD (1.2 KiB)
- server.go (2.2 KiB)
- server_test.go (3.8 KiB)
-
-
server
-
grpc
- BUILD (1.3 KiB)
- server.go (1.1 KiB)
- server_test.go (1.4 KiB)
-
http
- BUILD (1.1 KiB)
- http.go (1.5 KiB)
- ip.go (1.2 KiB)
- ip_old.go (644 Bytes)
- local.go (358 Bytes)
- manager.go (170 Bytes)
- zlimit.go (3.2 KiB)
-
-
service
- BUILD (1.8 KiB)
- anonymous.go (743 Bytes)
- binary.go (6.8 KiB)
- ip.go (3.9 KiB)
- ip_old.go (2.0 KiB)
- ip_old_test.go (742 Bytes)
- ip_test.go (1011 Bytes)
- service.go (6.2 KiB)
- service_test.go (601 Bytes)
- zlimit.go (8.1 KiB)
- zlimit_test.go (717 Bytes)
-
zlimit
- BUILD (1.4 KiB)
- cache.go (2.0 KiB)
- db.go (2.3 KiB)
- zlimit.go (6.7 KiB)
- zlimit_test.go (2.0 KiB)
- BUILD (900 Bytes)
- CHANGELOG.md (4.6 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (287 Bytes)
- README.md (1.1 KiB)
-
-
member
-
api
-
gorpc
- BUILD (971 Bytes)
- block.go (748 Bytes)
- member.go (4.3 KiB)
- moral.go (840 Bytes)
- property_review.go (822 Bytes)
- realname.go (2.3 KiB)
- rpc.go (2.8 KiB)
- BUILD (2.0 KiB)
- api.pb.go (358.2 KiB)
- api.proto (18.5 KiB)
- client.go (506 Bytes)
- client_test.go (927 Bytes)
- copy.go (5.2 KiB)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.3 KiB)
- member-service-example.toml (3.6 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.0 KiB)
-
dao
-
block
- BUILD (1.8 KiB)
- dao.go (1.9 KiB)
- dao_test.go (868 Bytes)
- http.go (1.0 KiB)
- http_test.go (1.0 KiB)
- mc.go (3.7 KiB)
- mc_test.go (3.1 KiB)
- mysql.go (4.8 KiB)
- mysql_test.go (4.0 KiB)
- BUILD (2.6 KiB)
- dao.go (2.5 KiB)
- dao_test.go (777 Bytes)
- databus.go (925 Bytes)
- databus_test.go (1.0 KiB)
- exp.go (2.6 KiB)
- exp_test.go (1.8 KiB)
- hbase.go (1.5 KiB)
- hbase_test.go (1.0 KiB)
- member_log.go (1.0 KiB)
- member_log_test.go (682 Bytes)
- memcache.go (11.7 KiB)
- memcache_test.go (11.7 KiB)
- message.go (962 Bytes)
- message_test.go (686 Bytes)
- moral.go (4.0 KiB)
- moral_test.go (2.2 KiB)
- mysql.go (19.7 KiB)
- mysql_test.go (12.1 KiB)
- property_review.go (1.9 KiB)
- property_review_test.go (1.7 KiB)
- realname.go (774 Bytes)
- realname_test.go (407 Bytes)
- redis.go (1.4 KiB)
- redis_test.go (1.0 KiB)
-
-
model
-
block
- BUILD (651 Bytes)
- dao.go (854 Bytes)
- http.go (3.3 KiB)
- model.go (5.6 KiB)
- notify.go (152 Bytes)
- rpc.go (665 Bytes)
- BUILD (1.8 KiB)
- base.go (1.5 KiB)
- log.go (387 Bytes)
- member.go (871 Bytes)
- model.pb.go (28.8 KiB)
- model.proto (1.4 KiB)
- moral.go (4.6 KiB)
- official.go (2.7 KiB)
- pro.sh (317 Bytes)
- property_review.go (455 Bytes)
- realname.go (5.2 KiB)
- rpc.go (5.3 KiB)
- search.go (820 Bytes)
- user_flag.go (253 Bytes)
-
-
server
-
gorpc
- BUILD (1.6 KiB)
- block.go (865 Bytes)
- member.go (2.7 KiB)
- moral.go (871 Bytes)
- property_review.go (738 Bytes)
- realname.go (2.2 KiB)
- rpc.go (1.6 KiB)
- rpc_test.go (1.7 KiB)
-
grpc
- BUILD (1.0 KiB)
- block.go (1.5 KiB)
- exp.go (2.1 KiB)
- member.go (5.0 KiB)
- moral.go (1.7 KiB)
- property_review.go (951 Bytes)
- realname.go (2.4 KiB)
-
http
-
block
- BUILD (1.0 KiB)
- block.go (1.9 KiB)
- http.go (1.0 KiB)
- BUILD (1.4 KiB)
- base.go (9.5 KiB)
- exp.go (1.4 KiB)
- http.go (2.3 KiB)
- moral.go (926 Bytes)
- realname.go (4.1 KiB)
-
- BUILD (463 Bytes)
-
-
service
-
block
- BUILD (1.7 KiB)
- audit_log.go (1.4 KiB)
- block.go (10.3 KiB)
- block_test.go (785 Bytes)
- msg.go (4.5 KiB)
- service.go (1.2 KiB)
- service_test.go (393 Bytes)
-
crypto
- BUILD (930 Bytes)
- crypto_test.go (672 Bytes)
- realname.go (2.2 KiB)
- BUILD (2.3 KiB)
- base.go (4.7 KiB)
- exp.go (4.3 KiB)
- member.go (4.8 KiB)
- member_test.go (1.0 KiB)
- moral.go (9.7 KiB)
- property_review.go (1.9 KiB)
- realname.go (19.9 KiB)
- realname_test.go (3.7 KiB)
- service.go (1.3 KiB)
- service_test.go (311 Bytes)
- user_flag.go (490 Bytes)
-
- BUILD (648 Bytes)
- CHANGELOG.md (7.6 KiB)
- CONTRIBUTORS.md (219 Bytes)
- OWNERS (292 Bytes)
- README.md (59 Bytes)
-
-
msm
-
cmd
- BUILD (944 Bytes)
- main.go (862 Bytes)
- msm-service-example.toml (672 Bytes)
-
conf
- BUILD (886 Bytes)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.4 KiB)
- app_auth.go (1.6 KiB)
- app_auth_test.go (751 Bytes)
- dao.go (565 Bytes)
- dao_test.go (681 Bytes)
- mysql.go (2.6 KiB)
- mysql_test.go (798 Bytes)
- tree.go (2.4 KiB)
- tree_test.go (763 Bytes)
-
http
- BUILD (1.1 KiB)
- app_auth.go (572 Bytes)
- config.go (868 Bytes)
- credential.go (864 Bytes)
- ecode.go (693 Bytes)
- http.go (1.1 KiB)
-
model
- BUILD (639 Bytes)
- app_auth.go (976 Bytes)
- model.go (2.0 KiB)
-
service
- BUILD (1.6 KiB)
- app_auth.go (3.0 KiB)
- app_auth_test.go (934 Bytes)
- config.go (743 Bytes)
- config_test.go (589 Bytes)
- ecode.go (4.8 KiB)
- ecode_test.go (1.5 KiB)
- router.go (1.0 KiB)
- router_test.go (262 Bytes)
- service.go (1.5 KiB)
- service_test.go (316 Bytes)
- BUILD (578 Bytes)
- CHANGELOG.md (1009 Bytes)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (246 Bytes)
- README.md (493 Bytes)
-
-
open
-
api
-
grpc
-
v1
- BUILD (1.2 KiB)
- api.pb.go (36.3 KiB)
- api.proto (657 Bytes)
- client.go (499 Bytes)
-
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- open-service-test.toml (566 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.3 KiB)
- app.go (337 Bytes)
- app_test.go (306 Bytes)
- dao.go (875 Bytes)
- dao_test.go (695 Bytes)
- memcache.go (1.3 KiB)
- memcache_test.go (1.2 KiB)
-
model
- BUILD (592 Bytes)
- app.go (292 Bytes)
-
server
-
grpc
- BUILD (850 Bytes)
- server.go (1.3 KiB)
-
http
- BUILD (924 Bytes)
- app.go (466 Bytes)
- http.go (842 Bytes)
-
-
service
- BUILD (998 Bytes)
- app.go (1.8 KiB)
- service.go (682 Bytes)
- verify.go (1.4 KiB)
- BUILD (703 Bytes)
- CHANGELOG.md (362 Bytes)
- CONTRIBUTORS.md (81 Bytes)
- OWNERS (222 Bytes)
- README.md (0 Bytes)
-
-
passport
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- passport-service.toml (2.6 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (968 Bytes)
- dao_test.go (640 Bytes)
- hbase_face.go (4.2 KiB)
- hbase_face_test.go (2.5 KiB)
- hbase_login_log.go (3.5 KiB)
- hbase_login_log_test.go (1.7 KiB)
- hbase_pwd.go (2.1 KiB)
- row_key.go (1.4 KiB)
- row_key_test.go (1.1 KiB)
-
http
- BUILD (1.1 KiB)
- face.go (868 Bytes)
- http.go (1.2 KiB)
- login_log.go (695 Bytes)
- pwd.go (371 Bytes)
-
model
- BUILD (672 Bytes)
- face.go (354 Bytes)
- login_log.go (886 Bytes)
- pwd.go (236 Bytes)
- rpc.go (107 Bytes)
-
rpc
-
client
- BUILD (976 Bytes)
- client.go (642 Bytes)
- client_test.go (762 Bytes)
-
server
- BUILD (1.4 KiB)
- rpc.go (869 Bytes)
- rpc_test.go (790 Bytes)
-
-
service
- BUILD (1.2 KiB)
- face.go (537 Bytes)
- login_log.go (1.2 KiB)
- login_log_test.go (944 Bytes)
- pwd.go (1.0 KiB)
- service.go (554 Bytes)
- service_test.go (235 Bytes)
- BUILD (726 Bytes)
- CHANGELOG.MD (752 Bytes)
- CONTRIBUTORS.md (88 Bytes)
- OWNERS (224 Bytes)
- README.md (269 Bytes)
-
-
passport-auth
-
api
-
grpc
-
v1
- BUILD (1.5 KiB)
- api.pb.go (25.5 KiB)
- api.proto (1.7 KiB)
- client.go (498 Bytes)
-
-
-
cmd
- BUILD (1.3 KiB)
- main.go (1.2 KiB)
- passport-auth-service-uat.toml (1.1 KiB)
- passport-auth-service.toml (1.2 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- cookie.go (828 Bytes)
- cookie_test.go (904 Bytes)
- dao.go (833 Bytes)
- dao_test.go (782 Bytes)
- mc.go (4.7 KiB)
- mc_test.go (4.4 KiB)
- refresh.go (1.1 KiB)
- refresh_test.go (1.4 KiB)
- token.go (886 Bytes)
- token_test.go (1.1 KiB)
-
http
- BUILD (1.0 KiB)
- cookie.go (341 Bytes)
- http.go (1020 Bytes)
- token.go (819 Bytes)
-
model
- BUILD (1.4 KiB)
- auth.pb.go (27.8 KiB)
- auth.proto (1.5 KiB)
- model.go (432 Bytes)
- proc.sh (169 Bytes)
- rpc.go (318 Bytes)
-
rpc
-
client
- BUILD (918 Bytes)
- client.go (814 Bytes)
- client_test.go (719 Bytes)
-
grpc
- BUILD (1.0 KiB)
- server.go (2.0 KiB)
-
server
- BUILD (1.4 KiB)
- rpc.go (923 Bytes)
- rpc_test.go (2.3 KiB)
-
-
service
- BUILD (1.4 KiB)
- cookie.go (2.3 KiB)
- cookie_test.go (1.0 KiB)
- generate.go (755 Bytes)
- md5.go (193 Bytes)
- service.go (965 Bytes)
- service_test.go (241 Bytes)
- token.go (3.6 KiB)
- token_test.go (615 Bytes)
- BUILD (893 Bytes)
- CHANGELOG.md (452 Bytes)
- CONTRIBUTORS.md (79 Bytes)
- OWNERS (219 Bytes)
- README.md (83 Bytes)
-
-
passport-game
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- passport-game-service.toml (2.0 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.6 KiB)
- api.go (11.1 KiB)
- api_test.go (2.4 KiB)
- cache.go (975 Bytes)
- cache_test.go (790 Bytes)
- dao.go (2.3 KiB)
- dao_test.go (653 Bytes)
- mc.go (6.0 KiB)
- mc_test.go (4.6 KiB)
- mysql.go (4.5 KiB)
- mysql_test.go (3.2 KiB)
-
http
- BUILD (1.1 KiB)
- account.go (937 Bytes)
- cache.go (935 Bytes)
- cloud.go (138 Bytes)
- http.go (1.7 KiB)
- passport.go (1.7 KiB)
- passport_login.go (1.2 KiB)
- passport_reg.go (1.6 KiB)
- sign.go (1.8 KiB)
-
model
- BUILD (1.4 KiB)
- cloud.go (147 Bytes)
- model.go (4.4 KiB)
- model.pb.go (20.0 KiB)
- model.proto (905 Bytes)
- open.go (157 Bytes)
- proto.sh (167 Bytes)
-
service
- BUILD (2.2 KiB)
- account.go (1.5 KiB)
- account_test.go (643 Bytes)
- cache.go (416 Bytes)
- md5.go (533 Bytes)
- md5_test.go (382 Bytes)
- passport.go (866 Bytes)
- passport_key.go (1.8 KiB)
- passport_key_test.go (622 Bytes)
- passport_login.go (5.4 KiB)
- passport_login_test.go (4.8 KiB)
- passport_oauth.go (4.1 KiB)
- passport_oauth_test.go (918 Bytes)
- passport_reg.go (1.0 KiB)
- passport_reg_test.go (16 Bytes)
- passport_renew_token.go (1.6 KiB)
- passport_renew_token_test.go (516 Bytes)
- passport_test.go (309 Bytes)
- region.go (692 Bytes)
- region_test.go (653 Bytes)
- rsa.go (1.5 KiB)
- rsa_test.go (1.5 KiB)
- rsa_time_hash.go (4.8 KiB)
- rsa_time_hash_test.go (918 Bytes)
- service.go (2.6 KiB)
- service_test.go (658 Bytes)
- BUILD (651 Bytes)
- CHANGELOG.md (1.3 KiB)
- CONTRIBUTORS.md (93 Bytes)
- OWNERS (244 Bytes)
- README.md (1.7 KiB)
-
-
passport-sns
-
api
- BUILD (1.8 KiB)
- api.bm.go (4.5 KiB)
- api.passportSNS.md (2.9 KiB)
- api.pb.go (68.2 KiB)
- api.proto (4.0 KiB)
-
cmd
- BUILD (955 Bytes)
- main.go (845 Bytes)
- passport-sns-service.toml (1.0 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.6 KiB)
- dao.go (961 Bytes)
- dao_test.go (1.7 KiB)
- mc.go (3.1 KiB)
- mc_test.go (4.1 KiB)
- qq.go (4.5 KiB)
- qq_test.go (2.3 KiB)
- sns.go (6.6 KiB)
- sns_test.go (7.5 KiB)
- weibo.go (1.9 KiB)
- weibo_test.go (1.9 KiB)
-
model
- BUILD (1.4 KiB)
- const.go (314 Bytes)
- proc.sh (169 Bytes)
- qq.go (507 Bytes)
- sns.go (2.0 KiB)
- sns.pb.go (18.1 KiB)
- sns.proto (791 Bytes)
- weibo.go (417 Bytes)
-
server
-
http
- BUILD (1016 Bytes)
- server.go (741 Bytes)
-
-
service
- BUILD (1.1 KiB)
- service.go (2.8 KiB)
- sns.go (10.2 KiB)
- BUILD (695 Bytes)
- CHANGELOG.md (17 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (265 Bytes)
- README.md (89 Bytes)
-
-
point
-
api
- BUILD (1.2 KiB)
- api.pb.go (124.0 KiB)
- api.proto (3.1 KiB)
-
cmd
- BUILD (1.2 KiB)
- main.go (1.3 KiB)
- point-service.toml (972 Bytes)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (1.0 KiB)
- dao_test.go (693 Bytes)
- memcache.go (1.7 KiB)
- memcache_test.go (2.0 KiB)
- mysql.go (6.7 KiB)
- mysql_test.go (5.6 KiB)
-
model
- BUILD (793 Bytes)
- model.go (559 Bytes)
- params.go (1.6 KiB)
- point.go (1.8 KiB)
- rpc.go (297 Bytes)
-
rpc
-
client
- BUILD (895 Bytes)
- rpc.go (1.7 KiB)
- rpc_test.go (15 Bytes)
-
server
- BUILD (1.0 KiB)
- rpc.go (1.9 KiB)
- rpc_test.go (15 Bytes)
-
-
server
-
grpc
- BUILD (860 Bytes)
- server.go (4.4 KiB)
-
http
- BUILD (1.2 KiB)
- http.go (1.2 KiB)
- inner.go (475 Bytes)
- outer.go (294 Bytes)
- point.go (3.0 KiB)
-
-
service
- BUILD (1.7 KiB)
- activity.go (2.8 KiB)
- activity_test.go (3.5 KiB)
- config.go (889 Bytes)
- config_test.go (1.5 KiB)
- point.go (5.6 KiB)
- point_test.go (11.6 KiB)
- service.go (1.5 KiB)
- service_test.go (301 Bytes)
- BUILD (815 Bytes)
- CHANGELOG.md (398 Bytes)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (213 Bytes)
- README.md (109 Bytes)
-
-
push
-
api
-
gorpc
- BUILD (727 Bytes)
- client.go (3.0 KiB)
-
grpc
-
v1
- BUILD (1.7 KiB)
- api.pb.go (107.6 KiB)
- api.proto (3.0 KiB)
- client.go (532 Bytes)
- client_test.go (1.2 KiB)
-
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.3 KiB)
- push-service-test.toml (3.4 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (3.2 KiB)
-
dao
-
apns2
- BUILD (1.2 KiB)
- client.go (8.2 KiB)
- client_test.go (8.9 KiB)
- notification.go (3.2 KiB)
-
fcm
- BUILD (870 Bytes)
- client.go (2.4 KiB)
- client_test.go (2.0 KiB)
- model.go (10.8 KiB)
-
huawei
- BUILD (1.1 KiB)
- access.go (1.6 KiB)
- access_test.go (642 Bytes)
- client.go (4.0 KiB)
- client_test.go (1000 Bytes)
- message.go (4.1 KiB)
-
jpush
- BUILD (1.2 KiB)
- audience.go (841 Bytes)
- callback.go (1.8 KiB)
- client.go (2.1 KiB)
- client_test.go (1.2 KiB)
- errcode.go (220 Bytes)
- message.go (709 Bytes)
- notice.go (2.6 KiB)
- option.go (977 Bytes)
- payload.go (1.1 KiB)
- platform.go (587 Bytes)
- report.go (14 Bytes)
- schedule.go (14 Bytes)
-
mi
- BUILD (1.1 KiB)
- client.go (5.6 KiB)
- client_test.go (2.3 KiB)
- constant.go (3.6 KiB)
- notification.go (6.6 KiB)
-
oppo
- BUILD (1.1 KiB)
- auth.go (1.5 KiB)
- client.go (4.9 KiB)
- client_test.go (2.0 KiB)
- define.go (3.0 KiB)
- BUILD (2.8 KiB)
- client.go (5.4 KiB)
- client_test.go (586 Bytes)
- dao.go (8.0 KiB)
- dao_test.go (1.8 KiB)
- databus.go (917 Bytes)
- databus_test.go (520 Bytes)
- mc.cache.go (2.9 KiB)
- memcache.go (7.6 KiB)
- memcache_test.go (3.7 KiB)
- mysql.go (7.7 KiB)
- mysql_report.go (7.8 KiB)
- mysql_setting.go (1.3 KiB)
- mysql_test.go (5.4 KiB)
- push.go (12.0 KiB)
- push_test.go (2.2 KiB)
- redis.go (360 Bytes)
- redis_test.go (251 Bytes)
- report.go (3.4 KiB)
- report_test.go (663 Bytes)
-
-
model
- BUILD (1.1 KiB)
- brands.go (679 Bytes)
- constants.go (5.0 KiB)
- functions.go (5.4 KiB)
- model.go (5.6 KiB)
- model_test.go (2.7 KiB)
- platforms.go (1.5 KiB)
- rpc.go (1.2 KiB)
- settings.go (260 Bytes)
-
server
-
gorpc
- BUILD (1.3 KiB)
- server.go (4.3 KiB)
- server_test.go (2.1 KiB)
-
grpc
- BUILD (864 Bytes)
- server.go (6.0 KiB)
-
http
- BUILD (1.2 KiB)
- http.go (1.1 KiB)
- push.go (8.0 KiB)
- setting.go (885 Bytes)
- upload.go (900 Bytes)
-
-
service
- BUILD (2.3 KiB)
- business.go (1.6 KiB)
- callback.go (996 Bytes)
- progress.go (2.6 KiB)
- push.go (24.0 KiB)
- report.go (3.2 KiB)
- service.go (4.4 KiB)
- service_test.go (5.5 KiB)
- setting.go (1.0 KiB)
- task.go (3.3 KiB)
- upload.go (2.1 KiB)
- BUILD (814 Bytes)
- CHANGELOG.md (955 Bytes)
- CONTRIBUTORS.md (63 Bytes)
- OWNERS (231 Bytes)
- README.md (169 Bytes)
-
-
push-strategy
-
cmd
- BUILD (1.1 KiB)
- main.go (1.1 KiB)
- push-strategy-test.toml (1.8 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.7 KiB)
- dao.go (2.1 KiB)
- dao_test.go (825 Bytes)
- memcache.go (2.6 KiB)
- memcache_test.go (1.3 KiB)
- mysql.go (5.7 KiB)
- mysql_test.go (1.8 KiB)
- redis.go (4.9 KiB)
- redis_test.go (1.7 KiB)
- wechat.go (1.9 KiB)
- wechat_test.go (608 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (834 Bytes)
- task.go (3.0 KiB)
-
model
- BUILD (668 Bytes)
- model.go (147 Bytes)
-
service
- BUILD (1.6 KiB)
- service.go (3.5 KiB)
- service_test.go (1.6 KiB)
- task.go (11.5 KiB)
- BUILD (638 Bytes)
- CHANGELOG.md (1.0 KiB)
- CONTRIBUTORS.md (63 Bytes)
- OWNERS (212 Bytes)
- README.md (215 Bytes)
-
-
rank
-
api
-
gorpc
- BUILD (725 Bytes)
- rank.go (898 Bytes)
-
http
- api.md (17 Bytes)
-
-
cmd
- BUILD (1.4 KiB)
- main.go (1.7 KiB)
- rank-service.toml (2.5 KiB)
- test.toml (2.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (815 Bytes)
- dao_test.go (681 Bytes)
- mysql.go (6.0 KiB)
- mysql_test.go (3.2 KiB)
-
model
- BUILD (1.4 KiB)
- model.go (3.9 KiB)
- model.pb.go (16.2 KiB)
- model.proto (1.1 KiB)
-
server
-
gorpc
- BUILD (904 Bytes)
- rpc.go (1.2 KiB)
-
grpc
- BUILD (601 Bytes)
- server.go (22 Bytes)
-
http
- BUILD (984 Bytes)
- http.go (2.2 KiB)
-
-
service
- BUILD (1.5 KiB)
- all.go (4.3 KiB)
- all_test.go (504 Bytes)
- api.go (3.5 KiB)
- api_test.go (1.4 KiB)
- incr.go (3.9 KiB)
- service.go (5.7 KiB)
- service_test.go (2.7 KiB)
- BUILD (758 Bytes)
- CHANGELOG.md (111 Bytes)
- CONTRIBUTORS.md (87 Bytes)
- OWNERS (233 Bytes)
- README.md (168 Bytes)
-
-
relation
-
api
- BUILD (1.6 KiB)
- api.pb.go (231.5 KiB)
- api.proto (6.1 KiB)
- client.go (482 Bytes)
- copy_autogenerated.go (6.3 KiB)
-
cmd
- BUILD (1.2 KiB)
- main.go (1.3 KiB)
- relation-service-example.toml (3.3 KiB)
-
conf
- BUILD (1.5 KiB)
- conf.go (3.2 KiB)
-
dao
- BUILD (2.3 KiB)
- audit.go (956 Bytes)
- audit_test.go (464 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (639 Bytes)
- localcache.go (2.0 KiB)
- localcache_test.go (896 Bytes)
- memcache.go (10.7 KiB)
- memcache_test.go (8.9 KiB)
- mysql.go (18.2 KiB)
- mysql_test.go (12.7 KiB)
- prompt_redis.go (2.1 KiB)
- prompt_redis_test.go (2.3 KiB)
- recent_redis.go (2.0 KiB)
- recent_redis_test.go (2.0 KiB)
- redis.go (8.6 KiB)
- redis_test.go (5.9 KiB)
- relation_log.go (2.5 KiB)
- relation_log_test.go (2.2 KiB)
-
http
- BUILD (1.5 KiB)
- black.go (1.7 KiB)
- follower.go (1.5 KiB)
- following.go (3.3 KiB)
- http.go (3.7 KiB)
- monitor.go (912 Bytes)
- relation.go (1.2 KiB)
- stat.go (2.3 KiB)
- tag.go (664 Bytes)
- whisper.go (1.8 KiB)
-
model
-
i64b
- BUILD (689 Bytes)
- xints.go (2.0 KiB)
- xints_test.go (1.3 KiB)
-
sets
- BUILD (637 Bytes)
- int64.go (4.0 KiB)
- sets.go (46 Bytes)
- BUILD (2.0 KiB)
- achieve.go (204 Bytes)
- addit.go (238 Bytes)
- attr.go (1.1 KiB)
- audit.go (458 Bytes)
- following.go (2.1 KiB)
- log.go (503 Bytes)
- model.pb.go (83.4 KiB)
- model.proto (3.7 KiB)
- rpc.go (2.0 KiB)
- stat.go (1.0 KiB)
-
-
rpc
-
client
- BUILD (738 Bytes)
- relation.go (8.8 KiB)
-
server
- BUILD (918 Bytes)
- rpc.go (8.0 KiB)
-
-
server
-
grpc
- BUILD (1.5 KiB)
- server.go (12.5 KiB)
- server_test.go (16.0 KiB)
-
-
service
- BUILD (1.7 KiB)
- achieve.go (2.2 KiB)
- aes.go (1.9 KiB)
- audit.go (1.6 KiB)
- black.go (7.4 KiB)
- follower.go (7.8 KiB)
- following.go (12.8 KiB)
- infoc.go (2.2 KiB)
- monitor.go (910 Bytes)
- prompt.go (744 Bytes)
- relation.go (1.3 KiB)
- service.go (1.4 KiB)
- stat.go (3.0 KiB)
- tag.go (10.4 KiB)
- whisper.go (6.4 KiB)
- .gitignore (526 Bytes)
- BUILD (838 Bytes)
- CHANGELOG.md (4.4 KiB)
- CONTRIBUTORS.md (89 Bytes)
- Makefile (114 Bytes)
- OWNERS (215 Bytes)
- README.md (268 Bytes)
-
-
reply-feed
-
api
- BUILD (1.2 KiB)
- api.pb.go (25.4 KiB)
- api.proto (547 Bytes)
- client.go (511 Bytes)
-
cmd
- BUILD (1.2 KiB)
- main.go (1.0 KiB)
- test.toml (1.3 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.9 KiB)
-
dao
- BUILD (1.4 KiB)
- dao.go (835 Bytes)
- dao_test.go (693 Bytes)
- db.go (7.3 KiB)
- db_test.go (4.4 KiB)
- redis.go (1.9 KiB)
- redis_test.go (2.2 KiB)
-
model
- BUILD (651 Bytes)
- model.go (6.0 KiB)
-
server
-
grpc
- BUILD (814 Bytes)
- server.go (421 Bytes)
-
http
- BUILD (1.0 KiB)
- http.go (5.7 KiB)
-
-
service
- BUILD (1.1 KiB)
- admin.go (4.0 KiB)
- reply.go (2.6 KiB)
- service.go (3.8 KiB)
- BUILD (743 Bytes)
- CHANGELOG.md (681 Bytes)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (214 Bytes)
- README.md (87 Bytes)
-
-
resource
-
api
-
v1
- BUILD (1.2 KiB)
- api.pb.go (27.4 KiB)
- api.proto (1.2 KiB)
- client.go (544 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.2 KiB)
- resource-service-test.toml (3.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
-
abtest
- BUILD (1.3 KiB)
- abtest.go (851 Bytes)
- abtest_test.go (1.1 KiB)
- dao.go (475 Bytes)
- dao_test.go (919 Bytes)
-
ads
- BUILD (1.5 KiB)
- dao.go (686 Bytes)
- dao_test.go (1.3 KiB)
- redis.go (2.2 KiB)
- redis_test.go (1.6 KiB)
- vdoad.go (1.5 KiB)
- vdoad_test.go (1018 Bytes)
-
alarm
- BUILD (1.4 KiB)
- dao.go (1.9 KiB)
- dao_test.go (1.3 KiB)
- wechat.go (5.3 KiB)
- wechat_test.go (2.6 KiB)
-
cpm
- BUILD (1.4 KiB)
- cpm.go (1.6 KiB)
- cpm_test.go (1.4 KiB)
- dao.go (545 Bytes)
- dao_test.go (916 Bytes)
-
manager
- BUILD (1.2 KiB)
- dao.go (391 Bytes)
- dao_test.go (714 Bytes)
- special.go (731 Bytes)
- special_test.go (500 Bytes)
-
resource
- BUILD (1.4 KiB)
- banner.go (3.2 KiB)
- banner_test.go (2.0 KiB)
- dao.go (614 Bytes)
- dao_test.go (1.1 KiB)
- resource.go (10.6 KiB)
- resource_test.go (7.8 KiB)
-
show
- BUILD (1.5 KiB)
- audit.go (639 Bytes)
- audit_test.go (1018 Bytes)
- card.go (2.4 KiB)
- card_test.go (1.9 KiB)
- dao.go (484 Bytes)
- dao_test.go (968 Bytes)
- relate.go (1.3 KiB)
- relate_test.go (439 Bytes)
- sidebar.go (1.3 KiB)
- sidebar_test.go (1006 Bytes)
-
-
http
- BUILD (1.1 KiB)
- ads.go (1.6 KiB)
- banner.go (1.2 KiB)
- http.go (1.7 KiB)
- local.go (683 Bytes)
- resource.go (1.6 KiB)
-
model
- BUILD (1.2 KiB)
- abtest.go (453 Bytes)
- ads.go (2.3 KiB)
- archive.go (2.5 KiB)
- banner.go (4.2 KiB)
- const.go (3.3 KiB)
- cpm.go (2.5 KiB)
- databus.go (665 Bytes)
- relate.go (1016 Bytes)
- resource.go (4.0 KiB)
- resource_test.go (69 Bytes)
- rpc.go (759 Bytes)
- show.go (6.1 KiB)
-
rpc
-
client
- BUILD (976 Bytes)
- client.go (3.3 KiB)
- client_test.go (4.2 KiB)
-
server
- BUILD (1.3 KiB)
- server.go (3.3 KiB)
- server_test.go (5.5 KiB)
-
-
server
-
grpc
- BUILD (811 Bytes)
- server.go (444 Bytes)
-
-
service
- BUILD (2.7 KiB)
- abtest.go (1.2 KiB)
- ads.go (6.0 KiB)
- ads_test.go (829 Bytes)
- archive.go (3.9 KiB)
- banner.go (7.3 KiB)
- banner_test.go (797 Bytes)
- relate.go (798 Bytes)
- relate_test.go (385 Bytes)
- resource.go (6.9 KiB)
- resource_test.go (1.3 KiB)
- service.go (8.2 KiB)
- service_test.go (614 Bytes)
- show.go (4.0 KiB)
- special.go (2.2 KiB)
- special_test.go (484 Bytes)
- BUILD (1.2 KiB)
- CHANGELOG.md (8.4 KiB)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (231 Bytes)
- README.md (1.0 KiB)
-
-
riot-search
-
api
-
http
- api.md (17 Bytes)
-
-
benchmark
- BUILD (1.0 KiB)
- benchmark.go (3.6 KiB)
-
cmd
- BUILD (1.0 KiB)
- main.go (798 Bytes)
- test.toml (1.3 KiB)
- ut.toml (629 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (2.0 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (2.1 KiB)
- dao_test.go (1.6 KiB)
- indexer.go (445 Bytes)
- indexer_test.go (968 Bytes)
- searcher.go (2.5 KiB)
- searcher_test.go (1.5 KiB)
-
model
- BUILD (601 Bytes)
- model.go (1.6 KiB)
-
server
-
http
- BUILD (1012 Bytes)
- http.go (1.8 KiB)
-
-
service
- BUILD (1.0 KiB)
- databus.go (1.7 KiB)
- load.go (1.8 KiB)
- search.go (542 Bytes)
- service.go (788 Bytes)
- BUILD (694 Bytes)
- CHANGELOG.md (150 Bytes)
- CONTRIBUTORS.md (124 Bytes)
- OWNERS (268 Bytes)
- README.md (593 Bytes)
- swagger.json (5.2 KiB)
-
-
search
-
cmd
- BUILD (1.0 KiB)
- main.go (1.0 KiB)
- search-service-test.toml (1.3 KiB)
-
conf
- BUILD (930 Bytes)
- conf.go (1.7 KiB)
-
dao
- BUILD (1.5 KiB)
- dao.go (1.9 KiB)
- dao_test.go (1.0 KiB)
- dm_date.go (971 Bytes)
- dm_history.go (1.1 KiB)
- dm_search.go (1.7 KiB)
- es.go (3.9 KiB)
- pgc.go (4.6 KiB)
- reply.go (1.2 KiB)
- sms.go (1.5 KiB)
-
http
- BUILD (1.2 KiB)
- dm_date.go (633 Bytes)
- dm_search.go (673 Bytes)
- dm_update.go (1.6 KiB)
- dmhistory_search.go (818 Bytes)
- http.go (1.1 KiB)
- pgc_search.go (842 Bytes)
- pgc_update.go (1.6 KiB)
- reply_search.go (984 Bytes)
- reply_update.go (1.1 KiB)
-
model
- BUILD (735 Bytes)
- dm_date.go (342 Bytes)
- dm_history.go (327 Bytes)
- dm_search.go (1.2 KiB)
- es.go (1.0 KiB)
- pgc.go (2.5 KiB)
- reply.go (909 Bytes)
- rpc.go (203 Bytes)
-
service
- BUILD (1.4 KiB)
- dm_date.go (476 Bytes)
- dm_history.go (498 Bytes)
- dm_search.go (478 Bytes)
- pgc.go (498 Bytes)
- pgc_test.go (364 Bytes)
- reply.go (564 Bytes)
- reply_test.go (364 Bytes)
- service.go (449 Bytes)
- service_test.go (309 Bytes)
- update.go (769 Bytes)
- BUILD (596 Bytes)
- CHANGELOG.md (525 Bytes)
- CONTRIBUTORS.md (104 Bytes)
- OWNERS (259 Bytes)
- README.md (283 Bytes)
-
-
secure
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- secure-service-test.toml (2.3 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.6 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.3 KiB)
- dao_test.go (782 Bytes)
- hbase.go (4.4 KiB)
- hbase_test.go (1.6 KiB)
- http.go (678 Bytes)
- http_test.go (284 Bytes)
- memcache.go (1.3 KiB)
- memcache_test.go (2.2 KiB)
- redis.go (5.5 KiB)
- redis_test.go (4.0 KiB)
-
http
- BUILD (955 Bytes)
- http.go (1.3 KiB)
- remotelogin.go (2.3 KiB)
-
model
- BUILD (1.4 KiB)
- locs.pb.go (9.4 KiB)
- locs.proto (368 Bytes)
- log.go (1.5 KiB)
-
rpc
-
client
- BUILD (915 Bytes)
- secure.go (1.3 KiB)
- secure_test.go (736 Bytes)
-
server
- BUILD (855 Bytes)
- rpc.go (1.4 KiB)
-
-
service
- BUILD (1.5 KiB)
- remotelogin.go (7.1 KiB)
- remotelogin_test.go (4.2 KiB)
- service.go (2.8 KiB)
- BUILD (723 Bytes)
- CHANGELOG.md (1.0 KiB)
- CONTRIBUTORS.md (132 Bytes)
- OWNERS (234 Bytes)
- README.md (107 Bytes)
-
-
seq-server
-
cmd
- BUILD (1.3 KiB)
- main.go (1.8 KiB)
- seq-server-test.toml (2.0 KiB)
-
conf
- BUILD (988 Bytes)
- conf.go (1.4 KiB)
-
dao
- BUILD (1.2 KiB)
- dao.go (583 Bytes)
- dao_test.go (640 Bytes)
- seq.go (2.1 KiB)
- seq_test.go (1.6 KiB)
-
http
- BUILD (972 Bytes)
- http.go (1.1 KiB)
- seq.go (1.6 KiB)
-
model
- BUILD (608 Bytes)
- model.go (768 Bytes)
-
rpc
-
client
- BUILD (940 Bytes)
- client.go (747 Bytes)
- client_test.go (1.0 KiB)
-
server
- BUILD (884 Bytes)
- rpc.go (1.4 KiB)
-
-
service
- BUILD (1.3 KiB)
- number.go (1.4 KiB)
- seq.go (1.5 KiB)
- service.go (2.7 KiB)
- service_test.go (543 Bytes)
- BUILD (742 Bytes)
- CHANGELOG.md (622 Bytes)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (193 Bytes)
- README.md (166 Bytes)
-
-
share
-
api
- BUILD (1.7 KiB)
- api.pb.go (14.4 KiB)
- api.proto (375 Bytes)
- client.go (480 Bytes)
- client_test.go (815 Bytes)
-
cmd
- BUILD (1.0 KiB)
- main.go (1001 Bytes)
- share-service-test.toml (2.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.8 KiB)
- dao.go (1.5 KiB)
- dao_test.go (827 Bytes)
- databus.go (640 Bytes)
- databus_test.go (653 Bytes)
- mysql.go (1.7 KiB)
- mysql_test.go (1011 Bytes)
- redis.go (2.9 KiB)
- redis_test.go (2.4 KiB)
- share.go (2.0 KiB)
- share_test.go (1.4 KiB)
-
model
- BUILD (595 Bytes)
- model.go (1.0 KiB)
-
server
-
grpc
- BUILD (860 Bytes)
- server.go (900 Bytes)
-
http
- BUILD (1.1 KiB)
- http.go (1.0 KiB)
- share.go (1.3 KiB)
-
-
service
- BUILD (1.3 KiB)
- service.go (1.2 KiB)
- service_test.go (861 Bytes)
- share.go (1.5 KiB)
- BUILD (703 Bytes)
- CHANGELOG.md (731 Bytes)
- CONTRIBUTORS.md (102 Bytes)
- OWNERS (238 Bytes)
- README.md (385 Bytes)
-
-
sms
-
api
-
gorpc
- BUILD (896 Bytes)
- client.go (776 Bytes)
- client_test.go (14 Bytes)
-
http
- api.md (0 Bytes)
- BUILD (1.7 KiB)
- api.pb.go (93.6 KiB)
- api.proto (4.3 KiB)
- client.go (529 Bytes)
-
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- sms-service-test.toml (1.9 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (1.3 KiB)
- dao.go (753 Bytes)
- dao_test.go (1.7 KiB)
- databus.go (894 Bytes)
- mysql.go (2.3 KiB)
-
model
- BUILD (1.4 KiB)
- constant.go (1.9 KiB)
- model.pb.go (51.8 KiB)
- model.proto (2.1 KiB)
- rpc.go (815 Bytes)
-
server
-
gorpc
- BUILD (1.2 KiB)
- rpc.go (1.1 KiB)
- rpc_test.go (14 Bytes)
-
grpc
- BUILD (793 Bytes)
- server.go (382 Bytes)
-
http
- BUILD (969 Bytes)
- http.go (1.0 KiB)
- sms.go (406 Bytes)
-
-
service
- BUILD (1.5 KiB)
- service.go (1.6 KiB)
- sms.go (3.4 KiB)
- sms_test.go (1.2 KiB)
- task.go (2.7 KiB)
- BUILD (743 Bytes)
- CHANGELOG.md (728 Bytes)
- CONTRIBUTORS.md (78 Bytes)
- OWNERS (223 Bytes)
- README.md (260 Bytes)
-
-
spy
-
api
- BUILD (1.4 KiB)
- api.pb.go (165.9 KiB)
- api.proto (3.8 KiB)
- client.go (498 Bytes)
- copy.go (27.7 KiB)
- doc.go (41 Bytes)
-
cmd
- BUILD (1.3 KiB)
- main.go (1.4 KiB)
- spy-service-test.toml (4.8 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (3.7 KiB)
- conf_test.go (411 Bytes)
-
dao
- BUILD (1.9 KiB)
- account.go (3.7 KiB)
- account_test.go (2.1 KiB)
- audit.go (974 Bytes)
- audit_test.go (515 Bytes)
- bilibili_card.go (907 Bytes)
- bilibili_card_test.go (551 Bytes)
- dao.go (1.9 KiB)
- dao_test.go (685 Bytes)
- databus.go (396 Bytes)
- databus_test.go (498 Bytes)
- memcache.go (2.4 KiB)
- memcache_test.go (2.3 KiB)
- mysql.go (16.1 KiB)
- mysql_test.go (13.0 KiB)
- qcloud.go (2.3 KiB)
- qcloud_test.go (2.3 KiB)
- redis.go (2.2 KiB)
- redis_test.go (2.4 KiB)
-
model
- BUILD (1.1 KiB)
- account.go (747 Bytes)
- config.go (803 Bytes)
- databus.go (467 Bytes)
- event.go (279 Bytes)
- eventmsg.go (558 Bytes)
- factor.go (314 Bytes)
- factor_group.go (165 Bytes)
- params.go (123 Bytes)
- punishment.go (289 Bytes)
- qcloud.go (338 Bytes)
- risk.go (339 Bytes)
- rpc.go (1.0 KiB)
- service.go (234 Bytes)
- spy.go (143 Bytes)
- stat.go (171 Bytes)
- user_event_history.go (353 Bytes)
- user_info.go (689 Bytes)
-
rpc
-
client
- BUILD (955 Bytes)
- spy.go (2.5 KiB)
- spy_test.go (1.1 KiB)
-
server
- BUILD (898 Bytes)
- rpc.go (2.8 KiB)
-
-
server
-
grpc
- BUILD (852 Bytes)
- server.go (4.5 KiB)
-
http
- BUILD (1.0 KiB)
- http.go (1.2 KiB)
- spy.go (2.2 KiB)
-
-
service
- BUILD (2.1 KiB)
- account.go (1.1 KiB)
- block.go (3.9 KiB)
- block_test.go (3.3 KiB)
- rule.go (12.0 KiB)
- rule_test.go (18.4 KiB)
- service.go (5.2 KiB)
- service_test.go (3.9 KiB)
- spy.go (18.6 KiB)
- stat.go (1.2 KiB)
- BUILD (795 Bytes)
- CHANGELOG.md (1.4 KiB)
- CONTRIBUTORS.md (90 Bytes)
- OWNERS (229 Bytes)
- README.md (288 Bytes)
-
-
tag
-
api
- BUILD (1.6 KiB)
- api.pb.go (25.6 KiB)
- api.proto (1.5 KiB)
- channel.pb.go (42.1 KiB)
- channel.proto (2.1 KiB)
- client.go (482 Bytes)
- reply.pb.go (72.1 KiB)
- reply.proto (1.1 KiB)
- request.pb.go (85.3 KiB)
- request.proto (2.6 KiB)
- tag.pb.go (33.4 KiB)
- tag.proto (1.9 KiB)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.3 KiB)
- tag.toml (5.4 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (3.3 KiB)
-
dao
- BUILD (2.2 KiB)
- action.go (1.2 KiB)
- action_redis.go (3.5 KiB)
- action_redis_test.go (3.7 KiB)
- action_test.go (1.1 KiB)
- channel.go (3.2 KiB)
- channel_mc.go (1.4 KiB)
- channel_mc_test.go (1.1 KiB)
- channel_test.go (1.8 KiB)
- dao.go (2.7 KiB)
- dao_test.go (680 Bytes)
- limit.go (1.1 KiB)
- limit_test.go (924 Bytes)
- ranking.go (1.8 KiB)
- ranking_test.go (959 Bytes)
- report.go (3.7 KiB)
- report_test.go (2.7 KiB)
- resource.go (11.2 KiB)
- resource_log.go (3.9 KiB)
- resource_log_test.go (2.5 KiB)
- resource_mc.go (7.5 KiB)
- resource_mc_test.go (5.9 KiB)
- resource_oid_redis.go (3.6 KiB)
- resource_oid_redis_test.go (3.5 KiB)
- resource_test.go (6.5 KiB)
- sub.go (2.2 KiB)
- sub_redis.go (7.0 KiB)
- sub_redis_test.go (5.3 KiB)
- sub_sort.go (4.3 KiB)
- sub_sort_mc.go (1.6 KiB)
- sub_sort_mc_test.go (1.6 KiB)
- sub_sort_test.go (2.4 KiB)
- sub_test.go (2.2 KiB)
- tag.go (12.0 KiB)
- tag_mc.go (9.6 KiB)
- tag_mc_test.go (6.8 KiB)
- tag_test.go (8.0 KiB)
-
model
- BUILD (1.5 KiB)
- channel.go (360 Bytes)
- proto.pb.go (140.1 KiB)
- proto.proto (8.4 KiB)
- ranking.go (845 Bytes)
- report.go (683 Bytes)
- resource.go (2.7 KiB)
- rpc.go (3.7 KiB)
- subscribe.go (1.5 KiB)
- tag.go (1.7 KiB)
-
rpc
-
client
- BUILD (684 Bytes)
- client.go (9.0 KiB)
-
server
- BUILD (1.2 KiB)
- rpc.go (8.7 KiB)
- rpc_test.go (2.0 KiB)
-
-
server
-
grpc
- BUILD (953 Bytes)
- README.md (27 Bytes)
- channel.go (3.3 KiB)
- server.go (866 Bytes)
- tag.go (7.1 KiB)
-
http
- BUILD (842 Bytes)
- README.md (27 Bytes)
- http.go (661 Bytes)
-
-
service
- BUILD (2.0 KiB)
- action.go (6.0 KiB)
- action_test.go (422 Bytes)
- channel.go (1.2 KiB)
- check.go (3.3 KiB)
- report.go (3.7 KiB)
- report_test.go (389 Bytes)
- resource.go (11.3 KiB)
- resource_test.go (448 Bytes)
- service.go (1.9 KiB)
- service_test.go (1.0 KiB)
- sub.go (6.7 KiB)
- sub_sort.go (3.1 KiB)
- sub_sort_test.go (389 Bytes)
- sub_test.go (553 Bytes)
- tag.go (9.4 KiB)
- tag_test.go (616 Bytes)
- BUILD (795 Bytes)
- CHANGELOG.md (4.1 KiB)
- CONTRIBUTORS.md (133 Bytes)
- OWNERS (250 Bytes)
- README.md (91 Bytes)
-
-
thumbup
-
api
- BUILD (1.7 KiB)
- api.pb.go (137.2 KiB)
- api.proto (8.0 KiB)
- client.go (552 Bytes)
-
cmd
- BUILD (1.2 KiB)
- main.go (1.4 KiB)
- open_test_web_ui.sh (274 Bytes)
- thumbup-test.toml (2.7 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (2.4 KiB)
-
dao
- BUILD (2.2 KiB)
- cache.go (900 Bytes)
- cache_test.go (580 Bytes)
- dao.cache.go (1.5 KiB)
- dao.cache_test.go (578 Bytes)
- dao.go (4.5 KiB)
- dao_test.go (1.6 KiB)
- databus.go (2.1 KiB)
- databus_test.go (504 Bytes)
- item_likes_redis.go (6.7 KiB)
- item_likes_redis_test.go (3.6 KiB)
- memcached.go (3.5 KiB)
- memcached_test.go (2.2 KiB)
- redis.go (2.9 KiB)
- redis_test.go (2.4 KiB)
- tidb.go (14.4 KiB)
- tidb_test.go (6.6 KiB)
- user_likes_redis.go (5.4 KiB)
- user_likes_redis_test.go (3.5 KiB)
-
model
- BUILD (640 Bytes)
- rpc.go (1.1 KiB)
- thumbup.go (3.8 KiB)
-
rpc
-
client
- BUILD (796 Bytes)
- mock.go (5.7 KiB)
- thumbup.go (4.2 KiB)
-
-
server
-
gorpc
- BUILD (874 Bytes)
- rpc.go (3.5 KiB)
-
grpc
- BUILD (924 Bytes)
- server.go (4.0 KiB)
-
http
- BUILD (1.2 KiB)
- http.go (1.5 KiB)
- thumbup.go (5.4 KiB)
-
-
service
- BUILD (1.8 KiB)
- check.go (1.8 KiB)
- has_like.go (3.2 KiB)
- item_likes.go (3.2 KiB)
- like.go (2.8 KiB)
- like_test.go (2.1 KiB)
- service.go (822 Bytes)
- service_test.go (606 Bytes)
- stats.go (6.3 KiB)
- stats_test.go (616 Bytes)
- user_likes.go (2.0 KiB)
- user_likes_test.go (631 Bytes)
- BUILD (837 Bytes)
- CHANGELOG.md (2.9 KiB)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (217 Bytes)
- README.md (285 Bytes)
-
-
tv
-
api
- BUILD (1.7 KiB)
- api.pb.go (239.4 KiB)
- api.proto (10.6 KiB)
- client.go (513 Bytes)
- copy.go (28.5 KiB)
- doc.go (42 Bytes)
- generate.go (97 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (1.8 KiB)
-
internal
-
conf
- BUILD (1.1 KiB)
- conf.go (2.5 KiB)
-
dao
- BUILD (2.5 KiB)
- account.go (467 Bytes)
- account_test.go (530 Bytes)
- change_history.go (4.6 KiB)
- change_history_test.go (2.6 KiB)
- contract.go (2.7 KiB)
- contract_test.go (2.2 KiB)
- dao.cache.go (1.1 KiB)
- dao.cache_test.go (536 Bytes)
- dao.go (3.2 KiB)
- dao_test.go (1.4 KiB)
- lock.go (1.6 KiB)
- lock_test.go (865 Bytes)
- main_vip.go (1.6 KiB)
- main_vip_test.go (1018 Bytes)
- mc.cache.go (5.7 KiB)
- mc.cache.key.go (170 Bytes)
- mc.cache.key_test.go (901 Bytes)
- mc.cache_test.go (3.4 KiB)
- pay_order.go (9.6 KiB)
- pay_order_test.go (4.9 KiB)
- price_config.go (3.2 KiB)
- price_config_test.go (1.1 KiB)
- user_info.go (3.1 KiB)
- user_info_test.go (2.9 KiB)
- yst.go (3.4 KiB)
- yst_test.go (1.9 KiB)
-
model
- BUILD (990 Bytes)
- change_history.go (1.5 KiB)
- contract.go (269 Bytes)
- enum.go (1.3 KiB)
- main_vip.go (849 Bytes)
- pay_order.go (2.0 KiB)
- price_config.go (2.6 KiB)
- qr.go (835 Bytes)
- token.go (305 Bytes)
- user_info.go (2.0 KiB)
- yst.go (5.3 KiB)
-
pkg
- BUILD (740 Bytes)
- sign.go (1.7 KiB)
-
server
-
grpc
- BUILD (965 Bytes)
- server.go (6.3 KiB)
-
http
- BUILD (1023 Bytes)
- http.go (948 Bytes)
- tv.go (365 Bytes)
-
-
service
-
validator
- BUILD (887 Bytes)
- pay.go (4.8 KiB)
- sign.go (374 Bytes)
- BUILD (1.9 KiB)
- change_history.go (600 Bytes)
- change_history_test.go (1.1 KiB)
- order.go (6.5 KiB)
- order_test.go (2.2 KiB)
- panel.go (3.2 KiB)
- panel_test.go (3.6 KiB)
- pay.go (11.8 KiB)
- pay_test.go (6.9 KiB)
- qr.go (1.4 KiB)
- qr_test.go (1.6 KiB)
- service.go (4.6 KiB)
- service_test.go (634 Bytes)
- token.go (562 Bytes)
- token_test.go (680 Bytes)
- user_info.go (4.1 KiB)
- user_info_test.go (3.1 KiB)
-
-
- CHANGELOG.md (170 Bytes)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (225 Bytes)
- README.md (83 Bytes)
-
-
ugcpay
-
api
-
grpc
-
v1
- BUILD (1.5 KiB)
- api.pb.go (117.9 KiB)
- api.proto (4.5 KiB)
- client.go (507 Bytes)
-
-
http
- BUILD (722 Bytes)
- api.md (17 Bytes)
- asset.go (1.5 KiB)
- income.go (1.0 KiB)
- trade.go (406 Bytes)
-
-
cmd
- BUILD (1.0 KiB)
- main.go (902 Bytes)
- test.toml (1.4 KiB)
-
conf
- BUILD (1.3 KiB)
- conf.go (2.0 KiB)
- conf_test.go (230 Bytes)
-
dao
- BUILD (2.1 KiB)
- dao.cache.go (4.6 KiB)
- dao.cache_test.go (2.1 KiB)
- dao.go (2.5 KiB)
- dao_test.go (961 Bytes)
- grpc.go (576 Bytes)
- grpc_test.go (543 Bytes)
- http.go (2.9 KiB)
- http_test.go (1.5 KiB)
- mc.cache.go (3.6 KiB)
- mc.cache_test.go (5.9 KiB)
- mysql.go (11.1 KiB)
- mysql_test.go (9.3 KiB)
- redis.go (2.4 KiB)
- redis_test.go (3.0 KiB)
-
model
- BUILD (796 Bytes)
- account.go (919 Bytes)
- aggr.go (759 Bytes)
- asset.go (573 Bytes)
- bill.go (236 Bytes)
- log.go (223 Bytes)
- model.go (1.3 KiB)
- pay.go (3.9 KiB)
- trade.go (3.2 KiB)
-
server
-
grpc
- BUILD (1.0 KiB)
- asset.go (8.8 KiB)
-
http
- BUILD (1.2 KiB)
- asset.go (1.7 KiB)
- http.go (1.2 KiB)
- trade.go (1.6 KiB)
-
-
service
-
pay
- BUILD (1.0 KiB)
- pay.go (4.9 KiB)
- pay_test.go (2.9 KiB)
- BUILD (1.6 KiB)
- asset.go (2.5 KiB)
- income.go (2.4 KiB)
- income_test.go (562 Bytes)
- pay.go (1.6 KiB)
- service.go (1.3 KiB)
- trade.go (15.7 KiB)
-
- BUILD (774 Bytes)
- CHANGELOG.md (298 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (200 Bytes)
- README.md (202 Bytes)
-
-
ugcpay-rank
-
api
-
http
- BUILD (685 Bytes)
- model.go (4.8 KiB)
-
v1
- BUILD (1.9 KiB)
- api.pb.go (46.9 KiB)
- api.proto (1.7 KiB)
- client.go (512 Bytes)
- generate.go (96 Bytes)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.1 KiB)
- test.toml (1.7 KiB)
-
internal
-
conf
- BUILD (1.2 KiB)
- conf.go (2.2 KiB)
-
dao
- BUILD (2.0 KiB)
- dao.go (3.1 KiB)
- dao_test.go (696 Bytes)
- grpc.go (453 Bytes)
- grpc_test.go (549 Bytes)
- localcache.go (1.5 KiB)
- localcache_test.go (4.1 KiB)
- mc.cache.go (10.4 KiB)
- mc.cache_test.go (6.9 KiB)
- mc.extra.go (1.0 KiB)
- mc.extra_test.go (1.1 KiB)
- mysql.go (8.4 KiB)
- mysql_test.go (7.2 KiB)
-
model
- BUILD (1.7 KiB)
- db.go (769 Bytes)
- model.go (3.6 KiB)
- model.pb.go (47.2 KiB)
- model.proto (1.6 KiB)
- model_test.go (5.3 KiB)
-
server
-
grpc
- BUILD (1.1 KiB)
- elec.go (4.9 KiB)
-
http
- BUILD (1.2 KiB)
- elec.go (2.5 KiB)
- http.go (838 Bytes)
-
-
service
-
rank
- BUILD (1.1 KiB)
- av.go (7.0 KiB)
- av_storage.go (2.1 KiB)
- rank.go (1.7 KiB)
- tool.go (154 Bytes)
- up.go (6.8 KiB)
- up_storage.go (2.1 KiB)
- BUILD (1.3 KiB)
- elec.go (4.1 KiB)
- rank.go (4.0 KiB)
- service.go (1.7 KiB)
-
-
- BUILD (868 Bytes)
- CHANGELOG.md (368 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (205 Bytes)
- README.md (210 Bytes)
-
-
up
-
api
-
gorpc
- BUILD (931 Bytes)
- up.go (2.2 KiB)
- up_test.go (806 Bytes)
-
v1
- BUILD (2.3 KiB)
- api.pb.bm.go (2.5 KiB)
- api.pb.go (30.1 KiB)
- api.proto (2.9 KiB)
- api.swagger.json (11.0 KiB)
- archive.pb.go (8.7 KiB)
- archive.proto (507 Bytes)
- client.go (493 Bytes)
- mock.go (25.5 KiB)
- reply.pb.go (73.8 KiB)
- reply.proto (3.3 KiB)
- request.pb.go (57.3 KiB)
- request.proto (4.7 KiB)
- sign_up.pb.go (9.6 KiB)
- sign_up.proto (619 Bytes)
- up.pb.go (20.8 KiB)
- up.proto (1.2 KiB)
-
-
cmd
- BUILD (1.2 KiB)
- main.go (1.4 KiB)
- up-service.toml (7.8 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (3.7 KiB)
-
dao
-
archive
- BUILD (1.6 KiB)
- archive.go (1.1 KiB)
- archive_test.go (714 Bytes)
- dao.go (756 Bytes)
- dao_test.go (781 Bytes)
- upper.go (2.9 KiB)
- upper_rds.go (8.0 KiB)
- upper_rds_test.go (4.9 KiB)
- upper_staff.go (1.8 KiB)
- upper_staff_test.go (1.4 KiB)
- upper_test.go (1.6 KiB)
-
card
- BUILD (1.7 KiB)
- card.go (8.3 KiB)
- card_test.go (3.9 KiB)
- dao.go (502 Bytes)
- dao_test.go (848 Bytes)
- rpc.go (2.2 KiB)
- rpc_test.go (845 Bytes)
- up_base.go (742 Bytes)
- up_base_test.go (606 Bytes)
-
data
- BUILD (1.5 KiB)
- dao.go (417 Bytes)
- dao_test.go (780 Bytes)
- field.go (3.2 KiB)
- field_test.go (13 Bytes)
- hbase.go (1.6 KiB)
- hbase_test.go (1.2 KiB)
-
global
- BUILD (1.3 KiB)
- resource.go (1.2 KiB)
- resource_test.go (2.6 KiB)
-
manager
- BUILD (2.2 KiB)
- dao.cache.go (3.1 KiB)
- dao.cache_test.go (1.0 KiB)
- dao.go (3.6 KiB)
- dao_test.go (2.8 KiB)
- mc.cache.go (4.8 KiB)
- mc.cache_test.go (2.8 KiB)
- up.go (10.2 KiB)
- up_group.go (4.0 KiB)
- up_group_test.go (2.0 KiB)
- up_mc.go (1.6 KiB)
- up_mc_test.go (468 Bytes)
- up_test.go (4.6 KiB)
-
monitor
- BUILD (1.1 KiB)
- dao.go (2.7 KiB)
- dao_test.go (1.4 KiB)
-
up
- BUILD (2.6 KiB)
- api.go (2.2 KiB)
- api_test.go (1.9 KiB)
- dao.cache.go (4.6 KiB)
- dao.cache_test.go (1.7 KiB)
- dao.go (1.6 KiB)
- dao_test.go (1.5 KiB)
- mc.cache.go (8.7 KiB)
- mc.cache_test.go (3.0 KiB)
- mc_all_identity.go (1.2 KiB)
- mc_all_identity_test.go (1.2 KiB)
- mc_up.go (2.8 KiB)
- mc_up_test.go (824 Bytes)
- sign_up.go (939 Bytes)
- sign_up_test.go (537 Bytes)
- up.go (1.6 KiB)
- up_info.go (1.7 KiB)
- up_info_test.go (1017 Bytes)
- up_switch.go (904 Bytes)
- up_switch_test.go (882 Bytes)
- up_test.go (1.2 KiB)
- BUILD (1.2 KiB)
- utils.go (2.0 KiB)
- utils_test.go (1.6 KiB)
-
-
model
-
data
- BUILD (959 Bytes)
- data.go (4.2 KiB)
- hbase.go (3.7 KiB)
-
protobuf
- generate_proto.sh (247 Bytes)
- BUILD (1.8 KiB)
- archive.go (356 Bytes)
- message.pb.go (41.3 KiB)
- message.proto (1.8 KiB)
- monitor.go (332 Bytes)
- msg.go (195 Bytes)
- rpc.go (432 Bytes)
- sign_up.go (186 Bytes)
- up.go (1.8 KiB)
- up_card.go (2.4 KiB)
- up_group.go (593 Bytes)
- up_info.go (394 Bytes)
- up_special.go (2.1 KiB)
- up_switch.go (684 Bytes)
-
-
server
-
gorpc
- BUILD (1.4 KiB)
- rpcserver.go (3.0 KiB)
- rpcserver_test.go (2.9 KiB)
-
grpc
- BUILD (793 Bytes)
- server.go (395 Bytes)
-
http
- BUILD (1.4 KiB)
- http.go (3.2 KiB)
- up.go (11.6 KiB)
- up_card.go (2.1 KiB)
- up_group.go (3.3 KiB)
- up_stat.go (989 Bytes)
- up_switch.go (1.7 KiB)
-
-
service
- BUILD (3.5 KiB)
- archive.go (16.9 KiB)
- archive_test.go (3.2 KiB)
- content_ext.go (1019 Bytes)
- content_ext_test.go (1.4 KiB)
- databus.go (1.8 KiB)
- databus_test.go (1.1 KiB)
- log.go (1.9 KiB)
- log_test.go (887 Bytes)
- service.go (4.9 KiB)
- service_test.go (3.4 KiB)
- special_permit.go (441 Bytes)
- special_permit_test.go (535 Bytes)
- up.go (12.8 KiB)
- up_card.go (5.0 KiB)
- up_card_test.go (2.9 KiB)
- up_data.go (838 Bytes)
- up_data_test.go (621 Bytes)
- up_group.go (3.8 KiB)
- up_group_test.go (3.1 KiB)
- up_info.go (1.1 KiB)
- up_info_test.go (601 Bytes)
- up_switch.go (2.2 KiB)
- up_switch_test.go (1.5 KiB)
- up_test.go (6.6 KiB)
- BUILD (789 Bytes)
- CHANGELOG.md (3.6 KiB)
- CONTRIBUTORS.md (146 Bytes)
- OWNERS (281 Bytes)
- README.md (173 Bytes)
-
-
upcredit
-
cmd
- BUILD (1.1 KiB)
- credit_score_conf.toml (777 Bytes)
- main.go (983 Bytes)
- upcredit-service.toml (5.7 KiB)
-
common
-
election
- BUILD (969 Bytes)
- election.go (4.3 KiB)
- example_test.go (621 Bytes)
-
fsm
- .gitignore (311 Bytes)
- BUILD (886 Bytes)
- LICENSE (10.0 KiB)
- README.md (2.4 KiB)
- errors.go (2.8 KiB)
- errors_test.go (2.6 KiB)
- event.go (1.8 KiB)
- fsm.go (12.1 KiB)
- fsm_test.go (16.3 KiB)
- utils.go (935 Bytes)
-
-
conf
- BUILD (1.3 KiB)
- conf.go (4.4 KiB)
- credit_conf.go (2.3 KiB)
-
dao
-
account
- BUILD (408 Bytes)
-
monitor
- BUILD (408 Bytes)
-
upcrmdao
- BUILD (1.7 KiB)
- dao.go (2.7 KiB)
- dao_test.go (930 Bytes)
- scoresection.go (1002 Bytes)
- scoresection_test.go (544 Bytes)
- up_base_info.go (3.1 KiB)
- up_base_info_test.go (2.4 KiB)
- create_db.sql (5.5 KiB)
-
-
http
- BUILD (1.5 KiB)
- http.go (1.4 KiB)
- http_test.go (251 Bytes)
- logcredit.go (4.4 KiB)
-
mathutil
- BUILD (964 Bytes)
- base_utils.go (610 Bytes)
- limiter.go (572 Bytes)
- limiter_test.go (921 Bytes)
-
model
-
calculator
- BUILD (1.5 KiB)
- arcfsm_test.go (1.2 KiB)
- creditscore.go (9.1 KiB)
- score_rules.go (3.7 KiB)
-
canal
- BUILD (606 Bytes)
- message.go (238 Bytes)
-
databus
- BUILD (682 Bytes)
- upcredit_log.go (69 Bytes)
-
protobuf
- generate_proto.sh (247 Bytes)
-
upcrmmodel
- BUILD (1.1 KiB)
- creditlog.go (3.8 KiB)
- creditlog_test.go (618 Bytes)
- score_section_history.go (846 Bytes)
- up_base_info.go (787 Bytes)
- up_score_history.go (928 Bytes)
- BUILD (749 Bytes)
-
-
rpc
-
client
- BUILD (886 Bytes)
- up.go (341 Bytes)
- up_test.go (134 Bytes)
-
server
- BUILD (1.3 KiB)
- rpcserver.go (566 Bytes)
- rpcserver_test.go (826 Bytes)
-
-
service
- BUILD (2.2 KiB)
- business_score.go (3.4 KiB)
- calculate_service.go (6.7 KiB)
- content_ext.go (1013 Bytes)
- creditscore.go (2.8 KiB)
- databus.go (1.7 KiB)
- logcredit.go (1.3 KiB)
- service.go (3.2 KiB)
- service_test.go (366 Bytes)
- BUILD (1.0 KiB)
- CHANGELOG.md (611 Bytes)
- CONTRIBUTORS.md (86 Bytes)
- OWNERS (224 Bytes)
- README.md (188 Bytes)
-
-
usersuit
-
cmd
- BUILD (1.1 KiB)
- convey-test.toml (2.5 KiB)
- main.go (1.1 KiB)
- usersuit-service.toml (2.6 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.8 KiB)
-
dao
-
invite
- BUILD (1.6 KiB)
- acc.go (906 Bytes)
- acc_test.go (1.3 KiB)
- dao.go (1.2 KiB)
- dao_test.go (893 Bytes)
- mysql.go (2.9 KiB)
- mysql_test.go (2.7 KiB)
- redis.go (1.9 KiB)
- redis_test.go (2.6 KiB)
-
medal
- BUILD (1.8 KiB)
- dao.go (1.5 KiB)
- dao_test.go (945 Bytes)
- depend.go (1.8 KiB)
- depend_test.go (945 Bytes)
- localcache.go (2.0 KiB)
- localcache_test.go (2.2 KiB)
- memcache.go (6.5 KiB)
- memcache_test.go (7.1 KiB)
- mysql.go (5.8 KiB)
- mysql_test.go (4.8 KiB)
-
pendant
- BUILD (2.0 KiB)
- dao.go (1.6 KiB)
- dao_test.go (943 Bytes)
- local_equip.go (2.1 KiB)
- local_equip_test.go (2.3 KiB)
- memcache.go (1.1 KiB)
- memcache_test.go (1.7 KiB)
- mysql.go (16.4 KiB)
- mysql_test.go (10.5 KiB)
- pay.go (722 Bytes)
- pay_test.go (1.3 KiB)
- redis.go (6.9 KiB)
- redis_test.go (5.8 KiB)
- vip.go (558 Bytes)
- vip_test.go (511 Bytes)
-
-
http
- BUILD (1.2 KiB)
- http.go (2.1 KiB)
- medal.go (2.1 KiB)
- pendant.go (9.2 KiB)
-
model
- BUILD (1.6 KiB)
- invite.go (1.7 KiB)
- medal.go (1.8 KiB)
- model.go (650 Bytes)
- model.pb.go (171.7 KiB)
- model.proto (9.1 KiB)
- notify.go (123 Bytes)
- pendant_state.go (1.4 KiB)
- rpc.go (1.4 KiB)
-
rpc
-
client
- BUILD (986 Bytes)
- client.go (2.2 KiB)
- common.go (352 Bytes)
- medal.go (2.4 KiB)
- pendant.go (637 Bytes)
- pendant_test.go (107 Bytes)
-
server
- BUILD (1.4 KiB)
- common.go (361 Bytes)
- medal.go (2.2 KiB)
- pendant.go (557 Bytes)
- pendant_test.go (917 Bytes)
- rpc.go (1.8 KiB)
- rpc_test.go (802 Bytes)
-
-
service
- BUILD (2.7 KiB)
- invite.go (7.9 KiB)
- invite_test.go (1.5 KiB)
- medal.go (12.4 KiB)
- medal_test.go (1.0 KiB)
- notify.go (482 Bytes)
- notify_test.go (279 Bytes)
- pendant.go (25.4 KiB)
- pendant_test.go (28.5 KiB)
- point_flag.go (457 Bytes)
- service.go (4.5 KiB)
- service_test.go (243 Bytes)
- third_pendant.go (1.4 KiB)
- third_pendant_test.go (432 Bytes)
- BUILD (851 Bytes)
- CHANGELOG.MD (3.9 KiB)
- CONTRIBUTORS.md (95 Bytes)
- OWNERS (233 Bytes)
- README.md (279 Bytes)
-
-
videoup
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- videoup-service.toml (11.1 KiB)
-
conf
- BUILD (1.4 KiB)
- conf.go (3.4 KiB)
-
dao
-
agent
- BUILD (1.1 KiB)
- dao.go (2.2 KiB)
- dao_test.go (716 Bytes)
-
archive
- BUILD (2.7 KiB)
- archive.go (14.8 KiB)
- archive_test.go (10.7 KiB)
- dao.cache.go (1.5 KiB)
- dao.go (2.0 KiB)
- dao_test.go (767 Bytes)
- delay.go (2.0 KiB)
- delay_test.go (1008 Bytes)
- desc_format.go (750 Bytes)
- desc_format_test.go (389 Bytes)
- flow.go (10.6 KiB)
- flow_test.go (4.4 KiB)
- forbid.go (1.1 KiB)
- history.go (4.5 KiB)
- history_test.go (2.4 KiB)
- mc.cache.go (2.4 KiB)
- netsafe.go (412 Bytes)
- netsafe_test.go (303 Bytes)
- new_video.go (16.5 KiB)
- new_video_test.go (6.1 KiB)
- porder.go (3.0 KiB)
- porder_test.go (1.3 KiB)
- redis.go (1.4 KiB)
- redis_test.go (1.3 KiB)
- relation.go (591 Bytes)
- report.go (1.2 KiB)
- report_test.go (3.0 KiB)
- staff.go (2.8 KiB)
- staff_apply.go (6.4 KiB)
- staff_test.go (1.5 KiB)
- type.go (700 Bytes)
- type_test.go (390 Bytes)
- video.go (3.4 KiB)
- video_test.go (2.6 KiB)
-
bgm
- BUILD (1.1 KiB)
- dao.go (1.2 KiB)
- dao_test.go (931 Bytes)
-
databus
- BUILD (1.2 KiB)
- dao.go (637 Bytes)
- dao_test.go (641 Bytes)
- redis.go (1.9 KiB)
- redis_test.go (718 Bytes)
-
dede
- BUILD (1.1 KiB)
- dao.go (320 Bytes)
- dao_test.go (638 Bytes)
- redis.go (1.1 KiB)
-
manager
- BUILD (1.4 KiB)
- dao.go (896 Bytes)
- dao_test.go (641 Bytes)
- manager.go (680 Bytes)
- manager_test.go (367 Bytes)
- reason.go (726 Bytes)
- reason_test.go (406 Bytes)
- search.go (798 Bytes)
- up.go (897 Bytes)
- up_test.go (377 Bytes)
-
monitor
- BUILD (1023 Bytes)
- dao.go (920 Bytes)
- dao_test.go (641 Bytes)
-
msg
- BUILD (1.3 KiB)
- dao.go (443 Bytes)
- dao_test.go (795 Bytes)
- msg.go (1.3 KiB)
- msg_test.go (1.2 KiB)
-
relation
- BUILD (1.2 KiB)
- dao.go (2.8 KiB)
- dao_test.go (1.6 KiB)
-
ups
- BUILD (1.1 KiB)
- dao.go (1.5 KiB)
- dao_test.go (1.4 KiB)
-
-
http
- BUILD (1.4 KiB)
- archive.go (10.0 KiB)
- flow.go (2.4 KiB)
- http.go (3.5 KiB)
- local.go (308 Bytes)
- netsafe.go (772 Bytes)
- pgc.go (5.8 KiB)
- porder.go (589 Bytes)
- reco.go (1.5 KiB)
- report.go (1.2 KiB)
- staff.go (2.8 KiB)
- ugc.go (3.1 KiB)
- video.go (789 Bytes)
-
model
-
archive
- BUILD (1.2 KiB)
- archive.go (3.3 KiB)
- archive_state.go (4.1 KiB)
- biz_poi.go (893 Bytes)
- biz_vote.go (182 Bytes)
- desc_format.go (286 Bytes)
- flow.go (1.8 KiB)
- forbid.go (2.7 KiB)
- history.go (880 Bytes)
- msg.go (7.6 KiB)
- param.go (4.6 KiB)
- porder.go (703 Bytes)
- report.go (485 Bytes)
- staff.go (4.4 KiB)
- video.go (6.9 KiB)
- video_test.go (781 Bytes)
-
dede
- BUILD (601 Bytes)
- dede.go (373 Bytes)
-
manager
- BUILD (607 Bytes)
- manager.go (117 Bytes)
-
message
- BUILD (650 Bytes)
- message.go (2.4 KiB)
- message_staff.go (468 Bytes)
-
prom
- BUILD (601 Bytes)
- prom.go (622 Bytes)
-
-
service
- BUILD (3.4 KiB)
- archive.go (20.7 KiB)
- archive_test.go (2.9 KiB)
- audit_log.go (745 Bytes)
- audit_log_test.go (685 Bytes)
- databus.go (7.3 KiB)
- dede.go (4.5 KiB)
- extra_func.go (510 Bytes)
- flow.go (17.1 KiB)
- flow_test.go (298 Bytes)
- monitor.go (1.4 KiB)
- msg.go (1.7 KiB)
- msg_test.go (425 Bytes)
- netsafe.go (386 Bytes)
- pgc.go (5.9 KiB)
- pgc_test.go (592 Bytes)
- porder.go (1.1 KiB)
- porder_test.go (510 Bytes)
- report.go (738 Bytes)
- service.go (7.8 KiB)
- service_test.go (672 Bytes)
- staff.go (28.0 KiB)
- staff_test.go (1.2 KiB)
- tx.go (5.4 KiB)
- ugc.go (17.6 KiB)
- ugc_test.go (942 Bytes)
- util.go (836 Bytes)
- util_test.go (373 Bytes)
- video.go (2.3 KiB)
- video_test.go (678 Bytes)
- BUILD (1.3 KiB)
- CHANGELOG.md (11.4 KiB)
- CONTRIBUTORS.md (121 Bytes)
- OWNERS (289 Bytes)
- README.md (286 Bytes)
-
-
vip
-
api
- BUILD (1.4 KiB)
- api.pb.go (311.4 KiB)
- api.proto (10.1 KiB)
- client.go (504 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.2 KiB)
- vip-service-test.toml (5.5 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (4.6 KiB)
-
dao
-
ele-api-client
- BUILD (1.3 KiB)
- ele_client.go (3.1 KiB)
- ele_client_test.go (2.2 KiB)
-
mail-api-client
- BUILD (1.2 KiB)
- mail_api_client.go (1.5 KiB)
- mail_api_client_test.go (2.0 KiB)
- BUILD (3.6 KiB)
- associate_banner.go (865 Bytes)
- associate_banner_test.go (410 Bytes)
- associate_ele_api.go (8.8 KiB)
- associate_ele_api_test.go (3.2 KiB)
- associate_mc.go (3.1 KiB)
- associate_mc_test.go (3.8 KiB)
- associate_old.go (1.9 KiB)
- associate_old_test.go (1.6 KiB)
- associate_open.go (5.1 KiB)
- associate_open_test.go (4.5 KiB)
- associate_order.go (5.0 KiB)
- associate_order_test.go (4.9 KiB)
- bcoin.go (2.4 KiB)
- bcoin_test.go (1.2 KiB)
- business.go (2.6 KiB)
- business_test.go (1.8 KiB)
- cache.go (501 Bytes)
- cache_test.go (12 Bytes)
- dao.cache.go (2.2 KiB)
- dao.cache_test.go (1.0 KiB)
- dao.go (2.6 KiB)
- dao_test.go (892 Bytes)
- dialog.go (1.0 KiB)
- dialog_test.go (253 Bytes)
- http.go (3.1 KiB)
- http_test.go (2.3 KiB)
- jointly.go (855 Bytes)
- jointly_test.go (384 Bytes)
- mail_api.go (1.1 KiB)
- mail_api_test.go (410 Bytes)
- memcache.go (5.7 KiB)
- memcache_test.go (4.6 KiB)
- mysql.go (10.9 KiB)
- mysql_test.go (5.5 KiB)
- old_order.go (1.3 KiB)
- old_order_test.go (1.3 KiB)
- oldvip.go (747 Bytes)
- oldvip_test.go (636 Bytes)
- order.go (10.6 KiB)
- order_test.go (7.4 KiB)
- panel.go (5.3 KiB)
- panel_test.go (2.2 KiB)
- pay.go (13.8 KiB)
- pay_test.go (8.9 KiB)
- platform.go (1.4 KiB)
- platform_test.go (501 Bytes)
- point.go (1.4 KiB)
- point_test.go (789 Bytes)
- privilege.go (1.7 KiB)
- privilege_test.go (801 Bytes)
- redis.go (1.5 KiB)
- redis_test.go (2.1 KiB)
- resource.go (8.9 KiB)
- resource_test.go (5.6 KiB)
- tips.go (943 Bytes)
- tips_test.go (363 Bytes)
- user.go (12.7 KiB)
- user_test.go (8.1 KiB)
- welfare.go (8.9 KiB)
- welfare_test.go (6.7 KiB)
-
-
http
- BUILD (1.3 KiB)
- activity.go (303 Bytes)
- bp.go (537 Bytes)
- coupon.go (672 Bytes)
- http.go (3.0 KiB)
- notify.go (2.6 KiB)
- order.go (3.9 KiB)
- order2.go (866 Bytes)
- panel.go (1.1 KiB)
- point.go (564 Bytes)
- resouce.go (1.8 KiB)
- sync.go (284 Bytes)
- tips.go (485 Bytes)
- user.go (1.9 KiB)
- vip.go (1.2 KiB)
-
model
- BUILD (2.4 KiB)
- associate_banner.go (874 Bytes)
- associate_bind.go (512 Bytes)
- associate_ele_api.go (2.7 KiB)
- associate_model.go (623 Bytes)
- associate_old.go (477 Bytes)
- associate_open.go (624 Bytes)
- associate_order.go (1.0 KiB)
- associate_panel.go (946 Bytes)
- associate_params.go (875 Bytes)
- bp.go (186 Bytes)
- coupon.go (247 Bytes)
- dialog.go (885 Bytes)
- http.go (1.2 KiB)
- jointly.go (712 Bytes)
- mail_api.go (406 Bytes)
- model.go (4.7 KiB)
- notify.go (1.9 KiB)
- oldvip.go (1.9 KiB)
- order.go (9.3 KiB)
- panel.go (6.2 KiB)
- params.go (6.7 KiB)
- pay.go (3.0 KiB)
- platform.go (1.3 KiB)
- point.go (451 Bytes)
- privilege.go (1.8 KiB)
- pro.sh (169 Bytes)
- resource.go (3.3 KiB)
- rpc.go (2.8 KiB)
- tips.go (867 Bytes)
- user.go (636 Bytes)
- vip.go (5.6 KiB)
- vip.pb.go (43.8 KiB)
- vip.proto (3.0 KiB)
- welfare.go (2.8 KiB)
-
rpc
-
client
- BUILD (988 Bytes)
- panel.go (889 Bytes)
- rpc.go (6.0 KiB)
- rpc_test.go (15 Bytes)
-
server
- BUILD (1.0 KiB)
- panel.go (1.0 KiB)
- rpc.go (6.5 KiB)
-
-
server
-
grpc
- BUILD (1018 Bytes)
- server.go (13.6 KiB)
-
-
service
-
price
- BUILD (994 Bytes)
- price.go (709 Bytes)
- price_test.go (603 Bytes)
- BUILD (3.9 KiB)
- associate_banner.go (797 Bytes)
- associate_banner_test.go (394 Bytes)
- associate_bind.go (6.3 KiB)
- associate_bind_test.go (1.2 KiB)
- associate_ele_show.go (423 Bytes)
- associate_open.go (2.3 KiB)
- associate_open_test.go (1.8 KiB)
- associate_order.go (8.0 KiB)
- associate_order_test.go (1.1 KiB)
- associate_panel.go (831 Bytes)
- associate_panel_test.go (475 Bytes)
- associate_prize.go (2.2 KiB)
- associate_prize_test.go (583 Bytes)
- bcoin.go (3.4 KiB)
- bcoin2.go (4.5 KiB)
- bp.go (2.0 KiB)
- coupon.go (4.7 KiB)
- coupon_test.go (3.1 KiB)
- dialog.go (3.6 KiB)
- dialog_test.go (16 Bytes)
- jointly.go (877 Bytes)
- jointly_test.go (308 Bytes)
- mail_coupon.go (484 Bytes)
- message.go (1.2 KiB)
- notify.go (17.4 KiB)
- order.go (11.2 KiB)
- order2.go (8.4 KiB)
- order2_test.go (3.6 KiB)
- order_test.go (2.9 KiB)
- panel.go (18.2 KiB)
- panel_test.go (2.3 KiB)
- pannel.go (5.3 KiB)
- platform.go (1.9 KiB)
- point.go (2.8 KiB)
- point_test.go (449 Bytes)
- privilege.go (3.7 KiB)
- privilege_test.go (1.0 KiB)
- product.go (654 Bytes)
- product_test.go (362 Bytes)
- resouce.go (13.2 KiB)
- service.go (8.5 KiB)
- service_test.go (5.2 KiB)
- sync.go (2.1 KiB)
- sync_test.go (646 Bytes)
- tips.go (2.3 KiB)
- tips_test.go (592 Bytes)
- user.go (9.3 KiB)
- user_test.go (3.5 KiB)
- utils.go (325 Bytes)
- vip.go (4.7 KiB)
- vip2.go (4.6 KiB)
- welfare.go (8.3 KiB)
-
-
verify
- BUILD (766 Bytes)
- verify.go (2.5 KiB)
- BUILD (838 Bytes)
- CHANGELOG.md (3.0 KiB)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (213 Bytes)
- README.md (257 Bytes)
-
-
vipinfo
-
api
- BUILD (1.4 KiB)
- api.pb.go (28.0 KiB)
- api.proto (804 Bytes)
- client.go (591 Bytes)
-
cmd
- BUILD (1.1 KiB)
- main.go (1.0 KiB)
- test.toml (865 Bytes)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (1.7 KiB)
- cache.go (568 Bytes)
- dao.cache.go (3.1 KiB)
- dao.cache_test.go (1.4 KiB)
- dao.go (869 Bytes)
- dao_test.go (1018 Bytes)
- mc.go (4.6 KiB)
- mc_test.go (4.5 KiB)
- mysql.go (2.0 KiB)
- mysql_test.go (975 Bytes)
-
model
- BUILD (1.4 KiB)
- model.go (428 Bytes)
- model.pb.go (18.4 KiB)
- model.proto (1.6 KiB)
- param.go (223 Bytes)
-
server
-
grpc
- BUILD (805 Bytes)
- server.go (1.1 KiB)
-
http
- BUILD (1.0 KiB)
- http.go (970 Bytes)
- info.go (416 Bytes)
-
-
service
- BUILD (1.3 KiB)
- info.go (3.3 KiB)
- info_test.go (886 Bytes)
- service.go (472 Bytes)
- utils.go (204 Bytes)
- BUILD (719 Bytes)
- CHANGELOG.md (131 Bytes)
- CONTRIBUTORS.md (58 Bytes)
- OWNERS (191 Bytes)
- README.md (99 Bytes)
-
-
workflow
-
cmd
- BUILD (1011 Bytes)
- main.go (1.0 KiB)
- workflow-service.toml (2.1 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.8 KiB)
-
dao
-
sobot
- BUILD (1.3 KiB)
- dao.go (701 Bytes)
- dao_test.go (706 Bytes)
- sobot.go (5.5 KiB)
- sobot_test.go (1.8 KiB)
- BUILD (1.5 KiB)
- callback.go (532 Bytes)
- callback_test.go (478 Bytes)
- dao.go (1.7 KiB)
- dao_test.go (1.1 KiB)
- es.go (565 Bytes)
- es_test.go (505 Bytes)
-
-
http
- BUILD (1.3 KiB)
- business.go (1009 Bytes)
- challenge.go (4.9 KiB)
- group.go (509 Bytes)
- http.go (2.8 KiB)
- sign.go (1.3 KiB)
- sobot.go (2.4 KiB)
- tag.go (548 Bytes)
-
model
-
account
- BUILD (605 Bytes)
- user.go (738 Bytes)
-
sobot
- BUILD (639 Bytes)
- check.go (543 Bytes)
- sobot.go (2.7 KiB)
- BUILD (1.2 KiB)
- archive.go (378 Bytes)
- attachment.go (295 Bytes)
- business.go (1.0 KiB)
- callback.go (307 Bytes)
- challenge.go (7.5 KiB)
- challenge_test.go (635 Bytes)
- control.go (1.6 KiB)
- event.go (950 Bytes)
- group.go (2.4 KiB)
- log.go (661 Bytes)
- tag.go (1.8 KiB)
-
-
service
- BUILD (1.9 KiB)
- business.go (3.3 KiB)
- business_test.go (470 Bytes)
- challenge.go (13.7 KiB)
- challenge_test.go (526 Bytes)
- event.go (488 Bytes)
- group.go (2.9 KiB)
- service.go (1.5 KiB)
- service_test.go (417 Bytes)
- sobot.go (1.6 KiB)
- tags.go (4.0 KiB)
- tags_test.go (800 Bytes)
- BUILD (608 Bytes)
- CHANGELOG.md (1.7 KiB)
- CONTRIBUTORS.md (117 Bytes)
- OWNERS (219 Bytes)
- README.md (195 Bytes)
-
- BUILD (3.6 KiB)
- OWNERS (103 Bytes)
-
-
openplatform
-
abtest
-
cmd
- BUILD (1.0 KiB)
- main.go (979 Bytes)
- open-abtest.toml (2.5 KiB)
-
conf
- BUILD (996 Bytes)
- conf.go (1.8 KiB)
-
dao
- BUILD (1.5 KiB)
- abtest.go (8.6 KiB)
- abtest_test.go (1.9 KiB)
- dao.go (1.1 KiB)
- dao_test.go (231 Bytes)
- group.go (2.2 KiB)
- group_test.go (1000 Bytes)
- redis.go (1.1 KiB)
- redis_test.go (2.4 KiB)
-
http
- BUILD (1.6 KiB)
- group.go (944 Bytes)
- group_test.go (3.5 KiB)
- http.go (1.7 KiB)
- http_test.go (492 Bytes)
- stra.go (4.1 KiB)
- stra_bench_test.go (531 Bytes)
- stra_test.go (9.9 KiB)
-
model
-
jump
- BUILD (820 Bytes)
- jump.go (517 Bytes)
- jump_test.go (616 Bytes)
-
validator
- BUILD (606 Bytes)
- group.go (534 Bytes)
- stra.go (1.1 KiB)
- BUILD (1.1 KiB)
- abtest.go (716 Bytes)
- group.go (96 Bytes)
- stra.go (887 Bytes)
- stra_test.go (720 Bytes)
- version.go (149 Bytes)
-
-
service
- BUILD (1.5 KiB)
- abtest.go (6.7 KiB)
- abtest_test.go (2.1 KiB)
- cache.go (1.5 KiB)
- cache_test.go (813 Bytes)
- group.go (663 Bytes)
- group_test.go (1012 Bytes)
- service.go (904 Bytes)
- service_test.go (502 Bytes)
- BUILD (657 Bytes)
- CHANGELOG.md (218 Bytes)
- CONTRIBUTORS.md (74 Bytes)
- OWNERS (232 Bytes)
- README.md (275 Bytes)
-
-
anti-fraud
-
api
-
grpc
-
v1
- BUILD (1.4 KiB)
- graph.pb.go (42.8 KiB)
- graph.proto (3.0 KiB)
- risk.pb.go (24.2 KiB)
- risk.proto (1.5 KiB)
-
-
http
-
v1
- BUILD (612 Bytes)
- api.go (2.9 KiB)
-
-
-
cmd
- BUILD (1018 Bytes)
- anti-fraud.toml (4.0 KiB)
- main.go (871 Bytes)
-
conf
- BUILD (992 Bytes)
- conf.go (2.1 KiB)
-
dao
- BUILD (1.8 KiB)
- cache.go (14.5 KiB)
- cache_test.go (3.1 KiB)
- dao.go (1.4 KiB)
- dao_test.go (231 Bytes)
- payShield.go (2.4 KiB)
- question.go (9.3 KiB)
- question_bank.go (8.7 KiB)
- question_bank_bind.go (7.0 KiB)
- question_bank_bind_test.go (930 Bytes)
- question_bank_test.go (1.1 KiB)
- question_test.go (1.3 KiB)
- risk.go (5.5 KiB)
-
model
- BUILD (781 Bytes)
- cache.go (2.3 KiB)
- geetest.go (202 Bytes)
- param.go (4.7 KiB)
- payShield.go (226 Bytes)
- question.go (3.2 KiB)
- risk.go (2.8 KiB)
-
server
-
grpc
- BUILD (822 Bytes)
- server.go (620 Bytes)
-
http
- BUILD (1.9 KiB)
- graph.go (517 Bytes)
- http.go (2.8 KiB)
- http_test.go (407 Bytes)
- question.go (5.3 KiB)
- question_test.go (5.4 KiB)
- risk.go (1.8 KiB)
-
-
service
- BUILD (2.1 KiB)
- graph.go (1.5 KiB)
- question.go (11.4 KiB)
- question_bank.go (2.9 KiB)
- question_bank_bind.go (3.3 KiB)
- question_bank_bind_test.go (726 Bytes)
- question_bank_test.go (801 Bytes)
- question_test.go (3.8 KiB)
- risk.go (7.8 KiB)
- service.go (749 Bytes)
- service_test.go (506 Bytes)
- .gitignore (1 Byte)
- BUILD (898 Bytes)
- CHANGELOG.MD (677 Bytes)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (207 Bytes)
- README.md (459 Bytes)
-
-
pgc-season
-
api
-
grpc
-
episode
-
v1
- BUILD (1.3 KiB)
- client.go (490 Bytes)
- model.pb.go (65.0 KiB)
- model.proto (2.8 KiB)
- service.pb.go (66.5 KiB)
- service.proto (2.3 KiB)
- BUILD (379 Bytes)
-
-
season
-
v1
- BUILD (1.3 KiB)
- client.go (488 Bytes)
- model.pb.go (129.0 KiB)
- model.proto (6.0 KiB)
- service.pb.go (64.2 KiB)
- service.proto (2.4 KiB)
- BUILD (378 Bytes)
-
-
-
- BUILD (450 Bytes)
- CHANGELOG.md (25 Bytes)
- CONTRIBUTORS.md (43 Bytes)
- OWNERS (152 Bytes)
- README.md (32 Bytes)
-
-
ticket-item
-
api
-
grpc
-
v1
- BUILD (1.8 KiB)
- area.pb.go (38.1 KiB)
- area.proto (2.6 KiB)
- bulletin.pb.go (40.3 KiB)
- bulletin.proto (2.9 KiB)
- client.go (954 Bytes)
- guest.pb.go (21.0 KiB)
- guest.proto (1.7 KiB)
- item.pb.go (173.5 KiB)
- item.proto (11.7 KiB)
- p2g.sh (182 Bytes)
- place.pb.go (24.8 KiB)
- place.proto (2.1 KiB)
- screen.pb.go (19.9 KiB)
- screen.proto (1.6 KiB)
- seat.pb.go (45.0 KiB)
- seat.proto (3.6 KiB)
- ticket.pb.go (43.6 KiB)
- ticket.proto (2.5 KiB)
- time.pb.go (16.1 KiB)
- time.proto (1.1 KiB)
- venue.pb.go (34.3 KiB)
- venue.proto (2.6 KiB)
-
-
-
cmd
- BUILD (1.1 KiB)
- item.toml (3.7 KiB)
- main.go (1.3 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (2.3 KiB)
-
dao
- BUILD (2.6 KiB)
- banner.go (15.6 KiB)
- bulletin.go (8.2 KiB)
- bulletin_test.go (1.6 KiB)
- dao.cache.go (10.4 KiB)
- dao.go (4.2 KiB)
- dao_test.go (317 Bytes)
- fav.go (2.7 KiB)
- guest.go (3.9 KiB)
- guest_test.go (1.3 KiB)
- item.go (4.2 KiB)
- item_test.go (609 Bytes)
- project.go (11.2 KiB)
- promotion.go (868 Bytes)
- promotion_test.go (277 Bytes)
- screen.go (9.6 KiB)
- screen_test.go (643 Bytes)
- seat.go (9.8 KiB)
- seat_test.go (6.3 KiB)
- stock.go (594 Bytes)
- stock_test.go (281 Bytes)
- tag.go (1.2 KiB)
- tag_test.go (324 Bytes)
- ticket.go (17.8 KiB)
- ticket_test.go (4.2 KiB)
- venue.go (12.8 KiB)
- venue_test.go (7.3 KiB)
- version.go (4.2 KiB)
- version_test.go (1.9 KiB)
- wish.go (1.7 KiB)
-
model
- BUILD (1014 Bytes)
- const.go (672 Bytes)
- param.go (4.4 KiB)
- reponse.go (1.4 KiB)
- saleflag.go (631 Bytes)
- tables.go (10.7 KiB)
- ticket.go (1.3 KiB)
- util.go (3.6 KiB)
-
server
-
grpc
- BUILD (1.6 KiB)
- server.go (4.3 KiB)
- server_test.go (2.5 KiB)
-
http
- BUILD (1.4 KiB)
- area.go (668 Bytes)
- bulletin.go (463 Bytes)
- guest.go (1.2 KiB)
- http.go (2.0 KiB)
- item.go (2.6 KiB)
- place.go (707 Bytes)
- seat.go (1.7 KiB)
- venue.go (1.0 KiB)
- version.go (415 Bytes)
-
-
service
- BUILD (2.0 KiB)
- area.go (3.8 KiB)
- bulletin.go (2.1 KiB)
- guest.go (1.4 KiB)
- guest_test.go (399 Bytes)
- item.go (14.6 KiB)
- item_test.go (1.7 KiB)
- place.go (1.5 KiB)
- seat.go (10.9 KiB)
- seat_test.go (608 Bytes)
- service.go (616 Bytes)
- service_test.go (311 Bytes)
- venue.go (1.1 KiB)
- venue_test.go (421 Bytes)
- version.go (321 Bytes)
- version_test.go (596 Bytes)
- BUILD (836 Bytes)
- CHANGELOG.MD (522 Bytes)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (279 Bytes)
- README.md (350 Bytes)
-
-
ticket-sales
-
api
-
grpc
-
type
- BUILD (1.5 KiB)
- order.pb.go (65.9 KiB)
- order.proto (4.2 KiB)
-
v1
- BUILD (1.9 KiB)
- client.go (748 Bytes)
- order.pb.go (143.7 KiB)
- order.proto (7.5 KiB)
- pay.pb.go (13.5 KiB)
- pay.proto (549 Bytes)
- promotion.pb.go (139.1 KiB)
- promotion.proto (11.4 KiB)
- promotion_mis.pb.go (24.1 KiB)
- promotion_mis.proto (1.5 KiB)
- ticket.pb.go (56.4 KiB)
- ticket.proto (2.9 KiB)
-
-
-
cmd
- BUILD (1.3 KiB)
- main.go (1.4 KiB)
- ticket-sales.toml (4.5 KiB)
-
conf
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
-
dao
- BUILD (3.3 KiB)
- account.go (377 Bytes)
- account_test.go (380 Bytes)
- dao.cache.go (17.3 KiB)
- dao.go (5.9 KiB)
- dao_test.go (756 Bytes)
- distrib.go (2.0 KiB)
- distrib_test.go (235 Bytes)
- item.go (387 Bytes)
- item_test.go (559 Bytes)
- order.go (22.3 KiB)
- order_detail.go (1.5 KiB)
- order_detail_test.go (904 Bytes)
- order_log.go (2.0 KiB)
- order_log_test.go (808 Bytes)
- order_test.go (6.8 KiB)
- promotion.go (5.4 KiB)
- promotion_group.go (5.1 KiB)
- promotion_group_test.go (1.5 KiB)
- promotion_order.go (8.6 KiB)
- promotion_order_test.go (1.7 KiB)
- promotion_test.go (1004 Bytes)
- redis.go (1.9 KiB)
- stock.go (17.1 KiB)
- stock_test.go (1.0 KiB)
- ticket.go (12.4 KiB)
- ticket_test.go (467 Bytes)
-
model
-
consts
- BUILD (733 Bytes)
- order.go (1.2 KiB)
- pay.go (324 Bytes)
- project.go (615 Bytes)
- promo.go (537 Bytes)
- stock.go (659 Bytes)
- ticket.go (615 Bytes)
-
order_checker
-
account
- BUILD (1.0 KiB)
- account.go (1.4 KiB)
-
item
- BUILD (1.2 KiB)
- item.go (6.3 KiB)
-
- BUILD (1.5 KiB)
- cache.go (2.6 KiB)
- distrib.go (924 Bytes)
- model.go (1.8 KiB)
- order.go (12.5 KiB)
- pay.go (2.1 KiB)
- promo.go (1.5 KiB)
- stock.go (869 Bytes)
- ticket.go (1.3 KiB)
-
-
server
-
grpc
- BUILD (1.6 KiB)
- server.go (953 Bytes)
- server_test.go (1.1 KiB)
-
http
- BUILD (1.8 KiB)
- distrib.go (1.1 KiB)
- http.go (1.7 KiB)
- http_test.go (1.3 KiB)
- promotion.go (755 Bytes)
- promotion_group.go (13 Bytes)
- promotion_order.go (1.1 KiB)
- settle.go (1.3 KiB)
-
-
service
-
mis
- BUILD (1.0 KiB)
- promotion_group.go (1.4 KiB)
- service.go (321 Bytes)
- BUILD (2.9 KiB)
- distrib.go (1.1 KiB)
- distrib_test.go (280 Bytes)
- order.go (8.7 KiB)
- order_detail.go (1.4 KiB)
- order_test.go (2.1 KiB)
- pay.go (2.2 KiB)
- promotion.go (5.4 KiB)
- promotion_group.go (1.9 KiB)
- promotion_group_test.go (644 Bytes)
- promotion_order.go (12.2 KiB)
- promotion_order_test.go (2.3 KiB)
- promotion_test.go (1.4 KiB)
- service.go (609 Bytes)
- service_test.go (565 Bytes)
- stock.go (10.6 KiB)
- stock_test.go (1.9 KiB)
- ticket.go (3.3 KiB)
- ticket_test.go (631 Bytes)
-
- .gitignore (1 Byte)
- BUILD (918 Bytes)
- CHANGELOG.MD (855 Bytes)
- CONTRIBUTORS.md (59 Bytes)
- OWNERS (211 Bytes)
- README.md (344 Bytes)
-
- BUILD (590 Bytes)
- OWNERS (132 Bytes)
-
-
ops
-
log-agent
-
cmd
- BUILD (1.6 KiB)
- main.go (3.6 KiB)
-
conf
-
configcenter
- BUILD (718 Bytes)
- sven.go (396 Bytes)
- BUILD (1.4 KiB)
- conf.go (2.4 KiB)
-
-
event
- BUILD (647 Bytes)
- event.go (1.4 KiB)
-
input
-
file
- BUILD (1.1 KiB)
- config.go (2.7 KiB)
- file.go (4.7 KiB)
- glob.go (1.8 KiB)
- harvester.go (13.2 KiB)
- multiline.go (537 Bytes)
- reader.go (1.8 KiB)
- registrar.go (7.3 KiB)
- state.go (1.5 KiB)
- states.go (2.2 KiB)
-
sock
- BUILD (1.1 KiB)
- conf.go (1.2 KiB)
- sock.go (5.5 KiB)
- BUILD (859 Bytes)
- input.go (1.1 KiB)
-
-
output
-
cache
-
file
- BUILD (960 Bytes)
- config.go (1.2 KiB)
- file.go (10.8 KiB)
- BUILD (755 Bytes)
- cache.go (179 Bytes)
-
-
lancergrpc
-
lancergateway
- BUILD (1.7 KiB)
- StreamEvent.pb.go (25.4 KiB)
- StreamEvent.proto (642 Bytes)
- client.go (1.2 KiB)
- protoc.sh (3.6 KiB)
- BUILD (1.6 KiB)
- aggr.go (1.4 KiB)
- config.go (2.2 KiB)
- lancer.go (7.0 KiB)
- pool.go (8.8 KiB)
-
-
lancerlogstream
- BUILD (1.3 KiB)
- aggr.go (1.4 KiB)
- config.go (1.1 KiB)
- lancer.go (5.7 KiB)
- pool.go (8.9 KiB)
-
stdout
- BUILD (858 Bytes)
- config.go (455 Bytes)
- stdout.go (1.1 KiB)
- BUILD (1.2 KiB)
- conf.go (432 Bytes)
- output.go (2.2 KiB)
-
-
pipeline
-
dockerlogcollector
- BUILD (976 Bytes)
- config.go (721 Bytes)
- file.go (2.7 KiB)
-
hostlogcollector
- BUILD (829 Bytes)
- config.go (780 Bytes)
- file.go (2.1 KiB)
- BUILD (2.1 KiB)
- management.go (8.2 KiB)
- pipeline.go (4.1 KiB)
-
-
pkg
-
bufio
- BUILD (602 Bytes)
- bufio.go (17.8 KiB)
-
common
- BUILD (604 Bytes)
- common.go (1.3 KiB)
-
flowmonitor
-
counter
- BUILD (1.2 KiB)
- collector.go (3.5 KiB)
- counter.go (5.8 KiB)
- desc.go (6.9 KiB)
- fnv.go (604 Bytes)
- go_collector.go (8.0 KiB)
- metric.go (6.1 KiB)
- observer.go (1.7 KiB)
- process_collector.go (3.9 KiB)
- registry.go (25.4 KiB)
- summary.go (16.4 KiB)
- untyped.go (5.1 KiB)
- value.go (6.7 KiB)
- vec.go (12.3 KiB)
- BUILD (990 Bytes)
- conf.go (450 Bytes)
- flowmonitor.go (4.6 KiB)
-
-
httpstream
- BUILD (715 Bytes)
- conf.go (263 Bytes)
- httpstream.go (4.5 KiB)
-
lancermonitor
- BUILD (701 Bytes)
- conf.go (307 Bytes)
- lancermonitor.go (2.5 KiB)
-
lancerroute
- BUILD (856 Bytes)
- config.go (1.2 KiB)
- lancerroute.go (332 Bytes)
-
limit
- BUILD (602 Bytes)
- limit.go (3.2 KiB)
-
-
processor
-
classify
- BUILD (1.0 KiB)
- classify.go (1.8 KiB)
- config.go (2.3 KiB)
-
fileLog
- BUILD (866 Bytes)
- config.go (412 Bytes)
- fileLog.go (1.7 KiB)
-
grok
- BUILD (996 Bytes)
- conf.go (530 Bytes)
- grok.go (1.2 KiB)
-
httpstream
- BUILD (943 Bytes)
- conf.go (414 Bytes)
- httpstream.go (939 Bytes)
-
jsonLog
- BUILD (1007 Bytes)
- conf.go (412 Bytes)
- jsonLog.go (2.3 KiB)
-
lengthCheck
- BUILD (948 Bytes)
- config.go (546 Bytes)
- lengthCheck.go (1.0 KiB)
-
sample
- BUILD (1.1 KiB)
- conf.go (1.6 KiB)
- sample.go (1.5 KiB)
- BUILD (1.2 KiB)
- processor.go (1.6 KiB)
-
- BUILD (1.1 KiB)
- CHANGELOG.md (1.5 KiB)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (227 Bytes)
- README.md (729 Bytes)
-
- OWNERS (89 Bytes)
-
-
video
-
stream-mng
-
api
-
http
- api.md (17 Bytes)
-
v1
- BUILD (1.4 KiB)
- BUILD.bazel (1.4 KiB)
- api.pb.go (258.4 KiB)
- api.proto (9.0 KiB)
- client.go (509 Bytes)
-
-
cmd
-
client
- BUILD (911 Bytes)
- main.go (560 Bytes)
- BUILD (1.3 KiB)
- main.go (1.2 KiB)
- stream-mng.toml (2.1 KiB)
-
-
common
- BUILD (603 Bytes)
- common.go (2.9 KiB)
-
conf
- BUILD (1.2 KiB)
- conf.go (1.7 KiB)
-
dao
- BUILD (2.6 KiB)
- backup-stream.go (9.0 KiB)
- backup-stream_test.go (2.3 KiB)
- cache.go (3.9 KiB)
- cache_test.go (3.3 KiB)
- dao.cache.go (4.2 KiB)
- dao.cache_test.go (1.4 KiB)
- dao.go (2.6 KiB)
- dao_test.go (687 Bytes)
- http.go (1.1 KiB)
- http_test.go (528 Bytes)
- localcache.go (3.9 KiB)
- localcache_test.go (1.1 KiB)
- main-stream.go (7.6 KiB)
- main-stream_test.go (2.6 KiB)
- mysql.go (10.2 KiB)
- mysql_test.go (1.9 KiB)
- notify.go (677 Bytes)
- notify_test.go (575 Bytes)
- official-stream.go (5.3 KiB)
- official-stream_test.go (1.1 KiB)
- redis.go (21.6 KiB)
- redis_test.go (8.4 KiB)
- stream-change-log.go (1.6 KiB)
- stream-change-log_test.go (1.2 KiB)
- upstream-summary.go (4.5 KiB)
- upstream-summary_test.go (3.3 KiB)
-
middleware
- BUILD (732 Bytes)
- logger.go (507 Bytes)
-
model
- BUILD (799 Bytes)
- backup-stream.go (696 Bytes)
- main-stream.go (739 Bytes)
- model.go (2.0 KiB)
- notify.go (473 Bytes)
- official-stream.go (756 Bytes)
- upstream-info.go (837 Bytes)
-
server
-
grpc
- BUILD (1.1 KiB)
- server.go (16.4 KiB)
-
http
- BUILD (1.7 KiB)
- backup.go (1.8 KiB)
- change-log.go (933 Bytes)
- change-src.go (2.8 KiB)
- check-live.go (932 Bytes)
- clear-cache.go (755 Bytes)
- clear-retweet.go (1.8 KiB)
- http.go (3.8 KiB)
- notify.go (2.7 KiB)
- official.go (2.2 KiB)
- screen-shot.go (6.0 KiB)
- stream-cut.go (2.0 KiB)
- stream-info.go (4.8 KiB)
- stream-mask.go (2.8 KiB)
- stream-validate.go (1.9 KiB)
- stream.go (4.6 KiB)
- upstream-rtmp.go (7.5 KiB)
- upstream-summary.go (3.5 KiB)
-
-
service
- BUILD (1.7 KiB)
- backup.go (716 Bytes)
- change-log.go (622 Bytes)
- change-src.go (1.4 KiB)
- check-live.go (417 Bytes)
- clear-cache.go (210 Bytes)
- clear-retweet.go (1.3 KiB)
- common.go (2.0 KiB)
- main-stream.go (1.5 KiB)
- notify.go (8.7 KiB)
- official.go (1.3 KiB)
- screen-shot.go (4.8 KiB)
- service.go (1.3 KiB)
- stream-cut.go (1.3 KiB)
- stream-info.go (2.6 KiB)
- stream-mask.go (2.2 KiB)
- stream-validate.go (3.5 KiB)
- stream.go (4.6 KiB)
- upstream-rtmp.go (14.3 KiB)
- upstream-summary.go (1.2 KiB)
- CHANGELOG.md (107 Bytes)
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (224 Bytes)
- README.md (181 Bytes)
-
- CONTRIBUTORS.md (98 Bytes)
- OWNERS (185 Bytes)
-
- BUILD (1.1 KiB)
- OWNERS (83 Bytes)
- README.md (47 Bytes)
-
-
tool
-
bgr
-
log
-
color
- BUILD (589 Bytes)
- color.go (1.0 KiB)
- BUILD (788 Bytes)
- log.go (3.3 KiB)
-
- BUILD (1.2 KiB)
- CHANGELOG.md (103 Bytes)
- CONTRIBUTORS.md (50 Bytes)
- OWNERS (140 Bytes)
- README.md (181 Bytes)
- RULE.bgl (231 Bytes)
- ast_inspect.go (1.9 KiB)
- bgl_test.go (73 Bytes)
- cache.go (459 Bytes)
- file_filter.go (384 Bytes)
- lint_register.go (3.1 KiB)
- main.go (1.8 KiB)
- model.go (394 Bytes)
- script_parser.go (2.7 KiB)
- test.sh (46 Bytes)
-
-
bmproto
-
bmgen
- BUILD (846 Bytes)
- main.go (10.9 KiB)
-
protoc-gen-bm
-
example
- BUILD (1.8 KiB)
- Makefile (123 Bytes)
- demo.bm.go (4.8 KiB)
- demo.foo.md (4.9 KiB)
- demo.foo2.md (831 Bytes)
- demo.pb.go (54.3 KiB)
- demo.proto (2.5 KiB)
-
extensions
-
gogoproto
- BUILD (1.3 KiB)
- Makefile (1.6 KiB)
- gogo.pb.go (31.3 KiB)
- gogo.pb.golden (1.2 KiB)
- gogo.proto (4.5 KiB)
-
- BUILD (2.1 KiB)
- Makefile (201 Bytes)
- command_line.go (2.2 KiB)
- command_line_test.go (3.4 KiB)
- generator.go (38.6 KiB)
- generator_test.go (1.2 KiB)
- go_naming.go (2.7 KiB)
- helper.go (2.1 KiB)
- main.go (875 Bytes)
-
- CHANGELOG.md (414 Bytes)
- CONTRIBUTORS.md (46 Bytes)
- OWNERS (121 Bytes)
- README.md (7.6 KiB)
-
-
cache
-
common
- BUILD (589 Bytes)
- common.go (3.3 KiB)
-
memcached
-
testdata
- BUILD (1.7 KiB)
- dao.go (2.4 KiB)
- dao_test.go (2.5 KiB)
- mc.cache.go (9.6 KiB)
- model.pb.go (7.6 KiB)
- model.proto (433 Bytes)
- BUILD (972 Bytes)
- CHANGELOG.md (205 Bytes)
- README.md (619 Bytes)
- header_template.go (570 Bytes)
- main.go (14.2 KiB)
- multi_template.go (5.5 KiB)
- none_template.go (2.5 KiB)
- single_template.go (2.7 KiB)
-
-
testdata
- BUILD (1.0 KiB)
- dao.cache.go (4.1 KiB)
- dao.go (872 Bytes)
- multi.go (807 Bytes)
- multi_test.go (2.1 KiB)
- none.go (646 Bytes)
- none_test.go (1.4 KiB)
- single.go (1.2 KiB)
- single_test.go (1.5 KiB)
- BUILD (999 Bytes)
- CHANGELOG.md (1.3 KiB)
- CONTRIBUTORS.md (55 Bytes)
- OWNERS (164 Bytes)
- README.md (613 Bytes)
- gen (146 Bytes)
- header_template.go (621 Bytes)
- main.go (13.0 KiB)
- mc (167 Bytes)
- multi_template.go (2.7 KiB)
- none_template.go (1.2 KiB)
- single_template.go (1.8 KiB)
-
-
ci
-
cmd
-
mail
- BUILD (942 Bytes)
- main.go (2.1 KiB)
-
-
lib
-
changes
- BUILD (408 Bytes)
-
commit
- BUILD (408 Bytes)
-
lint
- BUILD (408 Bytes)
-
mail
- BUILD (1023 Bytes)
- sendmail.go (1.3 KiB)
- sendmail_test.go (156 Bytes)
-
- BUILD (521 Bytes)
- CHANGELOG.md (146 Bytes)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (176 Bytes)
-
-
creator
- BUILD (1.0 KiB)
- CHANGELOG.MD (2.2 KiB)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (228 Bytes)
- gen.go (11.4 KiB)
- main.go (1.2 KiB)
- parser.go (4.0 KiB)
- templete.go (2.4 KiB)
- upgrade.go (986 Bytes)
- utils.go (717 Bytes)
-
gdoc
- BUILD (619 Bytes)
- CHANGELOG.MD (161 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (171 Bytes)
- README.MD (222 Bytes)
- gdoc.go (13.2 KiB)
- swagger.go (10.5 KiB)
-
gengo
-
args
- BUILD (1.1 KiB)
- args.go (5.8 KiB)
- args_test.go (363 Bytes)
- var.go (302 Bytes)
-
boilerplate
- boilerplate.go.txt (0 Bytes)
- no-boilerplate.go.txt (0 Bytes)
-
cmd
-
deepcopy-gen
-
examples
-
api
-
v1
- BUILD (1.5 KiB)
- api.pb.go (22.4 KiB)
- api.proto (976 Bytes)
- copy.go (4.4 KiB)
- doc.go (41 Bytes)
-
-
model
- BUILD (696 Bytes)
- doc.go (14 Bytes)
- model.go (322 Bytes)
-
tests
- BUILD (1.1 KiB)
- example.go (14 Bytes)
- example_test.go (2.1 KiB)
-
-
generators
- BUILD (1.2 KiB)
- deepcopy.go (35.7 KiB)
- deepcopy_test.go (17.0 KiB)
-
sets
- BUILD (604 Bytes)
- string.go (4.1 KiB)
- .gitignore (13 Bytes)
- BUILD (1.2 KiB)
- Makefile (153 Bytes)
- main.go (2.7 KiB)
-
-
-
generator
- BUILD (1.4 KiB)
- default_generator.go (1.7 KiB)
- default_package.go (1.4 KiB)
- doc.go (868 Bytes)
- error_tracker.go (730 Bytes)
- execute.go (8.0 KiB)
- generator.go (7.1 KiB)
- import_tracker.go (1.6 KiB)
- snippet_writer.go (4.1 KiB)
- snippet_writer_test.go (1.6 KiB)
-
namer
- BUILD (1.0 KiB)
- doc.go (764 Bytes)
- import_tracker.go (2.7 KiB)
- namer.go (11.1 KiB)
- namer_test.go (2.2 KiB)
- order.go (1.2 KiB)
- plural_namer.go (2.5 KiB)
- plural_namer_test.go (1.5 KiB)
-
parser
- BUILD (1.2 KiB)
- doc.go (149 Bytes)
- local_parse_test.go (1.2 KiB)
- parse.go (25.6 KiB)
- parse_test.go (12.5 KiB)
-
testdata
-
a
-
b
- BUILD (590 Bytes)
- b.go (52 Bytes)
- BUILD (653 Bytes)
- a.go (25 Bytes)
-
-
fake
-
dep
- BUILD (597 Bytes)
- doc.go (124 Bytes)
-
-
-
types
- BUILD (905 Bytes)
- comments.go (2.0 KiB)
- comments_test.go (1.6 KiB)
- doc.go (210 Bytes)
- flatten.go (1.1 KiB)
- flatten_test.go (1.0 KiB)
- types.go (12.8 KiB)
- types_test.go (3.9 KiB)
- CHANGELOG.md (7 Bytes)
- CONTRIBUTORS.md (70 Bytes)
- Makefile (40 Bytes)
- OWNERS (158 Bytes)
- README.md (24 Bytes)
-
-
gorpc
-
goparser
- BUILD.bazel (596 Bytes)
- goparser.go (6.8 KiB)
-
input
- BUILD.bazel (590 Bytes)
- input.go (1.1 KiB)
-
model
- BUILD.bazel (533 Bytes)
- models.go (3.0 KiB)
- BUILD (979 Bytes)
- README.MD (1.0 KiB)
- main.go (4.6 KiB)
-
-
grpc-http-proxy
- BUILD (1.2 KiB)
- CHANGELOG.md (97 Bytes)
- CONTRIBUTORS.md (58 Bytes)
- OWNERS (144 Bytes)
- README.md (558 Bytes)
- grpc.go (2.2 KiB)
- http.go (1.8 KiB)
- main.go (918 Bytes)
-
kratos
- BUILD (1.3 KiB)
- CHANGELOG.MD (769 Bytes)
- CONTRIBUTORS.MD (88 Bytes)
- OWNERS (100 Bytes)
- README.MD (167 Bytes)
- build.go (1.2 KiB)
- doc.go (656 Bytes)
- init.go (4.1 KiB)
- main.go (1.6 KiB)
- project.go (3.7 KiB)
- template.go (9.6 KiB)
- update.go (1.5 KiB)
- upgrade.go (3.1 KiB)
- verification.go (13 Bytes)
- version.go (1.0 KiB)
-
liverpc
-
liverpcgen
- BUILD (867 Bytes)
- main.go (8.0 KiB)
-
protoc-gen-liverpc
-
gen
-
stringutils
- BUILD (624 Bytes)
- stringutils.go (5.3 KiB)
-
typemap
- BUILD (781 Bytes)
- typemap.go (10.6 KiB)
- BUILD (1.2 KiB)
- logging.go (895 Bytes)
- main.go (2.0 KiB)
- version.go (640 Bytes)
- wrappers.go (17.3 KiB)
-
- BUILD (1.8 KiB)
- Makefile (52 Bytes)
- README.md (214 Bytes)
- command_line.go (2.1 KiB)
- command_line_test.go (3.4 KiB)
- generator.go (15.9 KiB)
- generator_test.go (1.2 KiB)
- go_naming.go (2.7 KiB)
- main.go (880 Bytes)
-
- CHANGELOG.md (87 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (152 Bytes)
-
-
mkprow
- BUILD (1.0 KiB)
- OWNERS (139 Bytes)
- main.go (8.6 KiB)
- template.go (1.7 KiB)
-
owner
- BUILD (851 Bytes)
- OWNERS (138 Bytes)
- main.go (6.5 KiB)
-
protoc-gen-bm
-
codegenerator
- BUILD (772 Bytes)
- generator.go (1.0 KiB)
-
examples
-
helloworld
-
api
- helloworld.pb.bm.go (1.0 KiB)
- helloworld.pb.go (10.8 KiB)
- helloworld.proto (694 Bytes)
-
cmd
- main.go (496 Bytes)
-
service
- service.go (557 Bytes)
-
- .skip_kazel (0 Bytes)
-
-
genbm
- BUILD (1.2 KiB)
- bm_generate.go (3.9 KiB)
- genbm.go (3.2 KiB)
- http_descriptor.go (3.3 KiB)
-
generator
- BUILD (688 Bytes)
- generator.go (392 Bytes)
-
jsonpb
-
jsonpb_test_proto
- BUILD (2.1 KiB)
- more_test_objects.pb.go (14.4 KiB)
- more_test_objects.proto (2.3 KiB)
- test_objects.pb.go (46.3 KiB)
- test_objects.proto (5.2 KiB)
- BUILD (835 Bytes)
- jsonpb.go (35.4 KiB)
-
-
util
- BUILD (799 Bytes)
- param.go (495 Bytes)
- style.go (574 Bytes)
- style_test.go (525 Bytes)
- BUILD (1.2 KiB)
- CHANGELOG.MD (160 Bytes)
- CONTRIBUTORS.MD (48 Bytes)
- Makefile (696 Bytes)
- OWNERS (100 Bytes)
- README.md (5.8 KiB)
- main.go (718 Bytes)
-
-
saga
-
cmd
- BUILD.bazel (1.0 KiB)
- main.go (1016 Bytes)
- saga-test.toml (5.6 KiB)
-
conf
- BUILD.bazel (1.4 KiB)
- conf.go (3.9 KiB)
- conf_test.go (874 Bytes)
-
dao
- BUILD.bazel (1.8 KiB)
- dao.go (1.7 KiB)
- dao_test.go (712 Bytes)
- db_wechat.go (2.4 KiB)
- hbase.go (2.8 KiB)
- hbase_test.go (4.1 KiB)
- http.go (4.8 KiB)
- lock.go (660 Bytes)
- lock_test.go (610 Bytes)
- mc.go (4.3 KiB)
- redis.go (9.9 KiB)
- redis_test.go (14.1 KiB)
-
http
- BUILD.bazel (1.0 KiB)
- api.go (429 Bytes)
- gitlab.go (1.8 KiB)
- http.go (1.1 KiB)
-
model
- BUILD.bazel (886 Bytes)
- gitlab.go (2.4 KiB)
- gitlab_comment.go (1.4 KiB)
- gitlab_mr.go (3.1 KiB)
- gitlab_pipeline.go (1.4 KiB)
- gitlab_push.go (811 Bytes)
- mail.go (442 Bytes)
- model.go (3.7 KiB)
- model_test.go (7.6 KiB)
- wechat.go (776 Bytes)
-
service
-
command
- BUILD (1.6 KiB)
- command.go (3.1 KiB)
- command_test.go (6.2 KiB)
- contributors.go (13.7 KiB)
- contributors_test.go (1.1 KiB)
- merge.go (16.0 KiB)
- review.go (2.4 KiB)
- review_test.go (1.4 KiB)
-
gitlab
- BUILD.bazel (1.1 KiB)
- gitlab.go (14.7 KiB)
- gitlab_test.go (3.2 KiB)
-
mail
- BUILD.bazel (1.2 KiB)
- mail.go (3.0 KiB)
- mail_test.go (1.3 KiB)
- tpl.go (2.3 KiB)
-
notification
- BUILD (894 Bytes)
- notification.go (6.5 KiB)
-
wechat
- BUILD (1.3 KiB)
- contact.go (4.1 KiB)
- wechat.go (4.0 KiB)
- wechat_test.go (2.8 KiB)
- BUILD (2.0 KiB)
- comment.go (1.2 KiB)
- comment_test.go (683 Bytes)
- contributors.go (1.5 KiB)
- contributors_test.go (489 Bytes)
- mr.go (4.3 KiB)
- pipeline.go (2.4 KiB)
- service.go (3.0 KiB)
- service_test.go (5.8 KiB)
- wechat.go (1.8 KiB)
-
- BUILD (549 Bytes)
- CHANGELOG.md (7.9 KiB)
- CONTRIBUTORS.md (87 Bytes)
- OWNERS (217 Bytes)
- README.md (889 Bytes)
-
-
warden
-
generator
-
templates
- BUILD (715 Bytes)
- assets.go (15.1 KiB)
- client.tmpl (925 Bytes)
- server.tmpl (717 Bytes)
- service.tmpl (393 Bytes)
- template.go (77 Bytes)
- BUILD (1.0 KiB)
- gencscode.go (3.0 KiB)
- genservice.go (6.5 KiB)
- genservice_test.go (448 Bytes)
- protoc.go (1.1 KiB)
-
-
goparser
- BUILD (826 Bytes)
- goparser.go (11.8 KiB)
- goparser_test.go (1.5 KiB)
-
types
- BUILD (588 Bytes)
- types.go (2.7 KiB)
- BUILD (1.0 KiB)
- CHANGELOG.md (119 Bytes)
- CONTRIBUTORS.md (48 Bytes)
- Makefile (273 Bytes)
- OWNERS (144 Bytes)
- README.md (745 Bytes)
- main.go (3.2 KiB)
- protoc.sh (3.6 KiB)
-
- BUILD (1.3 KiB)
- OWNERS (148 Bytes)
-
- BUILD (529 Bytes)
- CONTRIBUTORS.md (64 Bytes)
- OWNERS (94 Bytes)
- README.md (323 Bytes)
-
-
build
-
lib
- init.sh (3.4 KiB)
- lib.sh (326 Bytes)
- logging.sh (4.3 KiB)
- util.sh (25.9 KiB)
- version.sh (7.0 KiB)
-
linter
-
internal
- BUILD (273 Bytes)
- linter_repositories.bzl (497 Bytes)
- require.bzl (3.2 KiB)
- BUILD (332 Bytes)
- deps.bzl (2.0 KiB)
- rules.bzl (1.1 KiB)
-
-
make-rules
- verify.sh (4.5 KiB)
-
root
- .gazelcfg.json (54 Bytes)
- .gometalinter.json (328 Bytes)
- .kazelcfg.json (611 Bytes)
- BUILD.root (753 Bytes)
- Makefile (4.3 KiB)
- Makefile.generated_files (38.0 KiB)
- OWNERS (72 Bytes)
- WORKSPACE (5.5 KiB)
- go_common_job.yaml (814.5 KiB)
- labels.yaml (77.3 KiB)
-
template
-
append_task
- always_run.yaml (485 Bytes)
- task.yaml (7.3 KiB)
-
task
- bazel_build.yaml (530 Bytes)
- bazel_test.yaml (479 Bytes)
- go_linter.yaml (481 Bytes)
- always_run.yaml (33 Bytes)
- image.yaml (189 Bytes)
-
-
visible_to
- BUILD (7.4 KiB)
- README.md (4.7 KiB)
- BUILD (362 Bytes)
- OWNERS (97 Bytes)
- check.sh (821 Bytes)
- config.yaml (0 Bytes)
- labels-temp.yaml (17.6 KiB)
- print-workspace-status.sh (1.8 KiB)
- unit_test.sh (8.6 KiB)
- update-bazel.sh (1.7 KiB)
- update-prow.sh (1.8 KiB)
- verify-gometalinter.sh (1.0 KiB)
- verify-lint.sh (1.1 KiB)
- workspace.bzl (821 Bytes)
-
-
library
-
cache
-
memcache
-
test
- BUILD.bazel (1.1 KiB)
- test.pb.go (8.3 KiB)
- test.proto (131 Bytes)
- BUILD (1.7 KiB)
- CHANGELOG.md (752 Bytes)
- CONTRIBUTORS.md (81 Bytes)
- OWNERS (198 Bytes)
- README.md (791 Bytes)
- client.go (4.1 KiB)
- client_test.go (9.2 KiB)
- conn.go (15.4 KiB)
- conn_test.go (11.2 KiB)
- errors.go (2.5 KiB)
- memcache.go (4.6 KiB)
- memcache_test.go (4.2 KiB)
- mock.go (1.3 KiB)
- pool.go (5.6 KiB)
- pool_test.go (7.9 KiB)
- trace.go (2.7 KiB)
- util.go (1.2 KiB)
- util_test.go (671 Bytes)
-
-
redis
- BUILD (1.7 KiB)
- CHANGELOG.md (279 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- LICENSE (9.9 KiB)
- OWNERS (153 Bytes)
- README.markdown (1.9 KiB)
- commandinfo.go (1.4 KiB)
- commandinfo_test.go (689 Bytes)
- conn.go (13.6 KiB)
- conn_test.go (13.7 KiB)
- doc.go (6.1 KiB)
- errors.go (621 Bytes)
- log.go (2.8 KiB)
- mock.go (763 Bytes)
- pool.go (5.8 KiB)
- pool_test.go (9.2 KiB)
- pubsub.go (3.6 KiB)
- pubsub_test.go (3.9 KiB)
- redis.go (1.6 KiB)
- redis_test.go (2.8 KiB)
- reply.go (11.6 KiB)
- reply_test.go (3.5 KiB)
- scan.go (13.6 KiB)
- scan_test.go (9.9 KiB)
- script.go (2.9 KiB)
- script_test.go (2.5 KiB)
- test_test.go (3.8 KiB)
- trace.go (2.8 KiB)
- trace_test.go (4.2 KiB)
- BUILD (948 Bytes)
- cache.go (1.4 KiB)
- cache_test.go (273 Bytes)
-
-
conf
-
dsn
- BUILD (1.2 KiB)
- doc.go (2.0 KiB)
- dsn.go (3.0 KiB)
- dsn_test.go (1.7 KiB)
- example_test.go (728 Bytes)
- query.go (9.1 KiB)
- query_test.go (2.5 KiB)
-
env
- BUILD (749 Bytes)
- env.go (2.5 KiB)
- env_test.go (2.0 KiB)
-
flagvar
- BUILD (589 Bytes)
- flagvar.go (289 Bytes)
-
paladin
- BUILD (2.0 KiB)
- CHANGELOG.md (576 Bytes)
- CONTRIBUTORS.md (80 Bytes)
- OWNERS (145 Bytes)
- README.md (1.8 KiB)
- client.go (820 Bytes)
- default.go (1.7 KiB)
- example_test.go (1.8 KiB)
- file.go (1.5 KiB)
- file_test.go (1.5 KiB)
- helper.go (1.4 KiB)
- map.go (1.1 KiB)
- map_test.go (1.9 KiB)
- mock.go (802 Bytes)
- mock_test.go (761 Bytes)
- sven.go (8.0 KiB)
- sven_test.go (2.7 KiB)
- toml.go (1.5 KiB)
- value.go (3.5 KiB)
- value_test.go (4.0 KiB)
- BUILD (1.1 KiB)
- client.go (10.2 KiB)
- client_test.go (2.1 KiB)
- client_v2.go (9.3 KiB)
- client_v2_test.go (2.1 KiB)
-
-
container
-
pool
- BUILD (1.0 KiB)
- CHANGELOG.md (293 Bytes)
- CONTRIBUTORS.md (65 Bytes)
- OWNERS (159 Bytes)
- README.md (169 Bytes)
- list.go (4.3 KiB)
- list_test.go (7.2 KiB)
- pool.go (1.6 KiB)
- slice.go (9.3 KiB)
- slice_test.go (7.6 KiB)
-
queue
-
aqm
- BUILD (866 Bytes)
- codel.go (3.5 KiB)
- codel_test.go (2.1 KiB)
-
- BUILD (396 Bytes)
-
-
database
-
bfs
- BUILD (1016 Bytes)
- CHANGELOG.md (128 Bytes)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (186 Bytes)
- upload.go (4.8 KiB)
- upload_test.go (1.1 KiB)
-
elastic
- BUILD (1.2 KiB)
- CONTRIBUTORS.md (84 Bytes)
- OWNERS (195 Bytes)
- query.go (13.7 KiB)
- query_test.go (8.5 KiB)
- update.go (2.4 KiB)
- update_test.go (3.1 KiB)
-
hbase.v2
- BUILD (1.2 KiB)
- README.md (827 Bytes)
- config.go (445 Bytes)
- hbase.go (9.0 KiB)
- hbase_test.go (3.4 KiB)
-
orm
- BUILD (827 Bytes)
- orm.go (1001 Bytes)
- timestamp.go (844 Bytes)
-
sql
- BUILD (1.2 KiB)
- CHANGELOG.md (369 Bytes)
- CONTRIBUTORS.md (48 Bytes)
- OWNERS (157 Bytes)
- README.md (258 Bytes)
- mysql.go (1.1 KiB)
- mysql_test.go (6.3 KiB)
- sql.go (17.0 KiB)
-
tidb
- BUILD (1.4 KiB)
- CHANGELOG.md (60 Bytes)
- CONTRIBUTORS.md (58 Bytes)
- OWNERS (193 Bytes)
- README.md (438 Bytes)
- discovery.go (1.1 KiB)
- node_proc.go (1.5 KiB)
- sql.go (18.7 KiB)
- sql_test.go (716 Bytes)
- tidb.go (968 Bytes)
- tidb_test.go (5.7 KiB)
- BUILD (569 Bytes)
-
-
ecode
-
internal
-
types
- BUILD (1.2 KiB)
- status.pb.go (4.0 KiB)
- status.proto (632 Bytes)
-
-
pb
- BUILD (1.2 KiB)
- ecode.go (964 Bytes)
- ecode.pb.go (3.5 KiB)
- ecode.proto (231 Bytes)
-
tip
- BUILD (1.3 KiB)
- CHANGELOG.md (593 Bytes)
- CONTRIBUTORS.md (91 Bytes)
- OWNERS (183 Bytes)
- README.md (1.0 KiB)
- example_test.go (801 Bytes)
- tip.go (3.6 KiB)
- tip_test.go (813 Bytes)
- BUILD (1.9 KiB)
- CHANGELOG.md (67 Bytes)
- CONTRIBUTORS.md (43 Bytes)
- OWNERS (139 Bytes)
- bbq_ecode.go (5.2 KiB)
- common_ecode.go (2.8 KiB)
- ecode.go (2.4 KiB)
- ecode_test.go (1.6 KiB)
- ep_ecode.go (4.5 KiB)
- example_test.go (861 Bytes)
- live_ecode.go (8.2 KiB)
- main_ecode.go (93.8 KiB)
- open_ecode.go (5.1 KiB)
- status.go (2.3 KiB)
- status_test.go (1.7 KiB)
-
-
exp
-
feature
- BUILD (996 Bytes)
- CHANGELOG.md (61 Bytes)
- CONTRIBUTORS.md (69 Bytes)
- OWNERS (159 Bytes)
- README.md (107 Bytes)
- example_test.go (1.4 KiB)
- feature_gate.go (7.1 KiB)
- feature_gate_test.go (5.9 KiB)
-
-
log
-
anticheat
- BUILD (1.0 KiB)
- anticheat.go (4.5 KiB)
- anticheat_test.go (1.4 KiB)
-
benchmark
- BUILD (816 Bytes)
- main.go (2.6 KiB)
-
infoc
- BUILD.bazel (971 Bytes)
- infoc.go (5.0 KiB)
- infoc_test.go (1.8 KiB)
-
internal
-
filewriter
- BUILD (875 Bytes)
- filewriter.go (7.7 KiB)
- filewriter_test.go (4.7 KiB)
- option.go (1.5 KiB)
- BUILD (1.0 KiB)
- buffer.go (2.3 KiB)
- buffer_test.go (3.2 KiB)
- bufferpool.go (1.4 KiB)
- encoder.go (6.9 KiB)
- field.go (89 Bytes)
- json_encoder.go (11.1 KiB)
- pool.go (1.6 KiB)
- pool_test.go (1.7 KiB)
-
- BUILD (2.2 KiB)
- CHANGELOG.md (2.1 KiB)
- CONTRIBUTORS.md (70 Bytes)
- OWNERS (166 Bytes)
- README.md (165 Bytes)
- agent.go (4.6 KiB)
- agent_test.go (488 Bytes)
- doc.go (1.8 KiB)
- dsn.go (1.5 KiB)
- dsn_test.go (469 Bytes)
- encode_test.go (560 Bytes)
- example_test.go (1.0 KiB)
- file.go (1.8 KiB)
- handler.go (2.3 KiB)
- level.go (483 Bytes)
- log.go (8.2 KiB)
- log_test.go (2.2 KiB)
- logrus.go (1.3 KiB)
- pattern.go (3.3 KiB)
- pattern_test.go (963 Bytes)
- stdout.go (1.4 KiB)
- util.go (1.2 KiB)
- verbose.go (2.1 KiB)
-
-
naming
-
discovery
- BUILD (1.8 KiB)
- CHANGELOG.md (549 Bytes)
- CONTRIBUTORS.md (85 Bytes)
- OWNERS (137 Bytes)
- README.md (223 Bytes)
- discovery.go (16.5 KiB)
- discovery_test.go (7.7 KiB)
- example_test.go (1.1 KiB)
- shuffle.go (1005 Bytes)
-
livezk
- BUILD (1.1 KiB)
- livezk.go (2.8 KiB)
- livezk_test.go (1.4 KiB)
- BUILD (633 Bytes)
- README.md (174 Bytes)
- naming.go (1.4 KiB)
-
-
net
-
http
-
blademaster
-
binding
-
example
- BUILD.bazel (1.0 KiB)
- test.pb.go (2.5 KiB)
- test.proto (234 Bytes)
- BUILD.bazel (1.2 KiB)
- binding.go (2.4 KiB)
- binding_test.go (9.6 KiB)
- default_validator.go (867 Bytes)
- example_test.go (898 Bytes)
- form.go (1.1 KiB)
- form_mapping.go (6.4 KiB)
- json.go (373 Bytes)
- query.go (306 Bytes)
- tags.go (1.1 KiB)
- validate_test.go (4.9 KiB)
- xml.go (367 Bytes)
-
-
middleware
-
antispam
- BUILD (1.8 KiB)
- CHANGELOG.md (87 Bytes)
- CONTRIBUTORS.md (52 Bytes)
- OWNERS (137 Bytes)
- README.md (250 Bytes)
- antispam.go (2.9 KiB)
- antispam_test.go (2.3 KiB)
- example_test.go (1.2 KiB)
-
auth
- BUILD (1.9 KiB)
- CHANGELOG.md (246 Bytes)
- CONTRIBUTORS.md (97 Bytes)
- OWNERS (145 Bytes)
- README.md (271 Bytes)
- auth.go (3.8 KiB)
- auth_test.go (8.0 KiB)
- example_test.go (1.4 KiB)
-
cache
-
store
- BUILD (855 Bytes)
- file.go (1.4 KiB)
- memcache.go (1.1 KiB)
- store.go (419 Bytes)
- BUILD (2.9 KiB)
- CHANGELOG.md (238 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (109 Bytes)
- README.md (248 Bytes)
- cache.go (837 Bytes)
- cache_test.go (8.5 KiB)
- control.go (1.7 KiB)
- degrade.go (4.5 KiB)
- example_test.go (2.4 KiB)
- page.go (3.5 KiB)
- page.pb.go (4.0 KiB)
- page.proto (255 Bytes)
-
-
limit
-
aqm
- BUILD (1.3 KiB)
- CHANGELOG.md (89 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (109 Bytes)
- README.md (271 Bytes)
- aqm.go (1.0 KiB)
- aqm_test.go (815 Bytes)
- example_test.go (309 Bytes)
-
-
permit
- BUILD (2.1 KiB)
- CHANGELOG.md (519 Bytes)
- README.md (282 Bytes)
- example_test.go (3.1 KiB)
- permit.go (8.1 KiB)
- permit_test.go (7.0 KiB)
- session.go (3.3 KiB)
-
proxy
- BUILD (1.5 KiB)
- CHANGELOG.md (84 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (109 Bytes)
- README.md (248 Bytes)
- example_test.go (1.6 KiB)
- proxy.go (2.4 KiB)
- proxy_test.go (4.3 KiB)
-
rate
- BUILD (1.3 KiB)
- CHANGELOG.md (83 Bytes)
- CONTRIBUTORS.md (52 Bytes)
- OWNERS (137 Bytes)
- README.md (242 Bytes)
- example_test.go (802 Bytes)
- limit.go (2.6 KiB)
- limit_test.go (3.0 KiB)
-
supervisor
- BUILD (1.2 KiB)
- CHANGELOG.md (143 Bytes)
- CONTRIBUTORS.md (40 Bytes)
- OWNERS (109 Bytes)
- README.md (254 Bytes)
- example_test.go (740 Bytes)
- supervisor.go (1.0 KiB)
- supervisor_test.go (982 Bytes)
-
tag
- BUILD (1.1 KiB)
- CHANGELOG.md (82 Bytes)
- CONTRIBUTORS.md (69 Bytes)
- OWNERS (136 Bytes)
- README.md (246 Bytes)
- example_test.go (1.2 KiB)
- tag.go (926 Bytes)
- tag_test.go (1.4 KiB)
-
verify
- BUILD (1.7 KiB)
- CHANGELOG.md (106 Bytes)
- CONTRIBUTORS.md (78 Bytes)
- OWNERS (132 Bytes)
- README.md (266 Bytes)
- example_test.go (1.2 KiB)
- verify.go (3.9 KiB)
- verify_test.go (3.9 KiB)
- CHANGELOG.md (126 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (173 Bytes)
- README.md (452 Bytes)
-
-
render
- BUILD (1.7 KiB)
- CHANGELOG.md (78 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (173 Bytes)
- README.md (206 Bytes)
- data.go (581 Bytes)
- json.go (1.4 KiB)
- pb.pb.go (2.9 KiB)
- pb.proto (412 Bytes)
- protobuf.go (756 Bytes)
- redirect.go (598 Bytes)
- render.go (607 Bytes)
- string.go (852 Bytes)
- xml.go (612 Bytes)
-
tests
- BUILD.bazel (1.3 KiB)
- test.pb.go (9.4 KiB)
- test.proto (242 Bytes)
- BUILD (4.0 KiB)
- CHANGELOG.md (965 Bytes)
- CONTRIBUTORS.md (71 Bytes)
- OWNERS (173 Bytes)
- README.md (384 Bytes)
- client.go (10.6 KiB)
- client_test.go (10.9 KiB)
- context.go (7.7 KiB)
- cors.go (7.1 KiB)
- csrf.go (2.0 KiB)
- device.go (4.0 KiB)
- example_test.go (6.3 KiB)
- logger.go (1.5 KiB)
- metadata.go (2.8 KiB)
- perf.go (995 Bytes)
- prometheus.go (214 Bytes)
- recovery.go (704 Bytes)
- routergroup.go (5.4 KiB)
- server.go (12.0 KiB)
- server_test.go (44.3 KiB)
- trace.go (6.2 KiB)
- trace_test.go (1.2 KiB)
- utils.go (855 Bytes)
-
- BUILD.bazel (1.1 KiB)
- CHANGELOG.md (601 Bytes)
- CONTRIBUTORS.md (101 Bytes)
- OWNERS (161 Bytes)
- README.md (218 Bytes)
- server.go (1.3 KiB)
- server_test.go (1.2 KiB)
-
-
ip
- BUILD (695 Bytes)
- ip.go (4.7 KiB)
- ip_test.go (1.1 KiB)
- zone.go (115.7 KiB)
-
metadata
- BUILD (791 Bytes)
- CHANGELOG.md (347 Bytes)
- CONTRIBUTORS.md (49 Bytes)
- OWNERS (131 Bytes)
- README.md (183 Bytes)
- key.go (664 Bytes)
- metadata.go (2.9 KiB)
- metadata_test.go (2.6 KiB)
-
netutil
-
breaker
- BUILD (1.4 KiB)
- CHANGELOG.md (344 Bytes)
- CONTRIBUTORS.md (46 Bytes)
- OWNERS (125 Bytes)
- README.md (818 Bytes)
- breaker.go (3.6 KiB)
- breaker_test.go (1.8 KiB)
- example_test.go (1.2 KiB)
- sre_breaker.go (1.5 KiB)
- sre_breaker_test.go (1.1 KiB)
- BUILD (776 Bytes)
- backoff.go (1.7 KiB)
- listen.go (1.6 KiB)
- listen_test.go (381 Bytes)
-
-
rpc
-
context
- BUILD.bazel (537 Bytes)
- context.go (886 Bytes)
-
interceptor
- BUILD.bazel (1.2 KiB)
- interceptor.go (1.8 KiB)
- interceptor_test.go (1.0 KiB)
-
liverpc
-
context
- BUILD (661 Bytes)
- context.go (625 Bytes)
-
test
- BUILD (1.0 KiB)
- client.go (84 Bytes)
- client_test.go (5.0 KiB)
-
testdata
-
v1
- BUILD (1.2 KiB)
- Room.liverpc.go (2.1 KiB)
- Room.pb.go (108.1 KiB)
- Room.proto (4.6 KiB)
-
v2
- BUILD (1.2 KiB)
- Room.liverpc.go (1.8 KiB)
- Room.pb.go (54.5 KiB)
- Room.proto (2.8 KiB)
- BUILD (938 Bytes)
- client.go (1.3 KiB)
-
- BUILD (2.3 KiB)
- CHANGELOG.md (361 Bytes)
- CONTRIBUTORS.md (82 Bytes)
- OWNERS (141 Bytes)
- README.md (84 Bytes)
- client.go (7.7 KiB)
- client_conn.go (9.3 KiB)
- client_conn_test.go (2.2 KiB)
- genproto (66 Bytes)
- liverpc.pb.go (8.7 KiB)
- liverpc.proto (996 Bytes)
- option.go (929 Bytes)
- protocol.go (695 Bytes)
-
-
warden
-
balancer
-
wrr
-
test
-
client
- BUILD (1.1 KiB)
- client.go (1.6 KiB)
-
server
- BUILD (968 Bytes)
- server.go (1.9 KiB)
- BUILD (1.4 KiB)
- base.go (13 Bytes)
- base_test.go (7.0 KiB)
-
- BUILD (1.7 KiB)
- CHANGELOG.md (420 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (111 Bytes)
- README.md (300 Bytes)
- wrr.go (6.6 KiB)
- wrr_test.go (2.2 KiB)
-
-
-
benchmark
-
bench
-
client
- BUILD (1.2 KiB)
- client.go (4.7 KiB)
-
proto
- BUILD (1.4 KiB)
- hello.pb.go (38.9 KiB)
- hello.proto (1.4 KiB)
-
server
- BUILD (1.1 KiB)
- server.go (2.2 KiB)
-
-
helloworld
-
client
- BUILD (994 Bytes)
- greeter_client.go (1.7 KiB)
-
server
- BUILD (1.0 KiB)
- greeter_server.go (973 Bytes)
- client.sh (376 Bytes)
-
-
-
encoding
-
json
- BUILD (813 Bytes)
- json.go (1.0 KiB)
-
-
examples
-
client
- BUILD (1.1 KiB)
- client.go (1.1 KiB)
-
grpcDebug
- BUILD (1000 Bytes)
- client.go (2.5 KiB)
- data.json (23 Bytes)
-
server
- BUILD (1.1 KiB)
- main.go (2.5 KiB)
-
-
metadata
- BUILD (597 Bytes)
- meta.go (118 Bytes)
-
proto
-
testproto
- BUILD (1.4 KiB)
- hello.pb.go (15.8 KiB)
- hello.proto (987 Bytes)
-
-
resolver
-
direct
- BUILD (1.2 KiB)
- CHANGELOG.md (105 Bytes)
- README.md (344 Bytes)
- direct.go (1.4 KiB)
- direct_test.go (2.1 KiB)
-
livezk
- BUILD (774 Bytes)
- CHANGELOG.md (45 Bytes)
- README.md (357 Bytes)
- helper.go (634 Bytes)
-
test
- BUILD (1.5 KiB)
- mockdiscovery.go (1.9 KiB)
- resovler_test.go (11.3 KiB)
- BUILD (1.2 KiB)
- CHANGELOG.md (229 Bytes)
- CONTRIBUTORS.md (61 Bytes)
- OWNERS (111 Bytes)
- README.md (283 Bytes)
- resolver.go (4.5 KiB)
- util.go (394 Bytes)
-
-
status
- BUILD (1.6 KiB)
- status.go (3.9 KiB)
- status_test.go (4.6 KiB)
- BUILD (4.7 KiB)
- CHANGELOG.md (1.2 KiB)
- CONTRIBUTORS.md (77 Bytes)
- OWNERS (121 Bytes)
- README.md (286 Bytes)
- client.go (9.6 KiB)
- exapmle_test.go (2.3 KiB)
- logging.go (3.2 KiB)
- logging_test.go (993 Bytes)
- recovery.go (1.6 KiB)
- server.go (10.8 KiB)
- server_test.go (16.1 KiB)
- stats.go (1.1 KiB)
- validate.go (989 Bytes)
-
- BUILD (2.2 KiB)
- balancer.go (2.6 KiB)
- breaker_test.go (2.0 KiB)
- client.go (12.8 KiB)
- client2.go (6.0 KiB)
- client2_test.go (3.3 KiB)
- server.go (18.1 KiB)
- server_test.go (15.1 KiB)
- trace.go (1.2 KiB)
-
-
trace
-
proto
- BUILD (1.4 KiB)
- span.pb.go (17.6 KiB)
- span.proto (1.6 KiB)
- BUILD (1.8 KiB)
- CHANGELOG.md (1.1 KiB)
- CONTRIBUTORS.md (68 Bytes)
- OWNERS (143 Bytes)
- README.md (4.8 KiB)
- config.go (2.5 KiB)
- config_test.go (563 Bytes)
- const.go (468 Bytes)
- context.go (2.6 KiB)
- context_test.go (575 Bytes)
- dapper.go (4.9 KiB)
- dapper_test.go (3.9 KiB)
- marshal.go (4.2 KiB)
- marshal_test.go (425 Bytes)
- noop.go (852 Bytes)
- option.go (245 Bytes)
- propagation.go (4.4 KiB)
- report.go (2.7 KiB)
- report_test.go (1.7 KiB)
- sample.go (1.4 KiB)
- sample_test.go (825 Bytes)
- span.go (2.8 KiB)
- span_test.go (3.1 KiB)
- tag.go (5.7 KiB)
- tag_test.go (14 Bytes)
- tracer.go (2.7 KiB)
- util.go (1.5 KiB)
- util_test.go (405 Bytes)
-
- BUILD (527 Bytes)
-
-
os
-
signal
- BUILD (501 Bytes)
- signal.go (163 Bytes)
- BUILD (341 Bytes)
-
-
queue
-
databus
-
databusutil
- BUILD.bazel (1.1 KiB)
- doc.go (3.0 KiB)
- group.go (3.9 KiB)
- group_test.go (9.4 KiB)
-
metadata
- BUILD (658 Bytes)
- metadata.go (790 Bytes)
-
report
- BUILD (1.1 KiB)
- agent.go (4.2 KiB)
- agent_test.go (2.9 KiB)
- conf.go (2.2 KiB)
- BUILD (2.2 KiB)
- databus.go (8.2 KiB)
- databus.pb.go (22.2 KiB)
- databus.proto (688 Bytes)
- databus_test.go (3.3 KiB)
-
- BUILD (345 Bytes)
- CHANGELOG.md (112 Bytes)
-
-
rate
-
limit
-
bench
-
stress
-
cmd
- BUILD (1000 Bytes)
- main.go (1.1 KiB)
- stress-test.toml (2.6 KiB)
-
conf
- BUILD (1.0 KiB)
- conf.go (1.5 KiB)
-
dao
- BUILD (849 Bytes)
- dao.go (814 Bytes)
-
http
- BUILD (1015 Bytes)
- http.go (2.8 KiB)
-
service
- BUILD (682 Bytes)
- service.go (228 Bytes)
- CHANGELOG.md (12 Bytes)
- CONTRIBUTORS.md (51 Bytes)
- OWNERS (99 Bytes)
- README.md (95 Bytes)
-
-
- BUILD (1.3 KiB)
- limit.go (1.3 KiB)
- limit_test.go (1.1 KiB)
-
-
vegas
- BUILD (891 Bytes)
- sample.go (888 Bytes)
- vegas.go (3.0 KiB)
- vegas_test.go (1.1 KiB)
- BUILD (675 Bytes)
- rate.go (315 Bytes)
-
-
stat
-
counter
- BUILD (939 Bytes)
- counter.go (1.1 KiB)
- counter_test.go (1.2 KiB)
- gauge.go (623 Bytes)
- rolling.go (2.3 KiB)
- rolling_test.go (422 Bytes)
-
prom
- BUILD.bazel (625 Bytes)
- prometheus.go (3.9 KiB)
-
statsd
- BUILD.bazel (581 Bytes)
- statsd.go (2.6 KiB)
-
summary
- BUILD (840 Bytes)
- summary.go (2.4 KiB)
- summary_test.go (1.5 KiB)
-
sys
-
cpu
- BUILD (1.3 KiB)
- CHANGELOG.md (90 Bytes)
- CONTRIBUTORS.md (62 Bytes)
- OWNERS (111 Bytes)
- README.md (205 Bytes)
- cgroup.go (2.8 KiB)
- cgroup_test.go (96 Bytes)
- cpu.go (2.0 KiB)
- cpu_darwin.go (594 Bytes)
- cpu_linux.go (3.1 KiB)
- cpu_other.go (537 Bytes)
- stat_test.go (286 Bytes)
- sysconfig_notcgo.go (488 Bytes)
- util.go (3.0 KiB)
-
- BUILD (859 Bytes)
- CHANGELOG.md (122 Bytes)
- CONTRIBUTORS.md (63 Bytes)
- OWNERS (140 Bytes)
- stat.go (510 Bytes)
-
-
sync
-
errgroup
- BUILD.bazel (813 Bytes)
- CHANGELOG.md (176 Bytes)
- CONTRIBUTORS.md (41 Bytes)
- OWNERS (108 Bytes)
- README.md (85 Bytes)
- errgroup.go (2.4 KiB)
- errgroup_test.go (5.5 KiB)
- example_test.go (1.0 KiB)
-
errgroup.v2
- BUILD.bazel (787 Bytes)
- CHANGELOG.md (176 Bytes)
- CONTRIBUTORS.md (42 Bytes)
- OWNERS (108 Bytes)
- README.md (86 Bytes)
- doc.go (1.7 KiB)
- errgroup.go (2.8 KiB)
- errgroup_test.go (5.2 KiB)
- example_test.go (1.2 KiB)
-
pipeline
-
fanout
- BUILD (1008 Bytes)
- CHANGELOG.md (74 Bytes)
- CONTRIBUTORS.md (47 Bytes)
- OWNERS (115 Bytes)
- README.md (585 Bytes)
- example_test.go (957 Bytes)
- fanout.go (2.8 KiB)
- fanout_test.go (554 Bytes)
- BUILD (1.0 KiB)
- CHANGELOG.md (134 Bytes)
- CONTRIBUTORS.md (39 Bytes)
- OWNERS (105 Bytes)
- README.md (84 Bytes)
- pipeline.go (3.8 KiB)
- pipeline_test.go (2.5 KiB)
-
- BUILD (436 Bytes)
-
-
syscall
- BUILD (672 Bytes)
- syscall.go (1.3 KiB)
- syscall_test.go (182 Bytes)
- syscall_windows.go (1.4 KiB)
- syscall_windows_test.go (169 Bytes)
-
text
-
translate
-
chinese
- BUILD (935 Bytes)
- README.md (1.7 KiB)
- constant.go (4.8 KiB)
- dict.go (2.3 KiB)
- opencc.go (4.0 KiB)
- opencc_test.go (2.0 KiB)
-
-
-
time
- BUILD (663 Bytes)
- CHANGELOG.md (202 Bytes)
- README.md (224 Bytes)
- time.go (1.3 KiB)
- time_test.go (1.8 KiB)
-
xstr
- BUILD (663 Bytes)
- xstr.go (930 Bytes)
- xstr_test.go (1.1 KiB)
- BUILD (956 Bytes)
- OWNERS (103 Bytes)
-
-
vendor
-
cloud.google.com
-
go
-
compute
-
metadata
- BUILD.bazel (717 Bytes)
- metadata.go (12.5 KiB)
-
-
iam
- BUILD.bazel (898 Bytes)
- iam.go (8.0 KiB)
-
internal
-
optional
- BUILD.bazel (610 Bytes)
- optional.go (2.5 KiB)
-
trace
- BUILD.bazel (996 Bytes)
- go18.go (2.5 KiB)
- not_go18.go (852 Bytes)
-
version
- BUILD.bazel (607 Bytes)
- version.go (1.7 KiB)
- BUILD.bazel (1.1 KiB)
- annotate.go (1.6 KiB)
- retry.go (1.7 KiB)
-
-
storage
- BUILD.bazel (1.8 KiB)
- acl.go (6.6 KiB)
- bucket.go (30.0 KiB)
- copy.go (7.8 KiB)
- doc.go (5.6 KiB)
- go110.go (965 Bytes)
- go17.go (780 Bytes)
- iam.go (3.5 KiB)
- invoke.go (1.1 KiB)
- not_go110.go (1.2 KiB)
- not_go17.go (792 Bytes)
- notifications.go (5.9 KiB)
- reader.go (8.0 KiB)
- storage.go (34.0 KiB)
- writer.go (6.6 KiB)
- LICENSE (11.1 KiB)
-
-
-
code.google.com
-
p
-
graphics-go
-
graphics
-
convolve
- BUILD.bazel (816 Bytes)
- Makefile (307 Bytes)
- convolve.go (6.4 KiB)
- convolve_test.go (1.4 KiB)
-
detect
- BUILD.bazel (925 Bytes)
- Makefile (353 Bytes)
- detect.go (2.8 KiB)
- detect_test.go (1.9 KiB)
- doc.go (954 Bytes)
- integral.go (2.1 KiB)
- integral_test.go (2.9 KiB)
- opencv_parser.go (2.8 KiB)
- opencv_parser_test.go (1.6 KiB)
- projector.go (1.4 KiB)
- projector_test.go (972 Bytes)
-
graphicstest
- BUILD.bazel (609 Bytes)
- Makefile (315 Bytes)
- graphicstest.go (2.5 KiB)
-
interp
- BUILD.bazel (770 Bytes)
- Makefile (326 Bytes)
- bilinear.go (5.3 KiB)
- bilinear_test.go (2.9 KiB)
- doc.go (675 Bytes)
- interp.go (794 Bytes)
- BUILD.bazel (1.5 KiB)
- Makefile (344 Bytes)
- affine.go (4.3 KiB)
- blur.go (1.4 KiB)
- blur_test.go (4.2 KiB)
- rotate.go (826 Bytes)
- rotate_test.go (3.2 KiB)
- scale.go (780 Bytes)
- scale_test.go (2.4 KiB)
- shared_test.go (1.5 KiB)
- thumbnail.go (989 Bytes)
- thumbnail_test.go (1.2 KiB)
-
-
lib
-
codereview
- codereview.cfg (39 Bytes)
-
-
testdata
- gopher-100x150.png (30.6 KiB)
- gopher-500x750.png (473.0 KiB)
- gopher-blur.png (267.6 KiB)
- gopher-rotate-partial.png (291.9 KiB)
- gopher-rotate-side.png (346.5 KiB)
- gopher-thumb-50x150.png (15.8 KiB)
- gopher-thumb-80x80.png (14.3 KiB)
- gopher.png (359.6 KiB)
- opencv.xml (1.8 KiB)
- .hgignore (232 Bytes)
- AUTHORS (345 Bytes)
- CONTRIBUTORS (1.2 KiB)
- LICENSE (1.5 KiB)
- Makefile (479 Bytes)
- README (294 Bytes)
-
-
-
-
github.com
-
360EntSecGroup-Skylar
-
excelize
- BUILD.bazel (1.3 KiB)
- CODE_OF_CONDUCT.md (3.1 KiB)
- CONTRIBUTING.md (16.6 KiB)
- LICENSE (1.5 KiB)
- PULL_REQUEST_TEMPLATE.md (1.6 KiB)
- README.md (5.6 KiB)
- README_zh.md (5.8 KiB)
- cell.go (17.5 KiB)
- chart.go (37.5 KiB)
- col.go (10.4 KiB)
- comment.go (6.8 KiB)
- date.go (4.7 KiB)
- excelize.go (12.5 KiB)
- excelize.png (52.9 KiB)
- file.go (2.4 KiB)
- hsl.go (3.5 KiB)
- lib.go (4.0 KiB)
- logo.png (4.1 KiB)
- picture.go (16.0 KiB)
- rows.go (12.1 KiB)
- shape.go (14.5 KiB)
- sheet.go (23.0 KiB)
- sheetpr.go (3.1 KiB)
- sheetview.go (4.3 KiB)
- styles.go (84.3 KiB)
- table.go (13.8 KiB)
- templates.go (11.8 KiB)
- vmlDrawing.go (4.4 KiB)
- xmlChart.go (22.4 KiB)
- xmlComments.go (2.2 KiB)
- xmlContentTypes.go (880 Bytes)
- xmlDecodeDrawing.go (7.6 KiB)
- xmlDrawing.go (16.8 KiB)
- xmlSharedStrings.go (1.8 KiB)
- xmlStyles.go (14.9 KiB)
- xmlTable.go (9.6 KiB)
- xmlTheme.go (5.5 KiB)
- xmlWorkbook.go (14.8 KiB)
- xmlWorksheet.go (27.7 KiB)
-
-
AlecAivazis
-
survey
- BUILD (1.1 KiB)
- CONTRIBUTING.md (4.8 KiB)
- Gopkg.lock (1.9 KiB)
- Gopkg.toml (1.1 KiB)
- LICENSE (1.0 KiB)
- README.md (11.8 KiB)
- _tasks.yml (481 Bytes)
- confirm.go (3.3 KiB)
- editor.go (4.5 KiB)
- input.go (2.3 KiB)
- multiline.go (2.2 KiB)
- multiselect.go (6.5 KiB)
- password.go (2.0 KiB)
- select.go (6.9 KiB)
- survey.go (6.1 KiB)
- transform.go (2.3 KiB)
- validate.go (2.5 KiB)
-
-
AndreasBriese
-
bbloom
- BUILD.bazel (600 Bytes)
- LICENSE (1.6 KiB)
- README.md (5.3 KiB)
- bbloom.go (7.6 KiB)
- sipHash.go (3.5 KiB)
-
-
BurntSushi
-
toml
- BUILD.bazel (784 Bytes)
- COMPATIBLE (113 Bytes)
- COPYING (1.1 KiB)
- Makefile (289 Bytes)
- README.md (4.2 KiB)
- decode.go (14.1 KiB)
- decode_meta.go (3.1 KiB)
- doc.go (1.1 KiB)
- encode.go (14.6 KiB)
- encoding_types.go (541 Bytes)
- encoding_types_1.1.go (507 Bytes)
- lex.go (21.7 KiB)
- parse.go (15.3 KiB)
- session.vim (55 Bytes)
- type_check.go (2.4 KiB)
- type_fields.go (6.3 KiB)
-
-
Dai0522
-
go-hash
-
bloomfilter
- BUILD.bazel (722 Bytes)
- bitmap.go (2.2 KiB)
- bloomfilter.go (4.3 KiB)
- strategies.go (1.1 KiB)
-
murmur3
- BUILD.bazel (661 Bytes)
- murmur3.go (800 Bytes)
- murmur3_128.go (2.2 KiB)
- murmur3_32.go (97 Bytes)
- murmur3_64.go (97 Bytes)
-
-
workpool
- BUILD.bazel (608 Bytes)
- README.md (687 Bytes)
- buffer.go (1.5 KiB)
- pool.go (3.7 KiB)
- task.go (568 Bytes)
-
-
GRbit
-
go-pcre
- BUILD.bazel (593 Bytes)
- README.markdown (613 Bytes)
- pcre.go (25.1 KiB)
-
-
Microsoft
-
go-winio
- BUILD.bazel (964 Bytes)
- LICENSE (1.1 KiB)
- README.md (1.0 KiB)
- backup.go (7.9 KiB)
- ea.go (3.1 KiB)
- file.go (7.2 KiB)
- fileinfo.go (2.1 KiB)
- pipe.go (11.0 KiB)
- privilege.go (5.3 KiB)
- reparse.go (3.4 KiB)
- sd.go (3.2 KiB)
- syscall.go (162 Bytes)
- zsyscall_windows.go (17.4 KiB)
-
-
Shopify
-
sarama
- BUILD (4.1 KiB)
- CHANGELOG.md (26.4 KiB)
- LICENSE (1.0 KiB)
- Makefile (760 Bytes)
- README.md (2.2 KiB)
- Vagrantfile (528 Bytes)
- acl_bindings.go (2.1 KiB)
- acl_create_request.go (1.3 KiB)
- acl_create_response.go (1.7 KiB)
- acl_delete_request.go (859 Bytes)
- acl_delete_response.go (2.9 KiB)
- acl_describe_request.go (490 Bytes)
- acl_describe_response.go (1.5 KiB)
- acl_filter.go (1.2 KiB)
- acl_types.go (1.5 KiB)
- add_offsets_to_txn_request.go (1022 Bytes)
- add_offsets_to_txn_response.go (826 Bytes)
- add_partitions_to_txn_request.go (1.5 KiB)
- add_partitions_to_txn_response.go (2.0 KiB)
- admin.go (10.4 KiB)
- alter_configs_request.go (2.2 KiB)
- alter_configs_response.go (1.8 KiB)
- api_versions_request.go (426 Bytes)
- api_versions_response.go (1.6 KiB)
- async_producer.go (25.7 KiB)
- broker.go (22.4 KiB)
- client.go (26.2 KiB)
- config.go (20.3 KiB)
- config_resource_type.go (472 Bytes)
- consumer.go (24.0 KiB)
- consumer_group_members.go (1.7 KiB)
- consumer_metadata_request.go (741 Bytes)
- consumer_metadata_response.go (1.6 KiB)
- crc32_field.go (1.4 KiB)
- create_partitions_request.go (2.2 KiB)
- create_partitions_response.go (1.9 KiB)
- create_topics_request.go (3.2 KiB)
- create_topics_response.go (2.0 KiB)
- delete_groups_request.go (599 Bytes)
- delete_groups_response.go (1.3 KiB)
- delete_records_request.go (2.6 KiB)
- delete_records_response.go (3.3 KiB)
- delete_topics_request.go (903 Bytes)
- delete_topics_response.go (1.4 KiB)
- describe_configs_request.go (1.6 KiB)
- describe_configs_response.go (3.2 KiB)
- describe_groups_request.go (613 Bytes)
- describe_groups_response.go (3.8 KiB)
- dev.yml (113 Bytes)
- encoder_decoder.go (1.9 KiB)
- end_txn_request.go (950 Bytes)
- end_txn_response.go (772 Bytes)
- errors.go (14.7 KiB)
- fetch_request.go (3.6 KiB)
- fetch_response.go (7.9 KiB)
- find_coordinator_request.go (1.1 KiB)
- find_coordinator_response.go (1.7 KiB)
- heartbeat_request.go (830 Bytes)
- heartbeat_response.go (536 Bytes)
- init_producer_id_request.go (878 Bytes)
- init_producer_id_response.go (1.0 KiB)
- join_group_request.go (3.4 KiB)
- join_group_response.go (2.4 KiB)
- leave_group_request.go (711 Bytes)
- leave_group_response.go (548 Bytes)
- length_field.go (1.8 KiB)
- list_groups_request.go (419 Bytes)
- list_groups_response.go (1.1 KiB)
- message.go (5.0 KiB)
- message_set.go (2.2 KiB)
- metadata_request.go (1.5 KiB)
- metadata_response.go (5.2 KiB)
- metrics.go (2.1 KiB)
- mockbroker.go (9.3 KiB)
- mockresponses.go (19.7 KiB)
- offset_commit_request.go (5.1 KiB)
- offset_commit_response.go (1.7 KiB)
- offset_fetch_request.go (1.7 KiB)
- offset_fetch_response.go (2.8 KiB)
- offset_manager.go (14.1 KiB)
- offset_request.go (2.6 KiB)
- offset_response.go (3.2 KiB)
- packet_decoder.go (2.3 KiB)
- packet_encoder.go (2.3 KiB)
- partitioner.go (7.3 KiB)
- prep_encoder.go (2.7 KiB)
- produce_request.go (7.2 KiB)
- produce_response.go (3.6 KiB)
- produce_set.go (7.7 KiB)
- real_decoder.go (6.3 KiB)
- real_encoder.go (2.8 KiB)
- record.go (2.1 KiB)
- record_batch.go (5.6 KiB)
- records.go (4.3 KiB)
- request.go (3.1 KiB)
- response_header.go (437 Bytes)
- sarama.go (7.7 KiB)
- sasl_handshake_request.go (593 Bytes)
- sasl_handshake_response.go (721 Bytes)
- sync_group_request.go (2.0 KiB)
- sync_group_response.go (862 Bytes)
- sync_producer.go (4.6 KiB)
- timestamp.go (744 Bytes)
- txn_offset_commit_request.go (2.6 KiB)
- txn_offset_commit_response.go (1.5 KiB)
- utils.go (5.2 KiB)
-
-
StackExchange
-
wmi
- BUILD.bazel (869 Bytes)
- LICENSE (1.1 KiB)
- README.md (149 Bytes)
- swbemservices.go (7.6 KiB)
- wmi.go (12.8 KiB)
-
-
Terry-Mao
-
goconf
- BUILD.bazel (586 Bytes)
- README.md (2.9 KiB)
- conf.go (19.1 KiB)
- doc.go (1.1 KiB)
-
-
ajstarks
-
svgo
- BUILD (612 Bytes)
- LICENSE (160 Bytes)
- README.markdown (24.1 KiB)
- doc.go (2.9 KiB)
- gophercolor128x128.png (12.1 KiB)
- newsvg (511 Bytes)
- svg.go (35.3 KiB)
- svgdef.pdf (920.8 KiB)
- svgdef.png (411.5 KiB)
- svgdef.svg (21.2 KiB)
-
-
alecthomas
-
log4go
- BUILD.bazel (703 Bytes)
- LICENSE (1.3 KiB)
- README (346 Bytes)
- config.go (7.7 KiB)
- filelog.go (6.9 KiB)
- log4go.go (13.4 KiB)
- pattlog.go (3.4 KiB)
- socklog.go (1.1 KiB)
- termlog.go (1.2 KiB)
- wrapper.go (8.2 KiB)
-
-
aliyun
-
aliyun-oss-go-sdk
-
oss
- BUILD.bazel (1000 Bytes)
- auth.go (2.7 KiB)
- bucket.go (32.0 KiB)
- client.go (23.6 KiB)
- conf.go (2.3 KiB)
- conn.go (15.6 KiB)
- const.go (4.2 KiB)
- crc.go (2.9 KiB)
- download.go (13.8 KiB)
- error.go (3.0 KiB)
- mime.go (8.9 KiB)
- model.go (1.1 KiB)
- multicopy.go (12.0 KiB)
- multipart.go (9.4 KiB)
- option.go (10.6 KiB)
- progress.go (2.6 KiB)
- transport_1_6.go (554 Bytes)
- transport_1_7.go (607 Bytes)
- type.go (17.2 KiB)
- upload.go (11.5 KiB)
- utils.go (6.6 KiB)
-
-
-
bazelbuild
-
buildtools
-
build
- BUILD.bazel (816 Bytes)
- build_defs.bzl (1.6 KiB)
- lex.go (21.8 KiB)
- parse.y (17.8 KiB)
- parse.y.go (37.1 KiB)
- print.go (17.2 KiB)
- quote.go (6.5 KiB)
- rewrite.go (19.7 KiB)
- rule.go (8.1 KiB)
- syntax.go (11.5 KiB)
- walk.go (3.3 KiB)
-
tables
- BUILD.bazel (619 Bytes)
- jsonparser.go (2.2 KiB)
- tables.go (8.2 KiB)
- CONTRIBUTORS (621 Bytes)
- LICENSE (573 Bytes)
-
-
-
beorn7
-
perks
-
quantile
- BUILD.bazel (565 Bytes)
- exampledata.txt (5.2 KiB)
- stream.go (7.2 KiB)
- LICENSE (1.0 KiB)
-
-
-
bitly
-
go-simplejson
- BUILD.bazel (640 Bytes)
- LICENSE (1023 Bytes)
- README.md (335 Bytes)
- simplejson.go (9.9 KiB)
- simplejson_go10.go (2.0 KiB)
- simplejson_go11.go (2.3 KiB)
-
-
bluele
-
gcache
- BUILD.bazel (725 Bytes)
- LICENSE (1.1 KiB)
- README.md (5.3 KiB)
- arc.go (8.1 KiB)
- cache.go (5.0 KiB)
- clock.go (800 Bytes)
- lfu.go (6.6 KiB)
- lru.go (5.7 KiB)
- simple.go (5.5 KiB)
- singleflight.go (2.1 KiB)
- stats.go (1003 Bytes)
- utils.go (149 Bytes)
- wercker.yml (1.5 KiB)
-
-
bouk
-
monkey
- BUILD.bazel (691 Bytes)
- LICENSE.md (111 Bytes)
- README.md (4.0 KiB)
- circle.yml (36 Bytes)
- monkey.go (3.0 KiB)
- monkey_386.go (250 Bytes)
- monkey_amd64.go (331 Bytes)
- replace.go (627 Bytes)
- replace_unix.go (606 Bytes)
- replace_windows.go (1.1 KiB)
-
-
bsm
-
sarama-cluster
- BUILD.bazel (817 Bytes)
- Gopkg.lock (3.4 KiB)
- Gopkg.toml (610 Bytes)
- LICENSE (1.1 KiB)
- Makefile (915 Bytes)
- README.md (4.1 KiB)
- README.md.tpl (2.1 KiB)
- balancer.go (4.0 KiB)
- client.go (933 Bytes)
- cluster.go (681 Bytes)
- config.go (5.0 KiB)
- consumer.go (21.4 KiB)
- doc.go (300 Bytes)
- offsets.go (1.3 KiB)
- partitions.go (5.5 KiB)
- util.go (1.3 KiB)
-
-
coreos
-
bbolt
- BUILD.bazel (1.3 KiB)
- LICENSE (1.1 KiB)
- Makefile (744 Bytes)
- README.md (35.2 KiB)
- appveyor.yml (262 Bytes)
- bolt_386.go (291 Bytes)
- bolt_amd64.go (298 Bytes)
- bolt_arm.go (831 Bytes)
- bolt_arm64.go (315 Bytes)
- bolt_linux.go (171 Bytes)
- bolt_mips64x.go (323 Bytes)
- bolt_mipsx.go (314 Bytes)
- bolt_openbsd.go (518 Bytes)
- bolt_ppc.go (306 Bytes)
- bolt_ppc64.go (315 Bytes)
- bolt_ppc64le.go (317 Bytes)
- bolt_s390x.go (315 Bytes)
- bolt_unix.go (2.2 KiB)
- bolt_unix_solaris.go (2.0 KiB)
- bolt_windows.go (3.8 KiB)
- boltsync_unix.go (169 Bytes)
- bucket.go (20.8 KiB)
- cursor.go (11.0 KiB)
- db.go (30.6 KiB)
- doc.go (1.7 KiB)
- errors.go (2.7 KiB)
- freelist.go (8.7 KiB)
- node.go (15.8 KiB)
- page.go (4.8 KiB)
- tx.go (18.7 KiB)
-
-
cznic
-
b
- AUTHORS (369 Bytes)
- BUILD.bazel (569 Bytes)
- CONTRIBUTORS (472 Bytes)
- LICENSE (1.4 KiB)
- Makefile (1.5 KiB)
- README.md (168 Bytes)
- btree.go (16.0 KiB)
- doc.go (2.8 KiB)
-
-
davecgh
-
go-spew
-
spew
- BUILD.bazel (697 Bytes)
- bypass.go (5.6 KiB)
- bypasssafe.go (1.7 KiB)
- common.go (10.1 KiB)
- config.go (12.5 KiB)
- doc.go (8.3 KiB)
- dump.go (13.5 KiB)
- format.go (11.0 KiB)
- spew.go (5.8 KiB)
- LICENSE (766 Bytes)
-
-
-
dgraph-io
-
badger
-
options
- BUILD.bazel (572 Bytes)
- options.go (1012 Bytes)
-
protos
- BUILD.bazel (1.1 KiB)
- backup.pb.go (11.2 KiB)
- backup.proto (860 Bytes)
- gen.sh (212 Bytes)
- manifest.pb.go (12.5 KiB)
- manifest.proto (1.0 KiB)
-
skl
- BUILD.bazel (669 Bytes)
- README.md (4.7 KiB)
- arena.go (3.9 KiB)
- skl.go (14.5 KiB)
-
table
- BUILD.bazel (922 Bytes)
- README.md (1.7 KiB)
- builder.go (6.8 KiB)
- iterator.go (11.3 KiB)
- table.go (8.5 KiB)
-
y
- BUILD.bazel (927 Bytes)
- error.go (2.4 KiB)
- file_dsync.go (751 Bytes)
- file_nodsync.go (736 Bytes)
- iterator.go (5.9 KiB)
- metrics.go (2.3 KiB)
- mmap_unix.go (1.8 KiB)
- mmap_windows.go (2.2 KiB)
- watermark.go (3.6 KiB)
- y.go (5.5 KiB)
- BUILD.bazel (1.8 KiB)
- CHANGELOG.md (4.4 KiB)
- LICENSE (9.9 KiB)
- README.md (26.4 KiB)
- appveyor.yml (1.2 KiB)
- backup.go (4.3 KiB)
- compaction.go (5.1 KiB)
- db.go (32.3 KiB)
- dir_unix.go (2.9 KiB)
- dir_windows.go (2.8 KiB)
- doc.go (1.2 KiB)
- errors.go (5.0 KiB)
- iterator.go (15.9 KiB)
- level_handler.go (8.1 KiB)
- levels.go (24.3 KiB)
- managed_db.go (5.5 KiB)
- manifest.go (12.0 KiB)
- options.go (4.9 KiB)
- structs.go (2.9 KiB)
- test.sh (90 Bytes)
- transaction.go (16.6 KiB)
- util.go (3.3 KiB)
- value.go (30.9 KiB)
-
-
-
dgryski
-
go-farm
- BUILD.bazel (691 Bytes)
- LICENSE (1.1 KiB)
- Makefile (6.6 KiB)
- README.md (1.7 KiB)
- VERSION (6 Bytes)
- basics.go (656 Bytes)
- farmhashcc.go (4.9 KiB)
- farmhashmk.go (2.1 KiB)
- farmhashna.go (2.8 KiB)
- farmhashuo.go (2.5 KiB)
- platform.go (579 Bytes)
-
-
docker
-
distribution
-
digestset
- BUILD.bazel (658 Bytes)
- set.go (6.6 KiB)
-
reference
- BUILD.bazel (841 Bytes)
- helpers.go (1.1 KiB)
- normalize.go (4.8 KiB)
- reference.go (10.9 KiB)
- regexp.go (5.1 KiB)
- LICENSE (11.1 KiB)
-
-
docker
-
api
-
types
-
blkiodev
- BUILD.bazel (586 Bytes)
- blkio.go (520 Bytes)
-
container
- BUILD.bazel (1.2 KiB)
- config.go (4.1 KiB)
- container_changes.go (623 Bytes)
- container_create.go (650 Bytes)
- container_top.go (688 Bytes)
- container_update.go (516 Bytes)
- container_wait.go (817 Bytes)
- host_config.go (14.8 KiB)
- hostconfig_unix.go (1.0 KiB)
- hostconfig_windows.go (1.1 KiB)
- waitcondition.go (866 Bytes)
-
events
- BUILD.bazel (583 Bytes)
- events.go (1.8 KiB)
-
filters
- BUILD.bazel (672 Bytes)
- parse.go (8.1 KiB)
-
image
- BUILD.bazel (588 Bytes)
- image_history.go (832 Bytes)
-
mount
- BUILD.bazel (580 Bytes)
- mount.go (4.0 KiB)
-
network
- BUILD.bazel (760 Bytes)
- network.go (3.4 KiB)
-
registry
- BUILD.bazel (724 Bytes)
- authenticate.go (699 Bytes)
- registry.go (3.8 KiB)
-
strslice
- BUILD.bazel (589 Bytes)
- strslice.go (828 Bytes)
-
swarm
-
runtime
- BUILD.bazel (1.1 KiB)
- gen.go (195 Bytes)
- plugin.pb.go (16.2 KiB)
- plugin.proto (534 Bytes)
- BUILD.bazel (1.2 KiB)
- common.go (1.2 KiB)
- config.go (819 Bytes)
- container.go (2.8 KiB)
- network.go (3.8 KiB)
- node.go (3.4 KiB)
- runtime.go (925 Bytes)
- secret.go (951 Bytes)
- service.go (4.4 KiB)
- swarm.go (6.7 KiB)
- task.go (6.6 KiB)
-
-
time
- BUILD.bazel (628 Bytes)
- duration_convert.go (343 Bytes)
- timestamp.go (4.2 KiB)
-
versions
- BUILD.bazel (588 Bytes)
- README.md (1.2 KiB)
- compare.go (1.4 KiB)
-
volume
- BUILD.bazel (710 Bytes)
- volume_create.go (900 Bytes)
- volume_list.go (653 Bytes)
- BUILD.bazel (2.6 KiB)
- auth.go (808 Bytes)
- client.go (11.7 KiB)
- configs.go (2.1 KiB)
- error_response.go (324 Bytes)
- graph_driver_data.go (402 Bytes)
- id_response.go (349 Bytes)
- image_delete_response_item.go (467 Bytes)
- image_summary.go (924 Bytes)
- plugin.go (4.0 KiB)
- plugin_device.go (498 Bytes)
- plugin_env.go (489 Bytes)
- plugin_interface_type.go (468 Bytes)
- plugin_mount.go (700 Bytes)
- plugin_responses.go (1.7 KiB)
- port.go (543 Bytes)
- seccomp.go (2.9 KiB)
- service_update_response.go (343 Bytes)
- stats.go (6.7 KiB)
- types.go (19.2 KiB)
- volume.go (2.0 KiB)
-
- BUILD.bazel (706 Bytes)
- README.md (2.7 KiB)
- common.go (319 Bytes)
- common_unix.go (160 Bytes)
- common_windows.go (421 Bytes)
- swagger-gen.yaml (371 Bytes)
- swagger.yaml (340.9 KiB)
-
-
client
- BUILD.bazel (5.0 KiB)
- README.md (879 Bytes)
- build_cancel.go (431 Bytes)
- build_prune.go (749 Bytes)
- checkpoint_create.go (458 Bytes)
- checkpoint_delete.go (595 Bytes)
- checkpoint_list.go (798 Bytes)
- client.go (12.2 KiB)
- client_unix.go (301 Bytes)
- client_windows.go (267 Bytes)
- config_create.go (685 Bytes)
- config_inspect.go (944 Bytes)
- config_list.go (890 Bytes)
- config_remove.go (405 Bytes)
- config_update.go (598 Bytes)
- container_attach.go (1.8 KiB)
- container_commit.go (1.4 KiB)
- container_copy.go (3.7 KiB)
- container_create.go (1.7 KiB)
- container_diff.go (668 Bytes)
- container_exec.go (2.0 KiB)
- container_export.go (509 Bytes)
- container_inspect.go (1.7 KiB)
- container_kill.go (464 Bytes)
- container_list.go (1.1 KiB)
- container_logs.go (2.1 KiB)
- container_pause.go (368 Bytes)
- container_prune.go (920 Bytes)
- container_remove.go (668 Bytes)
- container_rename.go (437 Bytes)
- container_resize.go (999 Bytes)
- container_restart.go (671 Bytes)
- container_start.go (658 Bytes)
- container_stats.go (730 Bytes)
- container_stop.go (896 Bytes)
- container_top.go (739 Bytes)
- container_unpause.go (354 Bytes)
- container_update.go (658 Bytes)
- container_wait.go (2.6 KiB)
- disk_usage.go (598 Bytes)
- distribution_inspect.go (1.1 KiB)
- errors.go (3.5 KiB)
- events.go (2.2 KiB)
- hijack.go (3.8 KiB)
- image_build.go (3.6 KiB)
- image_create.go (1.1 KiB)
- image_history.go (610 Bytes)
- image_import.go (1.1 KiB)
- image_inspect.go (930 Bytes)
- image_list.go (1.2 KiB)
- image_load.go (828 Bytes)
- image_prune.go (896 Bytes)
- image_pull.go (2.0 KiB)
- image_push.go (1.6 KiB)
- image_remove.go (764 Bytes)
- image_save.go (509 Bytes)
- image_search.go (1.5 KiB)
- image_tag.go (1.0 KiB)
- info.go (597 Bytes)
- interface.go (12.3 KiB)
- interface_experimental.go (618 Bytes)
- interface_stable.go (298 Bytes)
- login.go (854 Bytes)
- network_connect.go (584 Bytes)
- network_create.go (718 Bytes)
- network_disconnect.go (510 Bytes)
- network_inspect.go (1.6 KiB)
- network_list.go (872 Bytes)
- network_prune.go (922 Bytes)
- network_remove.go (376 Bytes)
- node_inspect.go (850 Bytes)
- node_list.go (782 Bytes)
- node_remove.go (484 Bytes)
- node_update.go (496 Bytes)
- ping.go (855 Bytes)
- plugin_create.go (634 Bytes)
- plugin_disable.go (465 Bytes)
- plugin_enable.go (476 Bytes)
- plugin_inspect.go (783 Bytes)
- plugin_install.go (3.3 KiB)
- plugin_list.go (820 Bytes)
- plugin_push.go (446 Bytes)
- plugin_remove.go (489 Bytes)
- plugin_set.go (332 Bytes)
- plugin_upgrade.go (1.2 KiB)
- request.go (8.6 KiB)
- secret_create.go (685 Bytes)
- secret_inspect.go (944 Bytes)
- secret_list.go (890 Bytes)
- secret_remove.go (405 Bytes)
- secret_update.go (598 Bytes)
- service_create.go (5.9 KiB)
- service_inspect.go (1.1 KiB)
- service_list.go (811 Bytes)
- service_logs.go (1.1 KiB)
- service_remove.go (355 Bytes)
- service_update.go (2.6 KiB)
- session.go (461 Bytes)
- swarm_get_unlock_key.go (578 Bytes)
- swarm_init.go (509 Bytes)
- swarm_inspect.go (499 Bytes)
- swarm_join.go (337 Bytes)
- swarm_leave.go (362 Bytes)
- swarm_unlock.go (362 Bytes)
- swarm_update.go (745 Bytes)
- task_inspect.go (878 Bytes)
- task_list.go (781 Bytes)
- task_logs.go (1.0 KiB)
- transport.go (363 Bytes)
- utils.go (825 Bytes)
- version.go (517 Bytes)
- volume_create.go (594 Bytes)
- volume_inspect.go (1.1 KiB)
- volume_list.go (827 Bytes)
- volume_prune.go (911 Bytes)
- volume_remove.go (563 Bytes)
-
errdefs
- BUILD.bazel (635 Bytes)
- defs.go (2.0 KiB)
- doc.go (650 Bytes)
- helpers.go (4.8 KiB)
- is.go (2.7 KiB)
- LICENSE (10.5 KiB)
- NOTICE (638 Bytes)
-
-
go-connections
-
nat
- BUILD.bazel (624 Bytes)
- nat.go (6.5 KiB)
- parse.go (1.5 KiB)
- sort.go (2.1 KiB)
-
sockets
- BUILD.bazel (1018 Bytes)
- README.md (0 Bytes)
- inmem_socket.go (1.9 KiB)
- proxy.go (1.1 KiB)
- sockets.go (1.0 KiB)
- sockets_unix.go (840 Bytes)
- sockets_windows.go (625 Bytes)
- tcp_socket.go (605 Bytes)
- unix_socket.go (610 Bytes)
-
tlsconfig
- BUILD.bazel (802 Bytes)
- certpool_go17.go (390 Bytes)
- certpool_other.go (249 Bytes)
- config.go (7.9 KiB)
- config_client_ciphers.go (480 Bytes)
- config_legacy_client_ciphers.go (391 Bytes)
- LICENSE (10.5 KiB)
-
-
go-units
- BUILD.bazel (610 Bytes)
- LICENSE (10.5 KiB)
- README.md (513 Bytes)
- duration.go (1.1 KiB)
- size.go (2.9 KiB)
- ulimit.go (2.9 KiB)
-
-
eapache
-
go-resiliency
-
breaker
- BUILD.bazel (582 Bytes)
- README.md (1.0 KiB)
- breaker.go (3.8 KiB)
- LICENSE (1.1 KiB)
-
-
go-xerial-snappy
- BUILD.bazel (640 Bytes)
- LICENSE (1.1 KiB)
- README.md (528 Bytes)
- snappy.go (870 Bytes)
-
queue
- BUILD.bazel (548 Bytes)
- LICENSE (1.0 KiB)
- README.md (849 Bytes)
- queue.go (2.7 KiB)
-
-
evanphx
-
json-patch
- BUILD (621 Bytes)
- LICENSE (1.5 KiB)
- merge.go (8.6 KiB)
- patch.go (11.2 KiB)
-
-
fortytw2
-
leaktest
- .travis.yml (280 Bytes)
- BUILD.bazel (682 Bytes)
- LICENSE (1.4 KiB)
- README.md (1.7 KiB)
- leaktest.go (4.1 KiB)
- leaktest_test.go (3.6 KiB)
-
-
fsnotify
-
fsnotify
- AUTHORS (1.5 KiB)
- BUILD.bazel (1.5 KiB)
- CHANGELOG.md (11.0 KiB)
- CONTRIBUTING.md (3.9 KiB)
- LICENSE (1.5 KiB)
- README.md (4.1 KiB)
- fen.go (935 Bytes)
- fsnotify.go (1.5 KiB)
- inotify.go (9.2 KiB)
- inotify_poller.go (4.6 KiB)
- kqueue.go (13.0 KiB)
- open_mode_bsd.go (303 Bytes)
- open_mode_darwin.go (305 Bytes)
- windows.go (13.4 KiB)
-
-
ftp-master
-
.travis
- prepare.sh (344 Bytes)
- proftpd.conf (218 Bytes)
- vsftpd.conf (262 Bytes)
- .travis.yml (377 Bytes)
- BUILD.bazel (921 Bytes)
- LICENSE (761 Bytes)
- README.md (534 Bytes)
- client_multiline_test.go (2.1 KiB)
- client_test.go (7.3 KiB)
- ftp.go (14.2 KiB)
- parse.go (6.2 KiB)
- parse_test.go (7.4 KiB)
- scanner.go (1.1 KiB)
- scanner_test.go (642 Bytes)
- status.go (4.4 KiB)
-
-
ghodss
-
yaml
- BUILD (700 Bytes)
- LICENSE (2.5 KiB)
- README.md (3.1 KiB)
- fields.go (12.4 KiB)
- yaml.go (9.4 KiB)
- yaml_go110.go (373 Bytes)
-
-
go-ego
-
cedar
- BUILD.bazel (635 Bytes)
- LICENSE (34.3 KiB)
- README.md (3.0 KiB)
- api.go (6.1 KiB)
- cedar.go (9.1 KiB)
- circle.yml (505 Bytes)
- doc.go (509 Bytes)
- errors.go (476 Bytes)
- io.go (1.5 KiB)
-
gpy
- BUILD.bazel (632 Bytes)
- CHANGELOG.md (56 Bytes)
- CONTRIBUTING.md (4.2 KiB)
- LICENSE (11.1 KiB)
- Makefile (403 Bytes)
- README.md (2.3 KiB)
- README_zh.md (2.4 KiB)
- circle.yml (766 Bytes)
- doc.go (1.3 KiB)
- phonetic_symbol.go (441 Bytes)
- pinyin.go (8.0 KiB)
- pinyin_dict.go (787.8 KiB)
-
gse
- BUILD.bazel (737 Bytes)
- CONTRIBUTING.md (4.2 KiB)
- Gopkg.lock (572 Bytes)
- Gopkg.toml (795 Bytes)
- LICENSE (11.1 KiB)
- README.md (4.0 KiB)
- README_zh.md (3.7 KiB)
- circle.yml (611 Bytes)
- dictionary.go (2.4 KiB)
- seg.go (550 Bytes)
- segmenter.go (12.9 KiB)
- test_utils.go (743 Bytes)
- token.go (2.0 KiB)
- utils.go (4.0 KiB)
-
murmur
- BUILD.bazel (549 Bytes)
- LICENSE (11.1 KiB)
- README.md (1.4 KiB)
- circle.yml (488 Bytes)
- murmur.go (2.0 KiB)
-
riot
-
core
- BUILD.bazel (813 Bytes)
- data.go (2.7 KiB)
- indexer.go (25.2 KiB)
- ranker.go (5.8 KiB)
- test_utils.go (980 Bytes)
- uint64.go (8.6 KiB)
-
store
- BUILD.bazel (872 Bytes)
- badger_store.go (3.3 KiB)
- bolt_store.go (3.1 KiB)
- ldb_store.go (3.4 KiB)
- store.go (1.7 KiB)
-
types
- BUILD.bazel (855 Bytes)
- doc_index_data.go (1.8 KiB)
- doc_info.go (1.5 KiB)
- engine_init_options.go (4.3 KiB)
- index.go (2.4 KiB)
- indexer_init_options.go (1.6 KiB)
- scoring_criteria.go (1.2 KiB)
- search_request.go (2.6 KiB)
- search_response.go (4.0 KiB)
-
utils
- BUILD.bazel (596 Bytes)
- test_utils.go (14 Bytes)
- utils.go (812 Bytes)
- BUILD.bazel (1.9 KiB)
- CONTRIBUTING.md (4.4 KiB)
- Gopkg.lock (6.8 KiB)
- Gopkg.toml (1.5 KiB)
- LICENSE (11.1 KiB)
- README.md (6.3 KiB)
- README_zh.md (6.7 KiB)
- appveyor.yml (1.2 KiB)
- circle.yml (893 Bytes)
- counters.go (1013 Bytes)
- engine.go (21.0 KiB)
- indexer_worker.go (4.2 KiB)
- info.go (3.3 KiB)
- ranker_worker.go (2.0 KiB)
- riot.go (4.3 KiB)
- riot_pkg.go (904 Bytes)
- segment.go (8.6 KiB)
- stop_tokens.go (1.4 KiB)
- store_worker.go (2.3 KiB)
-
-
-
go-ole
-
go-ole
-
oleutil
- BUILD.bazel (759 Bytes)
- connection.go (2.2 KiB)
- connection_func.go (293 Bytes)
- connection_windows.go (1.5 KiB)
- go-get.go (145 Bytes)
- oleutil.go (3.5 KiB)
- BUILD.bazel (2.0 KiB)
- ChangeLog.md (1.9 KiB)
- LICENSE (1.1 KiB)
- README.md (2.2 KiB)
- appveyor.yml (1.3 KiB)
- com.go (11.4 KiB)
- com_func.go (5.3 KiB)
- connect.go (4.3 KiB)
- constants.go (3.5 KiB)
- error.go (1.3 KiB)
- error_func.go (119 Bytes)
- error_windows.go (650 Bytes)
- guid.go (7.9 KiB)
- iconnectionpoint.go (434 Bytes)
- iconnectionpoint_func.go (450 Bytes)
- iconnectionpoint_windows.go (864 Bytes)
- iconnectionpointcontainer.go (354 Bytes)
- iconnectionpointcontainer_func.go (280 Bytes)
- iconnectionpointcontainer_windows.go (501 Bytes)
- idispatch.go (2.9 KiB)
- idispatch_func.go (473 Bytes)
- idispatch_windows.go (6.4 KiB)
- ienumvariant.go (289 Bytes)
- ienumvariant_func.go (413 Bytes)
- ienumvariant_windows.go (1.0 KiB)
- iinspectable.go (316 Bytes)
- iinspectable_func.go (323 Bytes)
- iinspectable_windows.go (1.4 KiB)
- iprovideclassinfo.go (392 Bytes)
- iprovideclassinfo_func.go (143 Bytes)
- iprovideclassinfo_windows.go (326 Bytes)
- itypeinfo.go (784 Bytes)
- itypeinfo_func.go (123 Bytes)
- itypeinfo_windows.go (318 Bytes)
- iunknown.go (1.2 KiB)
- iunknown_func.go (384 Bytes)
- iunknown_windows.go (1.0 KiB)
- ole.go (2.9 KiB)
- safearray.go (638 Bytes)
- safearray_func.go (6.1 KiB)
- safearray_windows.go (11.7 KiB)
- safearrayconversion.go (3.3 KiB)
- safearrayslices.go (720 Bytes)
- utility.go (2.1 KiB)
- variables.go (358 Bytes)
- variant.go (2.4 KiB)
- variant_386.go (177 Bytes)
- variant_amd64.go (210 Bytes)
- variant_ppc64le.go (212 Bytes)
- variant_s390x.go (210 Bytes)
- vt_string.go (1.8 KiB)
- winrt.go (2.4 KiB)
- winrt_doc.go (842 Bytes)
-
-
-
go-playground
-
locales
-
currency
- BUILD.bazel (585 Bytes)
- currency.go (1.6 KiB)
- BUILD.bazel (736 Bytes)
- LICENSE (1.1 KiB)
- README.md (5.7 KiB)
- logo.png (36.5 KiB)
- rules.go (8.4 KiB)
-
-
universal-translator
- BUILD.bazel (771 Bytes)
- LICENSE (1.1 KiB)
- README.md (4.6 KiB)
- errors.go (4.6 KiB)
- import_export.go (5.6 KiB)
- logo.png (16.2 KiB)
- translator.go (12.5 KiB)
- universal_translator.go (2.8 KiB)
-
-
go-sql-driver
-
mysql
- AUTHORS (2.5 KiB)
- BUILD.bazel (966 Bytes)
- CHANGELOG.md (5.5 KiB)
- CONTRIBUTING.md (1.1 KiB)
- LICENSE (16.3 KiB)
- README.md (19.4 KiB)
- appengine.go (470 Bytes)
- buffer.go (3.3 KiB)
- collations.go (8.2 KiB)
- connection.go (9.5 KiB)
- connection_go18.go (4.0 KiB)
- const.go (3.0 KiB)
- driver.go (5.2 KiB)
- dsn.go (13.4 KiB)
- errors.go (3.7 KiB)
- infile.go (4.5 KiB)
- packets.go (31.5 KiB)
- result.go (600 Bytes)
- rows.go (3.3 KiB)
- statement.go (3.3 KiB)
- transaction.go (729 Bytes)
- utils.go (19.7 KiB)
- utils_go17.go (1.5 KiB)
- utils_go18.go (1.3 KiB)
- utils_legacy.go (476 Bytes)
-
-
go-vgo
-
gt
-
conf
- BUILD.bazel (742 Bytes)
- conf.go (1.6 KiB)
- go-toml.go (833 Bytes)
- toml.go (793 Bytes)
-
info
- BUILD.bazel (851 Bytes)
- info.go (4.8 KiB)
- LICENSE (11.2 KiB)
-
-
-
gogo
-
protobuf
-
gogoproto
- Makefile (1.7 KiB)
- doc.go (8.7 KiB)
- gogo.pb.go (31.2 KiB)
- gogo.pb.golden (1.2 KiB)
- gogo.proto (4.5 KiB)
- helper.go (13.0 KiB)
-
jsonpb
- jsonpb.go (38.5 KiB)
-
plugin
-
compare
- compare.go (13.5 KiB)
- comparetest.go (4.0 KiB)
-
defaultcheck
- defaultcheck.go (4.9 KiB)
-
description
- description.go (5.6 KiB)
- descriptiontest.go (2.4 KiB)
-
embedcheck
- embedcheck.go (5.9 KiB)
-
enumstringer
- enumstringer.go (3.1 KiB)
-
equal
- equal.go (17.9 KiB)
- equaltest.go (3.8 KiB)
-
face
- face.go (6.8 KiB)
- facetest.go (2.8 KiB)
-
gostring
- gostring.go (12.3 KiB)
- gostringtest.go (3.0 KiB)
-
marshalto
- marshalto.go (35.8 KiB)
-
oneofcheck
- oneofcheck.go (3.2 KiB)
-
populate
- populate.go (24.5 KiB)
-
size
- size.go (20.0 KiB)
- sizetest.go (4.4 KiB)
-
stringer
- stringer.go (9.8 KiB)
- stringertest.go (2.8 KiB)
-
testgen
- testgen.go (17.5 KiB)
-
union
- union.go (5.3 KiB)
- uniontest.go (2.9 KiB)
-
unmarshal
- unmarshal.go (41.0 KiB)
-
-
proto
- Makefile (1.7 KiB)
- clone.go (7.7 KiB)
- custom_gogo.go (1.6 KiB)
- decode.go (11.2 KiB)
- discard.go (9.8 KiB)
- duration.go (3.7 KiB)
- duration_gogo.go (1.9 KiB)
- encode.go (6.7 KiB)
- encode_gogo.go (1.5 KiB)
- equal.go (8.7 KiB)
- extensions.go (17.8 KiB)
- extensions_gogo.go (9.3 KiB)
- lib.go (24.9 KiB)
- lib_gogo.go (1.7 KiB)
- message_set.go (9.1 KiB)
- pointer_reflect.go (10.3 KiB)
- pointer_reflect_gogo.go (2.1 KiB)
- pointer_unsafe.go (9.7 KiB)
- pointer_unsafe_gogo.go (2.0 KiB)
- properties.go (16.8 KiB)
- properties_gogo.go (1.6 KiB)
- skip_gogo.go (3.0 KiB)
- table_marshal.go (73.4 KiB)
- table_marshal_gogo.go (10.8 KiB)
- table_merge.go (16.8 KiB)
- table_unmarshal.go (49.0 KiB)
- table_unmarshal_gogo.go (9.6 KiB)
- text.go (22.8 KiB)
- text_gogo.go (1.9 KiB)
- text_parser.go (24.7 KiB)
- timestamp.go (4.2 KiB)
- timestamp_gogo.go (1.9 KiB)
-
protoc-gen-gogo
-
descriptor
- Makefile (1.9 KiB)
- descriptor.go (3.9 KiB)
- descriptor.pb.go (114.1 KiB)
- descriptor_gostring.gen.go (25.0 KiB)
- helper.go (10.5 KiB)
-
generator
-
internal
-
remap
- remap.go (3.7 KiB)
-
- generator.go (112.4 KiB)
- helper.go (12.6 KiB)
-
-
grpc
- grpc.go (15.8 KiB)
-
plugin
- Makefile (2.0 KiB)
- plugin.pb.go (15.7 KiB)
-
-
sortkeys
- sortkeys.go (3.1 KiB)
-
types
- any.go (4.8 KiB)
- any.pb.go (17.3 KiB)
- api.pb.go (49.2 KiB)
- doc.go (1.7 KiB)
- duration.go (3.7 KiB)
- duration.pb.go (13.4 KiB)
- duration_gogo.go (2.7 KiB)
- empty.pb.go (11.2 KiB)
- field_mask.pb.go (19.1 KiB)
- source_context.pb.go (13.3 KiB)
- struct.pb.go (46.8 KiB)
- timestamp.go (4.7 KiB)
- timestamp.pb.go (14.7 KiB)
- timestamp_gogo.go (2.6 KiB)
- type.pb.go (74.8 KiB)
- wrappers.pb.go (58.1 KiB)
-
vanity
-
command
- command.go (5.0 KiB)
- enum.go (2.7 KiB)
- field.go (2.9 KiB)
- file.go (6.2 KiB)
- foreach.go (3.9 KiB)
- msg.go (4.6 KiB)
-
- LICENSE (1.7 KiB)
-
-
-
golang
-
freetype
-
raster
- BUILD.bazel (716 Bytes)
- geom.go (6.6 KiB)
- paint.go (7.4 KiB)
- raster.go (15.0 KiB)
- stroke.go (14.8 KiB)
-
truetype
- BUILD.bazel (893 Bytes)
- face.go (13.4 KiB)
- glyph.go (15.0 KiB)
- hint.go (43.3 KiB)
- opcodes.go (10.1 KiB)
- truetype.go (19.7 KiB)
- AUTHORS (724 Bytes)
- BUILD.bazel (998 Bytes)
- CONTRIBUTORS (1.5 KiB)
- LICENSE (565 Bytes)
- README (898 Bytes)
- freetype.go (10.2 KiB)
-
-
glog
- BUILD.bazel (582 Bytes)
- LICENSE (10.0 KiB)
- README (1.3 KiB)
- glog.go (35.5 KiB)
- glog_file.go (3.2 KiB)
-
mock
-
gomock
- BUILD.bazel (642 Bytes)
- call.go (7.0 KiB)
- callset.go (2.0 KiB)
- controller.go (5.7 KiB)
- matchers.go (2.3 KiB)
-
mockgen
-
model
- BUILD.bazel (572 Bytes)
- model.go (10.6 KiB)
- BUILD.bazel (910 Bytes)
- mockgen.go (15.5 KiB)
- parse.go (13.7 KiB)
- reflect.go (5.7 KiB)
-
- LICENSE (11.1 KiB)
-
-
protobuf
-
conformance
-
internal
-
conformance_proto
- conformance.pb.go (74.6 KiB)
- conformance.proto (10.4 KiB)
-
- Makefile (2.0 KiB)
- conformance.go (4.7 KiB)
- conformance.sh (58 Bytes)
- failure_list_go.txt (2.6 KiB)
- test.sh (649 Bytes)
-
-
descriptor
- descriptor.go (3.3 KiB)
-
jsonpb
-
jsonpb_test_proto
- more_test_objects.pb.go (14.4 KiB)
- more_test_objects.proto (2.3 KiB)
- test_objects.pb.go (46.3 KiB)
- test_objects.proto (5.2 KiB)
- jsonpb.go (35.4 KiB)
-
-
proto
-
proto3_proto
- proto3.pb.go (22.7 KiB)
- proto3.proto (2.8 KiB)
-
test_proto
- deterministic.go (111 Bytes)
- test.pb.go (184.3 KiB)
- test.proto (16.3 KiB)
- clone.go (7.5 KiB)
- decode.go (11.2 KiB)
- discard.go (9.8 KiB)
- encode.go (6.5 KiB)
- equal.go (8.7 KiB)
- extensions.go (16.5 KiB)
- lib.go (24.9 KiB)
- message_set.go (9.1 KiB)
- pointer_reflect.go (10.3 KiB)
- pointer_unsafe.go (9.7 KiB)
- properties.go (15.4 KiB)
- table_marshal.go (72.7 KiB)
- table_merge.go (16.8 KiB)
- table_unmarshal.go (48.7 KiB)
- text.go (20.7 KiB)
- text_parser.go (21.8 KiB)
-
-
protoc-gen-go
-
descriptor
- descriptor.pb.go (114.6 KiB)
- descriptor.proto (35.4 KiB)
-
generator
-
internal
-
remap
- remap.go (3.7 KiB)
-
- generator.go (92.7 KiB)
-
-
grpc
- grpc.go (15.8 KiB)
-
plugin
- plugin.pb.go (16.2 KiB)
- plugin.pb.golden (2.9 KiB)
- plugin.proto (8.0 KiB)
- doc.go (2.4 KiB)
- link_grpc.go (1.7 KiB)
- main.go (3.5 KiB)
-
-
ptypes
-
any
- any.pb.go (6.7 KiB)
- any.proto (5.4 KiB)
-
duration
- duration.pb.go (6.2 KiB)
- duration.proto (4.8 KiB)
-
empty
- empty.pb.go (3.2 KiB)
- empty.proto (2.4 KiB)
-
struct
- struct.pb.go (14.7 KiB)
- struct.proto (3.7 KiB)
-
timestamp
- timestamp.pb.go (7.3 KiB)
- timestamp.proto (5.8 KiB)
-
wrappers
- wrappers.pb.go (15.4 KiB)
- wrappers.proto (3.7 KiB)
- any.go (4.8 KiB)
- doc.go (1.7 KiB)
- duration.go (3.8 KiB)
- timestamp.go (4.8 KiB)
-
- AUTHORS (173 Bytes)
- CONTRIBUTORS (170 Bytes)
- LICENSE (1.4 KiB)
- Makefile (1.9 KiB)
- README.md (11.2 KiB)
- regenerate.sh (1.6 KiB)
-
-
snappy
- AUTHORS (484 Bytes)
- BUILD.bazel (766 Bytes)
- CONTRIBUTORS (1.4 KiB)
- LICENSE (1.5 KiB)
- README (3.5 KiB)
- decode.go (5.9 KiB)
- decode_amd64.go (341 Bytes)
- decode_amd64.s (11.8 KiB)
- decode_other.go (3.1 KiB)
- encode.go (8.9 KiB)
- encode_amd64.go (720 Bytes)
- encode_amd64.s (15.9 KiB)
- encode_other.go (8.0 KiB)
- snappy.go (3.3 KiB)
-
-
google
-
go-cmp
-
cmp
-
internal
-
diff
- BUILD (641 Bytes)
- debug_disable.go (383 Bytes)
- debug_enable.go (4.0 KiB)
- diff.go (12.0 KiB)
-
function
- BUILD (602 Bytes)
- func.go (1.2 KiB)
-
value
- BUILD (635 Bytes)
- format.go (7.6 KiB)
- sort.go (3.2 KiB)
-
- BUILD (1.2 KiB)
- compare.go (17.7 KiB)
- options.go (15.1 KiB)
- path.go (8.7 KiB)
- reporter.go (1.4 KiB)
- unsafe_panic.go (392 Bytes)
- unsafe_reflect.go (689 Bytes)
-
- LICENSE (1.4 KiB)
-
-
go-querystring
-
query
- BUILD.bazel (698 Bytes)
- encode.go (8.5 KiB)
- encode_test.go (5.9 KiB)
- .gitignore (7 Bytes)
- CONTRIBUTING.md (3.1 KiB)
- LICENSE (1.4 KiB)
- README.md (1.2 KiB)
-
-
gofuzz
- BUILD.bazel (588 Bytes)
- LICENSE (11.1 KiB)
- doc.go (668 Bytes)
- fuzz.go (12.2 KiB)
-
uuid
- .travis.yml (76 Bytes)
- BUILD.bazel (983 Bytes)
- CONTRIBUTING.md (312 Bytes)
- CONTRIBUTORS (105 Bytes)
- LICENSE (1.4 KiB)
- README.md (993 Bytes)
- dce.go (2.0 KiB)
- doc.go (407 Bytes)
- hash.go (1.7 KiB)
- json_test.go (1.2 KiB)
- marshal.go (973 Bytes)
- node.go (2.2 KiB)
- node_js.go (499 Bytes)
- node_net.go (949 Bytes)
- seq_test.go (1.4 KiB)
- sql.go (1.4 KiB)
- sql_test.go (2.3 KiB)
- time.go (3.4 KiB)
- util.go (1.9 KiB)
- uuid.go (4.6 KiB)
- uuid_test.go (13.6 KiB)
- version1.go (1.2 KiB)
- version4.go (1.1 KiB)
-
-
googleapis
-
gax-go
- BUILD.bazel (901 Bytes)
- LICENSE (1.4 KiB)
- call_option.go (4.8 KiB)
- gax.go (2.0 KiB)
- header.go (545 Bytes)
- invoke.go (2.8 KiB)
-
-
gopherjs
-
gopherjs
-
js
- BUILD.bazel (559 Bytes)
- js.go (7.8 KiB)
- LICENSE (1.3 KiB)
-
-
-
gorilla
-
context
- BUILD (618 Bytes)
- LICENSE (1.4 KiB)
- README.md (660 Bytes)
- context.go (3.5 KiB)
- doc.go (2.8 KiB)
-
securecookie
- AUTHORS (737 Bytes)
- BUILD (628 Bytes)
- LICENSE (1.5 KiB)
- README.md (3.0 KiB)
- doc.go (2.1 KiB)
- fuzz.go (413 Bytes)
- go.mod (39 Bytes)
- securecookie.go (19.6 KiB)
-
sessions
- AUTHORS (1.6 KiB)
- BUILD (908 Bytes)
- LICENSE (1.5 KiB)
- README.md (4.9 KiB)
- cookie.go (409 Bytes)
- cookie_go111.go (438 Bytes)
- doc.go (7.4 KiB)
- go.mod (123 Bytes)
- lex.go (1.5 KiB)
- options.go (478 Bytes)
- options_go111.go (561 Bytes)
- sessions.go (5.7 KiB)
- store.go (8.4 KiB)
-
-
grokify
-
html-strip-tags-go
- BUILD.bazel (574 Bytes)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
- README.md (2.0 KiB)
- strip.go (111.3 KiB)
-
-
hashicorp
-
golang-lru
-
simplelru
- BUILD (596 Bytes)
- lru.go (3.7 KiB)
- 2q.go (4.9 KiB)
- BUILD (808 Bytes)
- LICENSE (15.5 KiB)
- arc.go (5.5 KiB)
- lru.go (2.7 KiB)
-
-
-
hawkingrei
-
kazel
- BUILD.bazel (987 Bytes)
- README.rst (2.7 KiB)
- config.go (1.7 KiB)
- diff.go (1.3 KiB)
- fileinfo.go (2.1 KiB)
- generator.go (3.4 KiB)
- go.mod (176 Bytes)
- go.sum (458 Bytes)
- kazel.go (35.5 KiB)
- proto.go (4.4 KiB)
- sourcerer.go (3.1 KiB)
-
-
influxdata
-
influxdb
-
client
-
v2
- BUILD (713 Bytes)
- client.go (17.3 KiB)
- udp.go (2.4 KiB)
-
-
models
- BUILD (936 Bytes)
- consistency.go (1.3 KiB)
- inline_fnv.go (820 Bytes)
- inline_strconv_parse.go (1.3 KiB)
- points.go (54.2 KiB)
- rows.go (1.6 KiB)
- statistic.go (1.1 KiB)
- time.go (2.3 KiB)
- uint_support.go (76 Bytes)
-
pkg
-
escape
- BUILD (635 Bytes)
- bytes.go (2.3 KiB)
- strings.go (483 Bytes)
-
- LICENSE (1.1 KiB)
-
-
platform
-
models
- BUILD (818 Bytes)
- inline_fnv.go (820 Bytes)
- inline_strconv_parse.go (1.3 KiB)
- points.go (60.4 KiB)
- rows.go (1.6 KiB)
- statistic.go (1.1 KiB)
- time.go (2.3 KiB)
- uint_support.go (76 Bytes)
-
pkg
-
escape
- BUILD (635 Bytes)
- bytes.go (2.3 KiB)
- strings.go (483 Bytes)
-
- LICENSE (1.0 KiB)
-
-
-
ipipdotnet
-
ipdb-go
- BUILD (689 Bytes)
- LICENSE (11.1 KiB)
- README.md (1.2 KiB)
- base_station.go (2.1 KiB)
- city.go (2.8 KiB)
- district.go (2.1 KiB)
- go.mod (37 Bytes)
- idc.go (1.9 KiB)
- reader.go (4.9 KiB)
-
-
ivpusic
-
grpool
- BUILD.bazel (551 Bytes)
- LICENSE (1.0 KiB)
- README.md (1.6 KiB)
- grpool.go (2.6 KiB)
-
-
jaytaylor
-
html2text
- BUILD.bazel (829 Bytes)
- LICENSE (1.1 KiB)
- README.md (3.2 KiB)
- html2text.go (10.2 KiB)
-
-
jinzhu
-
gorm
- BUILD.bazel (1.2 KiB)
- License (1.1 KiB)
- README.md (1.5 KiB)
- association.go (13.5 KiB)
- callback.go (8.4 KiB)
- callback_create.go (5.3 KiB)
- callback_delete.go (1.9 KiB)
- callback_query.go (2.3 KiB)
- callback_query_preload.go (11.1 KiB)
- callback_row_query.go (730 Bytes)
- callback_save.go (3.2 KiB)
- callback_update.go (3.7 KiB)
- dialect.go (3.6 KiB)
- dialect_common.go (4.3 KiB)
- dialect_mysql.go (4.9 KiB)
- dialect_postgres.go (3.7 KiB)
- dialect_sqlite3.go (2.7 KiB)
- errors.go (1.4 KiB)
- field.go (1.3 KiB)
- interface.go (498 Bytes)
- join_table_handler.go (6.9 KiB)
- logger.go (3.2 KiB)
- main.go (22.5 KiB)
- model.go (351 Bytes)
- model_struct.go (22.3 KiB)
- scope.go (37.9 KiB)
- search.go (3.6 KiB)
- test_all.sh (126 Bytes)
- utils.go (6.8 KiB)
- wercker.yml (1.4 KiB)
-
inflection
- BUILD.bazel (562 Bytes)
- LICENSE (1.0 KiB)
- README.md (1.5 KiB)
- inflections.go (8.0 KiB)
-
-
json-iterator
-
go
- BUILD.bazel (1.8 KiB)
- Gopkg.lock (588 Bytes)
- Gopkg.toml (712 Bytes)
- LICENSE (1.0 KiB)
- README.md (2.9 KiB)
- adapter.go (4.5 KiB)
- any.go (7.0 KiB)
- any_array.go (4.7 KiB)
- any_bool.go (1.8 KiB)
- any_float.go (1.2 KiB)
- any_int32.go (1.1 KiB)
- any_int64.go (1.1 KiB)
- any_invalid.go (1.3 KiB)
- any_nil.go (916 Bytes)
- any_number.go (2.6 KiB)
- any_object.go (6.8 KiB)
- any_str.go (2.8 KiB)
- any_uint32.go (1.1 KiB)
- any_uint64.go (1.1 KiB)
- build.sh (381 Bytes)
- config.go (10.3 KiB)
- fuzzy_mode_convert_table.md (927 Bytes)
- iter.go (7.1 KiB)
- iter_array.go (1.2 KiB)
- iter_float.go (7.5 KiB)
- iter_int.go (8.5 KiB)
- iter_object.go (5.8 KiB)
- iter_skip.go (3.2 KiB)
- iter_skip_sloppy.go (2.9 KiB)
- iter_skip_strict.go (1.8 KiB)
- iter_str.go (4.7 KiB)
- jsoniter.go (884 Bytes)
- pool.go (956 Bytes)
- reflect.go (8.4 KiB)
- reflect_array.go (2.6 KiB)
- reflect_dynamic.go (1.4 KiB)
- reflect_extension.go (14.2 KiB)
- reflect_json_number.go (2.6 KiB)
- reflect_json_raw_message.go (1.6 KiB)
- reflect_map.go (8.6 KiB)
- reflect_marshaler.go (5.7 KiB)
- reflect_native.go (10.8 KiB)
- reflect_optional.go (3.4 KiB)
- reflect_slice.go (2.6 KiB)
- reflect_struct_decoder.go (28.1 KiB)
- reflect_struct_encoder.go (5.1 KiB)
- stream.go (5.2 KiB)
- stream_float.go (2.2 KiB)
- stream_int.go (4.5 KiB)
- stream_str.go (7.8 KiB)
- test.sh (285 Bytes)
-
-
jtolds
-
gls
- BUILD.bazel (676 Bytes)
- LICENSE (1.0 KiB)
- README.md (3.5 KiB)
- context.go (4.1 KiB)
- gen_sym.go (380 Bytes)
- gid.go (699 Bytes)
- id_pool.go (633 Bytes)
- stack_tags.go (3.7 KiB)
- stack_tags_js.go (1.5 KiB)
- stack_tags_main.go (556 Bytes)
-
-
juju
-
errors
- BUILD.bazel (645 Bytes)
- LICENSE (8.8 KiB)
- Makefile (290 Bytes)
- README.md (12.5 KiB)
- doc.go (2.5 KiB)
- error.go (4.8 KiB)
- errortypes.go (8.4 KiB)
- functions.go (8.2 KiB)
- path.go (849 Bytes)
-
-
julienschmidt
-
httprouter
- BUILD.bazel (624 Bytes)
- LICENSE (1.4 KiB)
- README.md (14.9 KiB)
- path.go (2.6 KiB)
- router.go (12.9 KiB)
- tree.go (16.1 KiB)
-
-
kballard
-
go-shellquote
- BUILD (645 Bytes)
- LICENSE (1.0 KiB)
- README (1.2 KiB)
- doc.go (118 Bytes)
- quote.go (2.3 KiB)
- unquote.go (3.6 KiB)
-
-
knative
-
build
-
pkg
-
apis
-
build
-
v1alpha1
- BUILD (1.6 KiB)
- build_defaults.go (1.1 KiB)
- build_template_interface.go (775 Bytes)
- build_template_types.go (3.7 KiB)
- build_template_validation.go (2.2 KiB)
- build_types.go (11.3 KiB)
- build_validation.go (3.8 KiB)
- cluster_build_template_types.go (2.2 KiB)
- cluster_build_template_validation.go (831 Bytes)
- doc.go (702 Bytes)
- metadata_validation.go (1.1 KiB)
- register.go (1.8 KiB)
- target_path_validation.go (1.6 KiB)
- zz_generated.deepcopy.go (14.6 KiB)
- BUILD (692 Bytes)
- register.go (688 Bytes)
-
-
-
- LICENSE (11.1 KiB)
-
-
pkg
-
apis
-
duck
-
v1alpha1
- BUILD (1.3 KiB)
- addressable_types.go (2.9 KiB)
- condition_set.go (11.3 KiB)
- conditions_types.go (6.1 KiB)
- doc.go (817 Bytes)
- generational_types.go (2.4 KiB)
- legacy_targetable_types.go (3.0 KiB)
- register.go (1.8 KiB)
- retired_targetable_types.go (2.8 KiB)
- zz_generated.deepcopy.go (13.4 KiB)
- BUILD (1.7 KiB)
- cached.go (1.9 KiB)
- doc.go (957 Bytes)
- enqueue.go (1.4 KiB)
- interface.go (977 Bytes)
- patch.go (1.6 KiB)
- proxy.go (1.8 KiB)
- register.go (623 Bytes)
- typed.go (4.1 KiB)
- unstructured.go (1.1 KiB)
- verify.go (3.1 KiB)
-
- BUILD (1.1 KiB)
- doc.go (609 Bytes)
- field_error.go (10.3 KiB)
- interfaces.go (1.4 KiB)
- kind2resource.go (1.4 KiB)
- volatile_time.go (1.2 KiB)
- zz_generated.deepcopy.go (1.8 KiB)
-
-
kmeta
- BUILD (1.2 KiB)
- accessor.go (3.0 KiB)
- doc.go (680 Bytes)
- labels.go (4.7 KiB)
- owner_references.go (1.3 KiB)
- LICENSE (11.1 KiB)
-
-
-
kr
-
pty
- BUILD.bazel (1.2 KiB)
- License (1.0 KiB)
- README.md (1.9 KiB)
- doc.go (349 Bytes)
- ioctl.go (194 Bytes)
- ioctl_bsd.go (1.1 KiB)
- mktypes.bash (329 Bytes)
- pty_darwin.go (1.2 KiB)
- pty_dragonfly.go (1.5 KiB)
- pty_freebsd.go (1.5 KiB)
- pty_linux.go (1014 Bytes)
- pty_openbsd.go (778 Bytes)
- pty_unsupported.go (166 Bytes)
- run.go (629 Bytes)
- types.go (83 Bytes)
- types_dragonfly.go (248 Bytes)
- types_freebsd.go (210 Bytes)
- types_openbsd.go (169 Bytes)
- util.go (1.5 KiB)
- ztypes_386.go (118 Bytes)
- ztypes_amd64.go (118 Bytes)
- ztypes_arm.go (118 Bytes)
- ztypes_arm64.go (135 Bytes)
- ztypes_dragonfly_amd64.go (205 Bytes)
- ztypes_freebsd_386.go (171 Bytes)
- ztypes_freebsd_amd64.go (202 Bytes)
- ztypes_freebsd_arm.go (171 Bytes)
- ztypes_mipsx.go (173 Bytes)
- ztypes_openbsd_386.go (188 Bytes)
- ztypes_openbsd_amd64.go (190 Bytes)
- ztypes_ppc64.go (135 Bytes)
- ztypes_ppc64le.go (137 Bytes)
- ztypes_s390x.go (135 Bytes)
-
-
mailru
-
easyjson
-
benchmark
- BUILD.bazel (771 Bytes)
- codec_test.go (5.1 KiB)
- data.go (5.9 KiB)
- data_codec.go (154.7 KiB)
- data_ffjson.go (141.6 KiB)
- data_var.go (12.9 KiB)
- default_test.go (2.1 KiB)
- dummy_test.go (200 Bytes)
- easyjson_test.go (3.2 KiB)
- example.json (12.7 KiB)
- ffjson_test.go (3.5 KiB)
- jsoniter_test.go (2.1 KiB)
- ujson.sh (335 Bytes)
-
bootstrap
- BUILD.bazel (576 Bytes)
- bootstrap.go (4.6 KiB)
-
buffer
- BUILD.bazel (684 Bytes)
- pool.go (5.4 KiB)
- pool_test.go (1.8 KiB)
-
easyjson
- BUILD.bazel (938 Bytes)
- main.go (3.2 KiB)
-
gen
- BUILD.bazel (818 Bytes)
- decoder.go (15.0 KiB)
- encoder.go (12.0 KiB)
- generator.go (12.7 KiB)
- generator_test.go (2.1 KiB)
-
jlexer
- BUILD.bazel (746 Bytes)
- bytestostr.go (768 Bytes)
- bytestostr_nounsafe.go (375 Bytes)
- error.go (365 Bytes)
- lexer.go (22.8 KiB)
- lexer_test.go (9.5 KiB)
-
jwriter
- BUILD.bazel (647 Bytes)
- writer.go (9.7 KiB)
-
opt
-
optional
- opt.go (1.7 KiB)
- BUILD.bazel (1.2 KiB)
- gotemplate_Bool.go (1.7 KiB)
- gotemplate_Float32.go (1.7 KiB)
- gotemplate_Float64.go (1.7 KiB)
- gotemplate_Int.go (1.7 KiB)
- gotemplate_Int16.go (1.7 KiB)
- gotemplate_Int32.go (1.7 KiB)
- gotemplate_Int64.go (1.7 KiB)
- gotemplate_Int8.go (1.7 KiB)
- gotemplate_String.go (1.7 KiB)
- gotemplate_Uint.go (1.7 KiB)
- gotemplate_Uint16.go (1.7 KiB)
- gotemplate_Uint32.go (1.7 KiB)
- gotemplate_Uint64.go (1.7 KiB)
- gotemplate_Uint8.go (1.7 KiB)
- opts.go (1.3 KiB)
-
-
parser
- BUILD.bazel (637 Bytes)
- parser.go (1.7 KiB)
- parser_unix.go (779 Bytes)
- parser_windows.go (1.1 KiB)
- .gitignore (38 Bytes)
- .travis.yml (199 Bytes)
- BUILD.bazel (1.3 KiB)
- LICENSE (1.0 KiB)
- Makefile (1.9 KiB)
- README.md (14.5 KiB)
- helpers.go (2.2 KiB)
- raw.go (1.1 KiB)
-
-
-
mattbaird
-
jsonpatch
- BUILD (591 Bytes)
- LICENSE (11.1 KiB)
- jsonpatch.go (6.1 KiB)
-
-
mattn
-
go-colorable
- BUILD (710 Bytes)
- LICENSE (1.1 KiB)
- README.md (1.3 KiB)
- colorable_appengine.go (619 Bytes)
- colorable_others.go (639 Bytes)
- colorable_windows.go (22.6 KiB)
- noncolorable.go (946 Bytes)
-
go-isatty
- BUILD (623 Bytes)
- LICENSE (1.1 KiB)
- README.md (1.1 KiB)
- doc.go (64 Bytes)
- isatty_bsd.go (619 Bytes)
- isatty_linux.go (599 Bytes)
- isatty_linux_ppc64x.go (609 Bytes)
- isatty_others.go (429 Bytes)
- isatty_solaris.go (596 Bytes)
- isatty_windows.go (2.1 KiB)
-
go-runewidth
- BUILD.bazel (639 Bytes)
- LICENSE (1.1 KiB)
- README.mkd (806 Bytes)
- runewidth.go (59.8 KiB)
- runewidth_js.go (169 Bytes)
- runewidth_posix.go (1.3 KiB)
- runewidth_windows.go (416 Bytes)
-
-
matttproud
-
golang_protobuf_extensions
-
pbutil
- BUILD.bazel (735 Bytes)
- Makefile (108 Bytes)
- decode.go (2.8 KiB)
- doc.go (684 Bytes)
- encode.go (1.5 KiB)
- LICENSE (11.1 KiB)
- NOTICE (52 Bytes)
-
-
-
mgutz
-
ansi
- BUILD (704 Bytes)
- LICENSE (1.1 KiB)
- README.md (2.3 KiB)
- ansi.go (5.3 KiB)
- doc.go (1.5 KiB)
- print.go (1.2 KiB)
-
-
microcosm-cc
-
bluemonday
- BUILD.bazel (729 Bytes)
- CONTRIBUTING.md (4.0 KiB)
- CREDITS.md (230 Bytes)
- LICENSE.md (1.5 KiB)
- Makefile (937 Bytes)
- README.md (15.5 KiB)
- doc.go (4.4 KiB)
- helpers.go (11.0 KiB)
- policies.go (7.6 KiB)
- policy.go (17.9 KiB)
- sanitize.go (14.2 KiB)
-
-
miekg
-
dns
- AUTHORS (27 Bytes)
- BUILD.bazel (1.5 KiB)
- CONTRIBUTORS (150 Bytes)
- COPYRIGHT (512 Bytes)
- Gopkg.lock (651 Bytes)
- Gopkg.toml (602 Bytes)
- LICENSE (1.6 KiB)
- Makefile.fuzz (671 Bytes)
- Makefile.release (992 Bytes)
- README.md (5.3 KiB)
- client.go (15.8 KiB)
- clientconfig.go (3.4 KiB)
- compress_generate.go (5.3 KiB)
- dane.go (997 Bytes)
- defaults.go (8.3 KiB)
- dns.go (2.3 KiB)
- dnssec.go (19.3 KiB)
- dnssec_keygen.go (4.2 KiB)
- dnssec_keyscan.go (6.7 KiB)
- dnssec_privkey.go (2.9 KiB)
- doc.go (9.8 KiB)
- edns.go (18.4 KiB)
- format.go (2.3 KiB)
- fuzz.go (307 Bytes)
- generate.go (3.8 KiB)
- labels.go (4.0 KiB)
- msg.go (31.8 KiB)
- msg_generate.go (10.1 KiB)
- msg_helpers.go (16.7 KiB)
- nsecx.go (2.5 KiB)
- privaterr.go (4.0 KiB)
- rawmsg.go (1.1 KiB)
- reverse.go (897 Bytes)
- sanitize.go (2.0 KiB)
- scan.go (23.6 KiB)
- scan_rr.go (48.6 KiB)
- scanner.go (1.0 KiB)
- server.go (20.4 KiB)
- sig0.go (4.9 KiB)
- singleinflight.go (1.4 KiB)
- smimea.go (1.4 KiB)
- tlsa.go (1.1 KiB)
- tsig.go (9.3 KiB)
- types.go (31.6 KiB)
- types_generate.go (6.9 KiB)
- udp.go (2.9 KiB)
- udp_windows.go (1.2 KiB)
- update.go (3.1 KiB)
- version.go (274 Bytes)
- xfr.go (6.4 KiB)
- zcompress.go (5.1 KiB)
- zmsg.go (76.1 KiB)
- ztypes.go (22.9 KiB)
-
-
modern-go
-
concurrent
- BUILD.bazel (683 Bytes)
- LICENSE (11.1 KiB)
- README.md (1.8 KiB)
- executor.go (613 Bytes)
- go_above_19.go (209 Bytes)
- go_below_19.go (642 Bytes)
- log.go (301 Bytes)
- test.sh (289 Bytes)
- unbounded_executor.go (3.6 KiB)
-
reflect2
- BUILD.bazel (1.4 KiB)
- Gopkg.lock (438 Bytes)
- Gopkg.toml (747 Bytes)
- LICENSE (11.1 KiB)
- README.md (2.5 KiB)
- go_above_17.go (171 Bytes)
- go_above_19.go (257 Bytes)
- go_below_17.go (136 Bytes)
- go_below_19.go (244 Bytes)
- reflect2.go (7.1 KiB)
- reflect2_amd64.s (0 Bytes)
- reflect2_kind.go (916 Bytes)
- relfect2_386.s (0 Bytes)
- relfect2_amd64p32.s (0 Bytes)
- relfect2_arm.s (0 Bytes)
- relfect2_arm64.s (0 Bytes)
- relfect2_mips64x.s (0 Bytes)
- relfect2_mipsx.s (0 Bytes)
- relfect2_ppc64x.s (0 Bytes)
- relfect2_s390x.s (0 Bytes)
- safe_field.go (1.2 KiB)
- safe_map.go (2.5 KiB)
- safe_slice.go (2.5 KiB)
- safe_struct.go (781 Bytes)
- safe_type.go (1.7 KiB)
- test.sh (321 Bytes)
- type_map.go (3.0 KiB)
- unsafe_array.go (2.0 KiB)
- unsafe_eface.go (1.3 KiB)
- unsafe_field.go (2.1 KiB)
- unsafe_iface.go (1.3 KiB)
- unsafe_link.go (2.7 KiB)
- unsafe_map.go (4.1 KiB)
- unsafe_ptr.go (1.0 KiB)
- unsafe_slice.go (5.2 KiB)
- unsafe_struct.go (1.5 KiB)
- unsafe_type.go (2.2 KiB)
-
-
mohae
-
deepcopy
- BUILD.bazel (553 Bytes)
- LICENSE (1.0 KiB)
- README.md (347 Bytes)
- deepcopy.go (3.4 KiB)
-
-
montanaflynn
-
stats
- BUILD.bazel (1007 Bytes)
- CHANGELOG.md (2.1 KiB)
- LICENSE (1.1 KiB)
- Makefile (361 Bytes)
- README.md (4.6 KiB)
- correlation.go (742 Bytes)
- data.go (4.6 KiB)
- data_set_distances.go (2.5 KiB)
- deviation.go (1.5 KiB)
- errors.go (665 Bytes)
- legacy.go (1.0 KiB)
- load.go (3.2 KiB)
- max.go (445 Bytes)
- mean.go (1.1 KiB)
- median.go (592 Bytes)
- min.go (505 Bytes)
- mode.go (980 Bytes)
- outlier.go (1.0 KiB)
- percentile.go (1.7 KiB)
- quartile.go (1.5 KiB)
- regression.go (2.4 KiB)
- round.go (910 Bytes)
- sample.go (853 Bytes)
- sum.go (268 Bytes)
- util.go (922 Bytes)
- variance.go (2.3 KiB)
-
-
mvdan
-
xurls
- BUILD.bazel (646 Bytes)
- LICENSE (1.5 KiB)
- README.md (1.2 KiB)
- regex.go (11.9 KiB)
- schemes.go (498 Bytes)
- tlds.go (16.1 KiB)
- tlds_pseudo.go (836 Bytes)
- xurls.go (2.6 KiB)
-
-
naoina
-
go-stringutil
- BUILD (622 Bytes)
- LICENSE (1.0 KiB)
- README.md (291 Bytes)
- da.go (5.3 KiB)
- strings.go (8.0 KiB)
-
toml
-
ast
- BUILD (581 Bytes)
- ast.go (3.0 KiB)
- BUILD (948 Bytes)
- LICENSE (1.0 KiB)
- README.md (6.6 KiB)
- config.go (2.9 KiB)
- decode.go (12.3 KiB)
- encode.go (10.4 KiB)
- error.go (2.2 KiB)
- parse.go (8.6 KiB)
- parse.peg (3.3 KiB)
- parse.peg.go (62.2 KiB)
- util.go (1.8 KiB)
-
-
-
nfnt
-
resize
- BUILD.bazel (670 Bytes)
- LICENSE (756 Bytes)
- README.md (4.8 KiB)
- converter.go (11.6 KiB)
- filters.go (3.7 KiB)
- nearest.go (8.7 KiB)
- resize.go (19.9 KiB)
- thumbnail.go (1.8 KiB)
- ycc.go (9.0 KiB)
-
-
olekukonko
-
tablewriter
- BUILD.bazel (711 Bytes)
- LICENCE.md (1.0 KiB)
- README.md (6.6 KiB)
- csv.go (1.3 KiB)
- table.go (14.5 KiB)
- test.csv (83 Bytes)
- test_info.csv (145 Bytes)
- util.go (1.8 KiB)
- wrap.go (2.6 KiB)
-
-
opencontainers
-
go-digest
- BUILD.bazel (675 Bytes)
- LICENSE.code (10.5 KiB)
- LICENSE.docs (19.5 KiB)
- README.md (4.0 KiB)
- algorithm.go (5.7 KiB)
- digest.go (4.7 KiB)
- digester.go (1.1 KiB)
- doc.go (2.2 KiB)
- verifiers.go (1.3 KiB)
-
image-spec
-
specs-go
-
v1
- BUILD.bazel (931 Bytes)
- annotations.go (2.8 KiB)
- config.go (4.0 KiB)
- descriptor.go (2.4 KiB)
- index.go (1.1 KiB)
- layout.go (983 Bytes)
- manifest.go (1.2 KiB)
- mediatype.go (2.1 KiB)
- BUILD.bazel (724 Bytes)
- version.go (1.1 KiB)
- versioned.go (938 Bytes)
-
- LICENSE (10.5 KiB)
-
-
-
oschwald
-
maxminddb-golang
- BUILD.bazel (2.2 KiB)
- LICENSE (772 Bytes)
- README.md (1.3 KiB)
- appveyor.yml (320 Bytes)
- decoder.go (17.5 KiB)
- errors.go (1.1 KiB)
- mmap_unix.go (274 Bytes)
- mmap_windows.go (1.8 KiB)
- reader.go (7.7 KiB)
- reader_appengine.go (867 Bytes)
- reader_other.go (1.4 KiB)
- traverse.go (2.6 KiB)
- verifier.go (3.8 KiB)
-
-
otokaze
-
mock
-
mockgen
-
model
- BUILD.bazel (574 Bytes)
- model.go (10.6 KiB)
- BUILD.bazel (785 Bytes)
- mockgen.go (11.6 KiB)
- parse.go (13.4 KiB)
- reflect.go (5.4 KiB)
-
- LICENSE (11.1 KiB)
-
-
-
pelletier
-
go-toml
- BUILD.bazel (779 Bytes)
- LICENSE (1.1 KiB)
- PULL_REQUEST_TEMPLATE.md (203 Bytes)
- README.md (3.6 KiB)
- appveyor.yml (941 Bytes)
- benchmark.json (3.6 KiB)
- benchmark.sh (874 Bytes)
- benchmark.toml (5.1 KiB)
- benchmark.yml (1.9 KiB)
- doc.go (789 Bytes)
- example-crlf.toml (645 Bytes)
- example.toml (616 Bytes)
- fuzz.go (472 Bytes)
- fuzz.sh (291 Bytes)
- keysparsing.go (1.7 KiB)
- lexer.go (14.1 KiB)
- marshal.go (16.9 KiB)
- marshal_test.toml (593 Bytes)
- parser.go (10.2 KiB)
- position.go (744 Bytes)
- test.sh (2.3 KiB)
- token.go (2.0 KiB)
- toml.go (9.2 KiB)
- tomltree_create.go (4.0 KiB)
- tomltree_write.go (8.3 KiB)
-
-
pierrec
-
lz4
- BUILD.bazel (698 Bytes)
- LICENSE (1.4 KiB)
- README.md (1.4 KiB)
- block.go (10.7 KiB)
- lz4.go (4.2 KiB)
- reader.go (9.7 KiB)
- writer.go (8.7 KiB)
-
xxHash
-
xxHash32
- BUILD.bazel (571 Bytes)
- xxHash32.go (4.6 KiB)
- LICENSE (1.4 KiB)
-
-
-
pingcap
-
tidb-tools
-
tidb_binlog
-
slave_binlog_proto
-
go-binlog
- BUILD.bazel (714 Bytes)
- binlog.pb.go (51.7 KiB)
-
-
- LICENSE (11.0 KiB)
-
-
-
pkg
-
errors
- BUILD.bazel (578 Bytes)
- LICENSE (1.3 KiB)
- README.md (2.2 KiB)
- appveyor.yml (639 Bytes)
- errors.go (6.7 KiB)
- stack.go (4.3 KiB)
-
-
pmezard
-
go-difflib
-
difflib
- BUILD.bazel (576 Bytes)
- difflib.go (22.3 KiB)
- LICENSE (1.4 KiB)
-
-
-
prometheus
-
client_golang
-
api
-
prometheus
- BUILD.bazel (814 Bytes)
- api.go (7.6 KiB)
-
-
examples
-
random
- BUILD.bazel (820 Bytes)
- main.go (3.4 KiB)
-
simple
- BUILD.bazel (820 Bytes)
- main.go (965 Bytes)
-
-
prometheus
-
promhttp
- BUILD.bazel (790 Bytes)
- http.go (6.7 KiB)
-
push
- BUILD.bazel (856 Bytes)
- push.go (6.4 KiB)
- BUILD.bazel (1.6 KiB)
- README.md (160 Bytes)
- collector.go (3.5 KiB)
- counter.go (5.8 KiB)
- desc.go (7.0 KiB)
- doc.go (8.2 KiB)
- expvar_collector.go (4.0 KiB)
- fnv.go (604 Bytes)
- gauge.go (4.8 KiB)
- go_collector.go (7.6 KiB)
- histogram.go (13.9 KiB)
- http.go (12.8 KiB)
- metric.go (6.1 KiB)
- process_collector.go (4.0 KiB)
- registry.go (27.4 KiB)
- summary.go (15.9 KiB)
- untyped.go (4.8 KiB)
- value.go (6.6 KiB)
- vec.go (12.3 KiB)
-
- AUTHORS.md (547 Bytes)
- CHANGELOG.md (5.3 KiB)
- CONTRIBUTING.md (859 Bytes)
- LICENSE (11.1 KiB)
- NOTICE (842 Bytes)
- README.md (2.3 KiB)
- VERSION (6 Bytes)
-
-
client_model
-
go
- BUILD.bazel (649 Bytes)
- metrics.pb.go (8.9 KiB)
- LICENSE (11.1 KiB)
- NOTICE (167 Bytes)
-
-
common
-
config
- BUILD.bazel (673 Bytes)
- config.go (1.3 KiB)
- http_config.go (8.6 KiB)
-
expfmt
-
fuzz
-
corpus
- from_test_parse_0 (2 Bytes)
- from_test_parse_1 (129 Bytes)
- from_test_parse_2 (354 Bytes)
- from_test_parse_3 (641 Bytes)
- from_test_parse_4 (456 Bytes)
- from_test_parse_error_0 (8 Bytes)
- from_test_parse_error_1 (23 Bytes)
- from_test_parse_error_10 (29 Bytes)
- from_test_parse_error_11 (26 Bytes)
- from_test_parse_error_12 (37 Bytes)
- from_test_parse_error_13 (45 Bytes)
- from_test_parse_error_14 (35 Bytes)
- from_test_parse_error_15 (19 Bytes)
- from_test_parse_error_16 (16 Bytes)
- from_test_parse_error_17 (34 Bytes)
- from_test_parse_error_18 (20 Bytes)
- from_test_parse_error_19 (54 Bytes)
- from_test_parse_error_2 (31 Bytes)
- from_test_parse_error_3 (20 Bytes)
- from_test_parse_error_4 (27 Bytes)
- from_test_parse_error_5 (25 Bytes)
- from_test_parse_error_6 (22 Bytes)
- from_test_parse_error_7 (51 Bytes)
- from_test_parse_error_8 (25 Bytes)
- from_test_parse_error_9 (30 Bytes)
- minimal (6 Bytes)
-
- BUILD.bazel (1.1 KiB)
- decode.go (11.2 KiB)
- encode.go (2.5 KiB)
- expfmt.go (1.4 KiB)
- fuzz.go (1.0 KiB)
- text_create.go (7.5 KiB)
- text_parse.go (24.8 KiB)
-
-
internal
-
bitbucket.org
-
ww
-
goautoneg
- BUILD.bazel (664 Bytes)
- README.txt (2.2 KiB)
- autoneg.go (4.2 KiB)
-
-
-
-
log
- BUILD.bazel (926 Bytes)
- eventlog_formatter.go (2.2 KiB)
- log.go (10.0 KiB)
- syslog_formatter.go (3.0 KiB)
-
model
- BUILD.bazel (800 Bytes)
- alert.go (3.7 KiB)
- fingerprinting.go (2.5 KiB)
- fnv.go (1.2 KiB)
- labels.go (5.6 KiB)
- labelset.go (4.2 KiB)
- metric.go (2.8 KiB)
- model.go (719 Bytes)
- signature.go (4.3 KiB)
- silence.go (2.8 KiB)
- time.go (6.3 KiB)
- value.go (10.0 KiB)
-
route
- BUILD.bazel (720 Bytes)
- route.go (2.8 KiB)
-
version
- BUILD.bazel (662 Bytes)
- info.go (2.5 KiB)
- CONTRIBUTING.md (870 Bytes)
- LICENSE (11.1 KiB)
- MAINTAINERS.md (47 Bytes)
- NOTICE (178 Bytes)
- README.md (605 Bytes)
-
-
procfs
-
bcache
- BUILD.bazel (604 Bytes)
- bcache.go (2.5 KiB)
- get.go (8.7 KiB)
-
fixtures
-
26231
-
fd
- 0 (0 Bytes)
- 1 (0 Bytes)
- 10 (0 Bytes)
- 2 (0 Bytes)
- 3 (0 Bytes)
- cmdline (16 Bytes)
- comm (4 Bytes)
- exe (1.5 MiB)
- io (116 Bytes)
- limits (1.2 KiB)
- mountstats (1004 Bytes)
- stat (330 Bytes)
-
-
26232
-
fd
- 0 (0 Bytes)
- 1 (0 Bytes)
- 2 (0 Bytes)
- 3 (0 Bytes)
- 4 (0 Bytes)
- cmdline (0 Bytes)
- comm (8 Bytes)
- limits (1.3 KiB)
- stat (171 Bytes)
-
-
584
- stat (341 Bytes)
-
buddyinfo
-
short
- buddyinfo (39 Bytes)
-
sizemismatch
- buddyinfo (298 Bytes)
-
valid
- buddyinfo (300 Bytes)
-
-
fs
-
xfs
- stat (742 Bytes)
-
-
net
- ip_vs (1.0 KiB)
- ip_vs_stats (306 Bytes)
- xfrm_stat (1019 Bytes)
-
symlinktargets
- README (145 Bytes)
- abc (0 Bytes)
- def (0 Bytes)
- ghi (0 Bytes)
- uvw (0 Bytes)
- xyz (0 Bytes)
- mdstat (1.0 KiB)
- stat (2.0 KiB)
-
-
sysfs
- BUILD.bazel (765 Bytes)
- doc.go (716 Bytes)
- fixtures.ttar (29.9 KiB)
- fs.go (2.9 KiB)
-
xfs
- BUILD.bazel (597 Bytes)
- parse.go (9.4 KiB)
- xfs.go (4.6 KiB)
- BUILD.bazel (1.1 KiB)
- CONTRIBUTING.md (870 Bytes)
- LICENSE (11.1 KiB)
- MAINTAINERS.md (36 Bytes)
- Makefile (298 Bytes)
- NOTICE (237 Bytes)
- README.md (655 Bytes)
- buddyinfo.go (2.4 KiB)
- doc.go (1.3 KiB)
- fs.go (1.1 KiB)
- ipvs.go (5.8 KiB)
- mdstat.go (3.5 KiB)
- mountstats.go (15.9 KiB)
- proc.go (4.7 KiB)
- proc_io.go (1.1 KiB)
- proc_limits.go (3.8 KiB)
- proc_stat.go (4.6 KiB)
- stat.go (6.1 KiB)
- ttar (6.5 KiB)
- xfrm.go (4.8 KiB)
-
-
-
rcrowley
-
go-metrics
- BUILD.bazel (1.1 KiB)
- LICENSE (1.5 KiB)
- README.md (4.3 KiB)
- counter.go (2.5 KiB)
- debug.go (2.6 KiB)
- ewma.go (2.8 KiB)
- gauge.go (2.8 KiB)
- gauge_float64.go (3.3 KiB)
- graphite.go (4.7 KiB)
- healthcheck.go (1.5 KiB)
- histogram.go (6.1 KiB)
- json.go (2.3 KiB)
- log.go (2.9 KiB)
- memory.md (5.2 KiB)
- meter.go (5.3 KiB)
- metrics.go (461 Bytes)
- opentsdb.go (5.4 KiB)
- registry.go (7.3 KiB)
- runtime.go (8.6 KiB)
- runtime_cgo.go (128 Bytes)
- runtime_gccpufraction.go (142 Bytes)
- runtime_no_cgo.go (81 Bytes)
- runtime_no_gccpufraction.go (122 Bytes)
- sample.go (14.7 KiB)
- syslog.go (1.9 KiB)
- timer.go (8.1 KiB)
- validate.sh (239 Bytes)
- writer.go (3.5 KiB)
-
-
robfig
-
cron
- BUILD.bazel (644 Bytes)
- LICENSE (1.1 KiB)
- README.md (211 Bytes)
- constantdelay.go (934 Bytes)
- cron.go (5.7 KiB)
- doc.go (4.7 KiB)
- parser.go (9.4 KiB)
- spec.go (3.5 KiB)
-
-
samuel
-
go-zookeeper
-
zk
- BUILD.bazel (764 Bytes)
- conn.go (26.0 KiB)
- constants.go (6.2 KiB)
- dnshostprovider.go (2.1 KiB)
- flw.go (7.5 KiB)
- lock.go (3.0 KiB)
- server_help.go (4.8 KiB)
- server_java.go (3.8 KiB)
- structs.go (12.3 KiB)
- util.go (1.6 KiB)
- LICENSE (1.5 KiB)
-
-
-
satori
-
go.uuid
- BUILD.bazel (549 Bytes)
- LICENSE (1.1 KiB)
- README.md (1.8 KiB)
- uuid.go (11.2 KiB)
-
-
scorredoira
-
email
- BUILD (585 Bytes)
- LICENSE (1.0 KiB)
- README.md (1.3 KiB)
- email.go (5.4 KiB)
-
-
shirou
-
gopsutil
-
cpu
- BUILD.bazel (1.5 KiB)
- cpu.go (5.0 KiB)
- cpu_darwin.go (2.7 KiB)
- cpu_darwin_cgo.go (2.7 KiB)
- cpu_darwin_nocgo.go (294 Bytes)
- cpu_fallback.go (586 Bytes)
- cpu_freebsd.go (4.5 KiB)
- cpu_freebsd_386.go (103 Bytes)
- cpu_freebsd_amd64.go (103 Bytes)
- cpu_linux.go (6.6 KiB)
- cpu_openbsd.go (2.2 KiB)
- cpu_solaris.go (5.5 KiB)
- cpu_windows.go (4.8 KiB)
-
disk
- BUILD.bazel (2.2 KiB)
- disk.go (1.7 KiB)
- disk_darwin.go (2.5 KiB)
- disk_darwin.h (5.3 KiB)
- disk_darwin_386.go (1.8 KiB)
- disk_darwin_amd64.go (1.7 KiB)
- disk_darwin_arm64.go (1.7 KiB)
- disk_darwin_cgo.go (2.2 KiB)
- disk_darwin_nocgo.go (399 Bytes)
- disk_fallback.go (912 Bytes)
- disk_freebsd.go (4.5 KiB)
- disk_freebsd_386.go (2.1 KiB)
- disk_freebsd_amd64.go (2.2 KiB)
- disk_linux.go (16.4 KiB)
- disk_openbsd.go (4.2 KiB)
- disk_openbsd_amd64.go (1.6 KiB)
- disk_solaris.go (3.4 KiB)
- disk_unix.go (1.8 KiB)
- disk_windows.go (5.0 KiB)
-
host
- BUILD.bazel (2.1 KiB)
- host.go (1.6 KiB)
- host_darwin.go (4.8 KiB)
- host_darwin_386.go (318 Bytes)
- host_darwin_amd64.go (318 Bytes)
- host_fallback.go (1.6 KiB)
- host_freebsd.go (5.1 KiB)
- host_freebsd_386.go (628 Bytes)
- host_freebsd_amd64.go (660 Bytes)
- host_freebsd_arm.go (660 Bytes)
- host_linux.go (16.9 KiB)
- host_linux_386.go (778 Bytes)
- host_linux_amd64.go (852 Bytes)
- host_linux_arm.go (806 Bytes)
- host_linux_arm64.go (783 Bytes)
- host_linux_mips.go (687 Bytes)
- host_linux_mips64.go (687 Bytes)
- host_linux_mips64le.go (687 Bytes)
- host_linux_mipsle.go (687 Bytes)
- host_linux_ppc64le.go (817 Bytes)
- host_linux_s390x.go (815 Bytes)
- host_openbsd.go (4.0 KiB)
- host_openbsd_amd64.go (448 Bytes)
- host_solaris.go (5.8 KiB)
- host_windows.go (8.3 KiB)
-
internal
-
common
- BUILD.bazel (1.4 KiB)
- binary.go (15.0 KiB)
- common.go (8.3 KiB)
- common_darwin.go (1.3 KiB)
- common_freebsd.go (1.3 KiB)
- common_linux.go (736 Bytes)
- common_openbsd.go (1.2 KiB)
- common_unix.go (1.5 KiB)
- common_windows.go (3.2 KiB)
-
-
mem
- BUILD.bazel (1.5 KiB)
- mem.go (2.9 KiB)
- mem_darwin.go (1.6 KiB)
- mem_darwin_cgo.go (1.4 KiB)
- mem_darwin_nocgo.go (1.9 KiB)
- mem_fallback.go (601 Bytes)
- mem_freebsd.go (2.9 KiB)
- mem_linux.go (3.5 KiB)
- mem_openbsd.go (2.9 KiB)
- mem_openbsd_amd64.go (2.8 KiB)
- mem_solaris.go (2.6 KiB)
- mem_windows.go (2.4 KiB)
-
net
- BUILD.bazel (1.0 KiB)
- net.go (6.3 KiB)
- net_darwin.go (7.5 KiB)
- net_fallback.go (1.5 KiB)
- net_freebsd.go (3.1 KiB)
- net_linux.go (18.4 KiB)
- net_openbsd.go (6.9 KiB)
- net_unix.go (2.4 KiB)
- net_windows.go (3.4 KiB)
-
process
- BUILD.bazel (3.4 KiB)
- process.go (5.5 KiB)
- process_darwin.go (16.1 KiB)
- process_darwin_386.go (3.5 KiB)
- process_darwin_amd64.go (3.5 KiB)
- process_fallback.go (9.7 KiB)
- process_freebsd.go (11.6 KiB)
- process_freebsd_386.go (3.5 KiB)
- process_freebsd_amd64.go (3.5 KiB)
- process_freebsd_arm.go (3.5 KiB)
- process_linux.go (31.6 KiB)
- process_openbsd.go (12.4 KiB)
- process_openbsd_amd64.go (3.4 KiB)
- process_posix.go (3.1 KiB)
- process_windows.go (19.0 KiB)
- process_windows_386.go (426 Bytes)
- process_windows_amd64.go (426 Bytes)
- LICENSE (3.1 KiB)
-
-
w32
- AUTHORS (434 Bytes)
- BUILD.bazel (975 Bytes)
- LICENSE (1.4 KiB)
- README.md (873 Bytes)
- advapi32.go (7.3 KiB)
- comctl32.go (2.7 KiB)
- comdlg32.go (881 Bytes)
- constants.go (71.3 KiB)
- dwmapi.go (8.3 KiB)
- gdi32.go (12.8 KiB)
- gdiplus.go (4.8 KiB)
- idispatch.go (1.0 KiB)
- istream.go (688 Bytes)
- iunknown.go (585 Bytes)
- kernel32.go (8.2 KiB)
- ole32.go (1.5 KiB)
- oleaut32.go (1.3 KiB)
- opengl32.go (1.6 KiB)
- psapi.go (579 Bytes)
- shell32.go (4.2 KiB)
- typedef.go (23.0 KiB)
- user32.go (24.3 KiB)
- utils.go (5.8 KiB)
- vars.go (807 Bytes)
-
-
shopspring
-
decimal
- BUILD.bazel (560 Bytes)
- LICENSE (2.2 KiB)
- README.md (4.6 KiB)
- decimal.go (27.8 KiB)
-
-
siddontang
-
go
-
hack
- BUILD.bazel (557 Bytes)
- hack.go (607 Bytes)
-
ioutil2
- BUILD.bazel (608 Bytes)
- ioutil.go (850 Bytes)
- sectionwriter.go (1.3 KiB)
- LICENSE (1.1 KiB)
-
-
go-mysql
-
canal
- BUILD.bazel (1.3 KiB)
- canal.go (10.3 KiB)
- config.go (2.7 KiB)
- dump.go (3.1 KiB)
- handler.go (1.3 KiB)
- master.go (665 Bytes)
- rows.go (1.7 KiB)
- sync.go (6.0 KiB)
-
client
- BUILD.bazel (967 Bytes)
- auth.go (3.7 KiB)
- conn.go (4.5 KiB)
- req.go (1.2 KiB)
- resp.go (4.2 KiB)
- stmt.go (4.7 KiB)
-
dump
- BUILD.bazel (763 Bytes)
- dump.go (4.2 KiB)
- parser.go (3.8 KiB)
-
mysql
- BUILD.bazel (1.1 KiB)
- const.go (3.3 KiB)
- errcode.go (70.2 KiB)
- errname.go (103.5 KiB)
- error.go (1.2 KiB)
- field.go (2.8 KiB)
- gtid.go (513 Bytes)
- mariadb_gtid.go (2.0 KiB)
- mysql_gtid.go (7.6 KiB)
- parse_binary.go (1.2 KiB)
- position.go (528 Bytes)
- result.go (199 Bytes)
- resultset.go (8.6 KiB)
- resultset_helper.go (4.8 KiB)
- state.go (12.2 KiB)
- util.go (6.2 KiB)
-
packet
- BUILD.bazel (731 Bytes)
- conn.go (3.0 KiB)
-
replication
- BUILD.bazel (1.3 KiB)
- backup.go (1.9 KiB)
- binlogstreamer.go (1.2 KiB)
- binlogsyncer.go (16.1 KiB)
- const.go (4.4 KiB)
- doc.go (144 Bytes)
- event.go (10.9 KiB)
- generic_event.go (3.2 KiB)
- json_binary.go (9.5 KiB)
- parser.go (7.5 KiB)
- row_event.go (19.3 KiB)
- time.go (766 Bytes)
-
schema
- BUILD.bazel (733 Bytes)
- schema.go (8.2 KiB)
- LICENSE (1.1 KiB)
-
-
-
sirupsen
-
logrus
- BUILD.bazel (1.1 KiB)
- CHANGELOG.md (2.4 KiB)
- LICENSE (1.1 KiB)
- README.md (21.4 KiB)
- alt_exit.go (2.2 KiB)
- doc.go (586 Bytes)
- entry.go (6.8 KiB)
- exported.go (4.8 KiB)
- formatter.go (1.3 KiB)
- hooks.go (1.1 KiB)
- json_formatter.go (1.6 KiB)
- logger.go (7.8 KiB)
- logrus.go (3.6 KiB)
- terminal_appengine.go (171 Bytes)
- terminal_bsd.go (178 Bytes)
- terminal_linux.go (312 Bytes)
- terminal_notwindows.go (670 Bytes)
- terminal_solaris.go (352 Bytes)
- terminal_windows.go (1.9 KiB)
- text_formatter.go (3.9 KiB)
- writer.go (1.2 KiB)
-
-
smartystreets
-
assertions
-
internal
-
go-render
-
render
- BUILD.bazel (664 Bytes)
- render.go (10.3 KiB)
- LICENSE (1.5 KiB)
-
-
oglematchers
- BUILD.bazel (927 Bytes)
- LICENSE (11.1 KiB)
- README.md (2.0 KiB)
- any_of.go (2.6 KiB)
- contains.go (1.7 KiB)
- deep_equals.go (2.3 KiB)
- equals.go (12.5 KiB)
- greater_or_equal.go (1.4 KiB)
- greater_than.go (1.3 KiB)
- less_or_equal.go (1.4 KiB)
- less_than.go (3.6 KiB)
- matcher.go (3.6 KiB)
- not.go (1.4 KiB)
- transform_description.go (1.2 KiB)
-
- BUILD.bazel (1.2 KiB)
- CONTRIBUTING.md (1.9 KiB)
- LICENSE.md (1.3 KiB)
- README.md (17.5 KiB)
- collections.go (7.4 KiB)
- doc.go (4.0 KiB)
- equality.go (9.1 KiB)
- filter.go (835 Bytes)
- messages.go (6.9 KiB)
- panic.go (2.5 KiB)
- quantity.go (4.9 KiB)
- serializer.go (1.8 KiB)
- strings.go (6.9 KiB)
- time.go (6.3 KiB)
- type.go (3.9 KiB)
-
-
goconvey
-
convey
-
gotest
- BUILD.bazel (594 Bytes)
- utils.go (831 Bytes)
-
reporting
- BUILD.bazel (939 Bytes)
- console.go (210 Bytes)
- doc.go (256 Bytes)
- dot.go (808 Bytes)
- gotest.go (674 Bytes)
- init.go (2.2 KiB)
- json.go (2.2 KiB)
- printer.go (1.2 KiB)
- problems.go (1.7 KiB)
- reporter.go (1.1 KiB)
- reporting.goconvey (20 Bytes)
- reports.go (4.1 KiB)
- statistics.go (2.0 KiB)
- story.go (1.7 KiB)
- BUILD.bazel (1.1 KiB)
- assertions.go (3.2 KiB)
- context.go (7.0 KiB)
- convey.goconvey (188 Bytes)
- discovery.go (2.4 KiB)
- doc.go (8.5 KiB)
- init.go (1.9 KiB)
- nilReporter.go (642 Bytes)
-
-
web
-
server
-
contract
- BUILD.bazel (850 Bytes)
- contracts.go (847 Bytes)
- result.go (2.5 KiB)
-
messaging
- BUILD.bazel (611 Bytes)
- messages.go (1.1 KiB)
-
parser
- BUILD.bazel (913 Bytes)
- packageParser.go (4.6 KiB)
- parser.go (716 Bytes)
- parser.goconvey (20 Bytes)
- rules.go (1.5 KiB)
- testParser.go (4.5 KiB)
- util.go (1.2 KiB)
-
-
- LICENSE.md (1.3 KiB)
-
-
-
snluu
-
uuid
- BUILD.bazel (574 Bytes)
- README.md (406 Bytes)
- doc.go (58 Bytes)
- uuid.go (2.1 KiB)
-
-
spf13
-
pflag
- BUILD.bazel (1.1 KiB)
- LICENSE (1.5 KiB)
- bool.go (3.0 KiB)
- bool_slice.go (4.5 KiB)
- count.go (2.9 KiB)
- duration.go (3.2 KiB)
- flag.go (32.8 KiB)
- float32.go (3.1 KiB)
- float64.go (3.0 KiB)
- golangflag.go (2.6 KiB)
- int.go (2.7 KiB)
- int32.go (2.9 KiB)
- int64.go (2.9 KiB)
- int8.go (2.9 KiB)
- int_slice.go (3.7 KiB)
- ip.go (3.0 KiB)
- ip_slice.go (4.6 KiB)
- ipmask.go (4.0 KiB)
- ipnet.go (3.3 KiB)
- string.go (2.9 KiB)
- string_array.go (3.7 KiB)
- string_slice.go (4.0 KiB)
- uint.go (2.9 KiB)
- uint16.go (3.0 KiB)
- uint32.go (3.0 KiB)
- uint64.go (3.0 KiB)
- uint8.go (2.9 KiB)
- uint_slice.go (3.8 KiB)
-
-
ssor
-
bom
- BUILD.bazel (536 Bytes)
- LICENSE (1.0 KiB)
- README.md (305 Bytes)
- bom.go (640 Bytes)
-
-
stretchr
-
objx
- BUILD.bazel (776 Bytes)
- LICENSE.md (1.1 KiB)
- README.md (89 Bytes)
- accessors.go (4.2 KiB)
- constants.go (325 Bytes)
- conversions.go (2.5 KiB)
- doc.go (2.3 KiB)
- map.go (5.3 KiB)
- mutations.go (2.1 KiB)
- security.go (273 Bytes)
- tests.go (362 Bytes)
- type_specific_codegen.go (71.1 KiB)
- value.go (1.4 KiB)
-
testify
-
assert
- BUILD.bazel (921 Bytes)
- assertion_format.go (18.8 KiB)
- assertion_format.go.tmpl (184 Bytes)
- assertion_forward.go (33.7 KiB)
- assertion_forward.go.tmpl (185 Bytes)
- assertions.go (38.2 KiB)
- doc.go (1.3 KiB)
- errors.go (326 Bytes)
- forward_assertions.go (388 Bytes)
- http_assertions.go (4.7 KiB)
-
http
- BUILD.bazel (722 Bytes)
- doc.go (62 Bytes)
- test_response_writer.go (1.2 KiB)
- test_round_tripper.go (377 Bytes)
-
mock
- BUILD.bazel (902 Bytes)
- doc.go (1.6 KiB)
- mock.go (22.3 KiB)
- BUILD.bazel (993 Bytes)
- LICENCE.txt (1.1 KiB)
- LICENSE (1.1 KiB)
- README.md (11.0 KiB)
- doc.go (940 Bytes)
-
-
-
syndtr
-
goleveldb
-
leveldb
-
cache
- BUILD.bazel (700 Bytes)
- cache.go (13.9 KiB)
- lru.go (3.1 KiB)
-
comparer
- BUILD.bazel (635 Bytes)
- bytes_comparer.go (1.1 KiB)
- comparer.go (2.1 KiB)
-
errors
- BUILD.bazel (768 Bytes)
- errors.go (1.8 KiB)
-
filter
- BUILD.bazel (705 Bytes)
- bloom.go (2.9 KiB)
- filter.go (2.0 KiB)
-
iterator
- BUILD.bazel (946 Bytes)
- array_iter.go (3.3 KiB)
- indexed_iter.go (4.3 KiB)
- iter.go (4.4 KiB)
- merged_iter.go (5.7 KiB)
-
journal
- BUILD.bazel (853 Bytes)
- journal.go (13.0 KiB)
-
memdb
- BUILD.bazel (932 Bytes)
- memdb.go (10.4 KiB)
-
opt
- BUILD.bazel (847 Bytes)
- options.go (18.2 KiB)
-
storage
- BUILD.bazel (823 Bytes)
- file_storage.go (14.5 KiB)
- file_storage_nacl.go (631 Bytes)
- file_storage_plan9.go (1.1 KiB)
- file_storage_solaris.go (1.4 KiB)
- file_storage_unix.go (2.1 KiB)
- file_storage_windows.go (1.8 KiB)
- mem_storage.go (3.9 KiB)
- storage.go (4.7 KiB)
-
table
- BUILD.bazel (1.3 KiB)
- reader.go (26.9 KiB)
- table.go (6.7 KiB)
- writer.go (8.8 KiB)
-
util
- BUILD.bazel (700 Bytes)
- buffer.go (9.1 KiB)
- buffer_pool.go (4.3 KiB)
- crc32.go (691 Bytes)
- hash.go (832 Bytes)
- range.go (766 Bytes)
- util.go (1.9 KiB)
- BUILD.bazel (2.8 KiB)
- batch.go (8.3 KiB)
- comparer.go (1.6 KiB)
- db.go (27.9 KiB)
- db_compaction.go (17.5 KiB)
- db_iter.go (6.8 KiB)
- db_snapshot.go (4.7 KiB)
- db_state.go (4.7 KiB)
- db_transaction.go (8.8 KiB)
- db_util.go (2.4 KiB)
- db_write.go (11.0 KiB)
- doc.go (2.2 KiB)
- errors.go (580 Bytes)
- filter.go (687 Bytes)
- key.go (3.7 KiB)
- options.go (2.9 KiB)
- session.go (5.2 KiB)
- session_compaction.go (8.3 KiB)
- session_record.go (7.1 KiB)
- session_util.go (5.6 KiB)
- storage.go (1.3 KiB)
- table.go (12.3 KiB)
- util.go (1.5 KiB)
- version.go (11.0 KiB)
-
- LICENSE (1.3 KiB)
-
-
-
tsuna
-
gohbase
-
filter
- BUILD.bazel (755 Bytes)
- comparator.go (6.3 KiB)
- filter.go (22.8 KiB)
-
hrpc
- BUILD.bazel (1.0 KiB)
- call.go (6.4 KiB)
- checkandput.go (1.8 KiB)
- create.go (2.9 KiB)
- delete.go (1.2 KiB)
- disable.go (1.2 KiB)
- enable.go (1.2 KiB)
- get.go (3.8 KiB)
- mutate.go (11.9 KiB)
- procedure.go (1.2 KiB)
- query.go (4.5 KiB)
- scan.go (10.0 KiB)
- status.go (854 Bytes)
-
pb
- Admin.pb.go (54.1 KiB)
- Admin.proto (7.9 KiB)
- Authentication.pb.go (11.2 KiB)
- Authentication.proto (2.3 KiB)
- BUILD.bazel (1.3 KiB)
- Cell.pb.go (7.1 KiB)
- Cell.proto (1.8 KiB)
- Client.pb.go (72.0 KiB)
- Client.proto (15.3 KiB)
- ClusterId.pb.go (2.0 KiB)
- ClusterId.proto (1.3 KiB)
- ClusterStatus.pb.go (32.7 KiB)
- ClusterStatus.proto (7.5 KiB)
- Comparator.pb.go (11.0 KiB)
- Comparator.proto (2.0 KiB)
- ErrorHandling.pb.go (7.0 KiB)
- ErrorHandling.proto (2.0 KiB)
- FS.pb.go (4.3 KiB)
- FS.proto (1.4 KiB)
- Filter.pb.go (33.0 KiB)
- Filter.proto (3.8 KiB)
- HBase.pb.go (38.3 KiB)
- HBase.proto (5.4 KiB)
- Master.pb.go (114.0 KiB)
- Master.proto (19.6 KiB)
- MultiRowMutation.pb.go (4.8 KiB)
- MultiRowMutation.proto (1.4 KiB)
- Procedure.pb.go (18.9 KiB)
- Procedure.proto (3.6 KiB)
- Quota.pb.go (11.6 KiB)
- Quota.proto (1.9 KiB)
- README.txt (472 Bytes)
- RPC.pb.go (13.6 KiB)
- RPC.proto (5.9 KiB)
- RegionServerStatus.pb.go (19.3 KiB)
- RegionServerStatus.proto (4.7 KiB)
- Tracing.pb.go (2.5 KiB)
- Tracing.proto (1.4 KiB)
- WAL.pb.go (28.2 KiB)
- WAL.proto (5.1 KiB)
- ZooKeeper.pb.go (24.2 KiB)
- ZooKeeper.proto (4.9 KiB)
- generate.go (267 Bytes)
- marshal.go (485 Bytes)
-
region
- BUILD.bazel (922 Bytes)
- client.go (14.5 KiB)
- info.go (9.4 KiB)
- multi.go (6.7 KiB)
- new.go (1.5 KiB)
- test_new.go (8.3 KiB)
-
zk
- BUILD.bazel (846 Bytes)
- client.go (3.3 KiB)
- AUTHORS (738 Bytes)
- BUILD.bazel (1.5 KiB)
- COPYING (9.9 KiB)
- Makefile (1.7 KiB)
- README.md (2.3 KiB)
- admin_client.go (4.0 KiB)
- caches.go (7.7 KiB)
- check_line_len.awk (264 Bytes)
- client.go (7.5 KiB)
- install_ci.sh (446 Bytes)
- rpc.go (18.2 KiB)
- scanner.go (7.1 KiB)
-
-
-
urfave
-
cli
- BUILD.bazel (767 Bytes)
- CHANGELOG.md (15.8 KiB)
- CODE_OF_CONDUCT.md (3.1 KiB)
- CONTRIBUTING.md (931 Bytes)
- LICENSE (1.1 KiB)
- MAINTAINERS.md (15 Bytes)
- README.md (33.6 KiB)
- app.go (12.6 KiB)
- appveyor.yml (460 Bytes)
- category.go (1.1 KiB)
- cli.go (721 Bytes)
- command.go (8.1 KiB)
- context.go (6.6 KiB)
- errors.go (2.6 KiB)
- flag-types.json (2.1 KiB)
- flag.go (19.4 KiB)
- flag_generated.go (13.8 KiB)
- funcs.go (1.9 KiB)
- generate-flag-types (8.0 KiB)
- help.go (8.8 KiB)
- runtests (2.9 KiB)
- sort.go (520 Bytes)
-
-
vjeantet
-
grok
-
example
- BUILD (775 Bytes)
- main.go (1.0 KiB)
-
patterns
- aws (1.2 KiB)
- bacula (4.7 KiB)
- bro (2.1 KiB)
- exim (879 Bytes)
- firewalls (9.3 KiB)
- grok-patterns (5.0 KiB)
- haproxy (3.2 KiB)
- java (1.3 KiB)
- junos (1.1 KiB)
- linux-syslog (1.0 KiB)
- mcollective (49 Bytes)
- mcollective-patterns (190 Bytes)
- mongodb (614 Bytes)
- nagios (9.4 KiB)
- postgresql (142 Bytes)
- rails (845 Bytes)
- redis (104 Bytes)
- ruby (188 Bytes)
- .gitignore (327 Bytes)
- .travis.yml (321 Bytes)
- BUILD (906 Bytes)
- LICENSE (11.1 KiB)
- README.md (3.3 KiB)
- graph.go (915 Bytes)
- graph_test.go (2.0 KiB)
- grok.go (9.8 KiB)
- grok_test.go (23.7 KiB)
- patterns.go (6.4 KiB)
-
-
-
wvanbergen
-
kafka
-
consumergroup
- BUILD.bazel (810 Bytes)
- consumer_group.go (14.1 KiB)
- offset_manager.go (8.6 KiB)
- utils.go (2.3 KiB)
- LICENSE (1.1 KiB)
-
-
kazoo-go
- BUILD.bazel (710 Bytes)
- MIT-LICENSE (1.1 KiB)
- Makefile (3.1 KiB)
- README.md (271 Bytes)
- consumergroup.go (14.9 KiB)
- kazoo.go (5.7 KiB)
- topic_metadata.go (6.5 KiB)
-
-
xanzy
-
go-gitlab
- BUILD (2.3 KiB)
- CHANGELOG.md (789 Bytes)
- LICENSE (11.1 KiB)
- README.md (4.8 KiB)
- access_requests.go (7.0 KiB)
- award_emojis.go (16.9 KiB)
- boards.go (7.1 KiB)
- branches.go (7.0 KiB)
- broadcast_messages.go (5.5 KiB)
- build_variables.go (4.9 KiB)
- ci_yml_templates.go (1.9 KiB)
- commits.go (16.4 KiB)
- custom_attributes.go (6.7 KiB)
- deploy_keys.go (5.5 KiB)
- deployments.go (3.7 KiB)
- discussions.go (32.4 KiB)
- environments.go (5.0 KiB)
- event_parsing.go (3.0 KiB)
- event_types.go (26.1 KiB)
- events.go (4.6 KiB)
- feature_flags.go (1.8 KiB)
- gitignore_templates.go (2.5 KiB)
- gitlab.go (25.9 KiB)
- go.mod (323 Bytes)
- go.sum (1.3 KiB)
- group_boards.go (7.1 KiB)
- group_members.go (6.6 KiB)
- group_milestones.go (7.9 KiB)
- group_variables.go (4.4 KiB)
- groups.go (9.2 KiB)
- issue_links.go (3.6 KiB)
- issues.go (19.1 KiB)
- jobs.go (10.2 KiB)
- keys.go (1.8 KiB)
- labels.go (7.2 KiB)
- license.go (2.5 KiB)
- license_templates.go (2.8 KiB)
- merge_request_approvals.go (4.2 KiB)
- merge_requests.go (30.3 KiB)
- milestones.go (8.1 KiB)
- namespaces.go (3.4 KiB)
- notes.go (15.1 KiB)
- notifications.go (7.6 KiB)
- pages_domains.go (5.5 KiB)
- pipeline_schedules.go (10.3 KiB)
- pipeline_triggers.go (6.8 KiB)
- pipelines.go (6.8 KiB)
- project_badges.go (6.2 KiB)
- project_members.go (6.3 KiB)
- project_snippets.go (6.4 KiB)
- project_variables.go (5.5 KiB)
- projects.go (42.3 KiB)
- protected_branches.go (5.3 KiB)
- repositories.go (8.2 KiB)
- repository_files.go (9.2 KiB)
- runners.go (12.4 KiB)
- search.go (12.0 KiB)
- services.go (22.5 KiB)
- settings.go (22.2 KiB)
- sidekiq_metrics.go (4.5 KiB)
- snippets.go (6.8 KiB)
- strings.go (2.0 KiB)
- system_hooks.go (3.7 KiB)
- tags.go (6.8 KiB)
- time_stats.go (4.6 KiB)
- todos.go (6.0 KiB)
- users.go (26.9 KiB)
- validate.go (993 Bytes)
- version.go (1.5 KiB)
- wikis.go (5.6 KiB)
-
-
xxtea
-
xxtea-go
-
xxtea
- BUILD.bazel (562 Bytes)
- xxtea.go (4.7 KiB)
- LICENSE.md (1.1 KiB)
-
-
-
zhenjl
-
cityhash
- BUILD.bazel (714 Bytes)
- LICENSE (1.0 KiB)
- README.md (63 Bytes)
- city64.go (705 Bytes)
- cityhash.go (13.9 KiB)
- cityhash_test.go (95.3 KiB)
-
-
-
go.opencensus.io
-
internal
- BUILD.bazel (689 Bytes)
- internal.go (1.2 KiB)
- sanitize.go (1.3 KiB)
- traceinternals.go (1.5 KiB)
-
trace
-
internal
- BUILD.bazel (573 Bytes)
- internal.go (736 Bytes)
- BUILD.bazel (1.0 KiB)
- basetypes.go (3.3 KiB)
- config.go (1.2 KiB)
- doc.go (1.8 KiB)
- export.go (2.2 KiB)
- sampling.go (2.1 KiB)
- spanbucket.go (3.3 KiB)
- spanstore.go (7.3 KiB)
- status_codes.go (1.4 KiB)
- trace.go (14.4 KiB)
- trace_go11.go (942 Bytes)
- trace_nongo11.go (771 Bytes)
-
- AUTHORS (12 Bytes)
- BUILD.bazel (667 Bytes)
- LICENSE (11.1 KiB)
- opencensus.go (811 Bytes)
-
-
golang.org
-
x
-
crypto
-
curve25519
- BUILD.bazel (816 Bytes)
- const_amd64.h (345 Bytes)
- const_amd64.s (645 Bytes)
- cswap_amd64.s (1.1 KiB)
- curve25519.go (21.4 KiB)
- doc.go (1.0 KiB)
- freeze_amd64.s (1.2 KiB)
- ladderstep_amd64.s (19.5 KiB)
- mont25519_amd64.go (5.1 KiB)
- mul_amd64.s (2.5 KiB)
- square_amd64.s (2.0 KiB)
-
ed25519
-
internal
-
edwards25519
- BUILD.bazel (673 Bytes)
- const.go (94.2 KiB)
- edwards25519.go (41.7 KiB)
-
- BUILD.bazel (744 Bytes)
- ed25519.go (5.2 KiB)
-
-
ssh
-
terminal
- BUILD.bazel (1.8 KiB)
- terminal.go (21.6 KiB)
- util.go (4.2 KiB)
- util_bsd.go (340 Bytes)
- util_linux.go (285 Bytes)
- util_plan9.go (2.0 KiB)
- util_solaris.go (3.3 KiB)
- util_windows.go (3.0 KiB)
- BUILD.bazel (1.2 KiB)
- buffer.go (2.1 KiB)
- certs.go (14.2 KiB)
- channel.go (15.7 KiB)
- cipher.go (16.6 KiB)
- client.go (7.7 KiB)
- client_auth.go (13.3 KiB)
- common.go (9.7 KiB)
- connection.go (3.3 KiB)
- doc.go (919 Bytes)
- handshake.go (15.3 KiB)
- kex.go (13.8 KiB)
- keys.go (24.7 KiB)
- mac.go (1.3 KiB)
- messages.go (17.2 KiB)
- mux.go (7.2 KiB)
- server.go (16.7 KiB)
- session.go (15.1 KiB)
- streamlocal.go (2.8 KiB)
- tcpip.go (11.6 KiB)
- transport.go (9.5 KiB)
-
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
image
-
font
- BUILD.bazel (619 Bytes)
- font.go (11.0 KiB)
-
math
-
fixed
- BUILD.bazel (558 Bytes)
- fixed.go (10.9 KiB)
-
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
net
-
bpf
- asm.go (1.2 KiB)
- constants.go (5.9 KiB)
- doc.go (3.1 KiB)
- instructions.go (16.4 KiB)
- setter.go (310 Bytes)
- vm.go (3.6 KiB)
- vm_instructions.go (3.6 KiB)
-
context
-
ctxhttp
- ctxhttp.go (2.1 KiB)
- ctxhttp_pre17.go (3.5 KiB)
- context.go (2.4 KiB)
- context_test.go (14.6 KiB)
- go17.go (2.8 KiB)
- go19.go (678 Bytes)
- pre_go17.go (7.9 KiB)
- pre_go19.go (4.0 KiB)
- withtimeout_test.go (830 Bytes)
-
-
html
-
atom
- atom.go (2.3 KiB)
- gen.go (10.2 KiB)
- table.go (22.6 KiB)
- const.go (2.3 KiB)
- doc.go (3.3 KiB)
- doctype.go (4.8 KiB)
- entity.go (97.7 KiB)
- escape.go (5.9 KiB)
- foreign.go (6.8 KiB)
- node.go (4.7 KiB)
- parse.go (48.1 KiB)
- render.go (6.9 KiB)
- token.go (29.5 KiB)
-
-
http
-
httpguts
- guts.go (1.4 KiB)
- httplex.go (8.9 KiB)
-
-
http2
-
hpack
- encode.go (7.0 KiB)
- hpack.go (13.8 KiB)
- huffman.go (5.0 KiB)
- tables.go (9.5 KiB)
- Dockerfile (1.5 KiB)
- Makefile (44 Bytes)
- README (626 Bytes)
- ciphers.go (34.4 KiB)
- client_conn_pool.go (6.4 KiB)
- configure_transport.go (2.2 KiB)
- databuffer.go (3.9 KiB)
- errors.go (4.1 KiB)
- flow.go (1.1 KiB)
- frame.go (43.9 KiB)
- go16.go (331 Bytes)
- go17.go (2.5 KiB)
- go17_not18.go (1.3 KiB)
- go18.go (1.3 KiB)
- go19.go (347 Bytes)
- gotrack.go (3.1 KiB)
- headermap.go (1.4 KiB)
- http2.go (9.7 KiB)
- not_go16.go (412 Bytes)
- not_go17.go (2.4 KiB)
- not_go18.go (632 Bytes)
- not_go19.go (325 Bytes)
- pipe.go (3.8 KiB)
- server.go (86.2 KiB)
- transport.go (62.3 KiB)
- write.go (10.6 KiB)
- writesched.go (7.2 KiB)
- writesched_priority.go (13.5 KiB)
- writesched_random.go (1.9 KiB)
-
-
idna
- idna.go (18.1 KiB)
- punycode.go (4.3 KiB)
- tables.go (262.5 KiB)
- trie.go (1.8 KiB)
- trieval.go (2.9 KiB)
-
internal
-
iana
- const.go (11.8 KiB)
-
socket
- cmsghdr.go (394 Bytes)
- cmsghdr_bsd.go (332 Bytes)
- cmsghdr_linux_32bit.go (328 Bytes)
- cmsghdr_linux_64bit.go (356 Bytes)
- cmsghdr_solaris_64bit.go (316 Bytes)
- cmsghdr_stub.go (462 Bytes)
- error_unix.go (678 Bytes)
- error_windows.go (588 Bytes)
- iovec_32bit.go (412 Bytes)
- iovec_64bit.go (440 Bytes)
- iovec_solaris_64bit.go (360 Bytes)
- iovec_stub.go (302 Bytes)
- mmsghdr_stub.go (529 Bytes)
- mmsghdr_unix.go (1019 Bytes)
- msghdr_bsd.go (852 Bytes)
- msghdr_bsdvar.go (335 Bytes)
- msghdr_linux.go (740 Bytes)
- msghdr_linux_32bit.go (475 Bytes)
- msghdr_linux_64bit.go (503 Bytes)
- msghdr_openbsd.go (293 Bytes)
- msghdr_solaris_64bit.go (759 Bytes)
- msghdr_stub.go (594 Bytes)
- rawconn.go (1.3 KiB)
- rawconn_mmsg.go (1.5 KiB)
- rawconn_msg.go (1.5 KiB)
- rawconn_nommsg.go (442 Bytes)
- rawconn_nomsg.go (479 Bytes)
- rawconn_stub.go (616 Bytes)
- reflect.go (1.3 KiB)
- socket.go (7.5 KiB)
- sys.go (639 Bytes)
- sys_bsd.go (454 Bytes)
- sys_bsdvar.go (306 Bytes)
- sys_darwin.go (219 Bytes)
- sys_dragonfly.go (219 Bytes)
- sys_linux.go (761 Bytes)
- sys_linux_386.go (1.8 KiB)
- sys_linux_386.s (320 Bytes)
- sys_linux_amd64.go (228 Bytes)
- sys_linux_arm.go (228 Bytes)
- sys_linux_arm64.go (227 Bytes)
- sys_linux_mips.go (230 Bytes)
- sys_linux_mips64.go (230 Bytes)
- sys_linux_mips64le.go (230 Bytes)
- sys_linux_mipsle.go (230 Bytes)
- sys_linux_ppc64.go (228 Bytes)
- sys_linux_ppc64le.go (228 Bytes)
- sys_linux_s390x.go (1.8 KiB)
- sys_linux_s390x.s (320 Bytes)
- sys_netbsd.go (705 Bytes)
- sys_posix.go (4.1 KiB)
- sys_solaris.go (2.3 KiB)
- sys_solaris_amd64.s (320 Bytes)
- sys_stub.go (1.4 KiB)
- sys_unix.go (1.2 KiB)
- sys_windows.go (1.5 KiB)
- zsys_darwin_386.go (843 Bytes)
- zsys_darwin_amd64.go (884 Bytes)
- zsys_darwin_arm.go (843 Bytes)
- zsys_darwin_arm64.go (884 Bytes)
- zsys_dragonfly_amd64.go (887 Bytes)
- zsys_freebsd_386.go (844 Bytes)
- zsys_freebsd_amd64.go (885 Bytes)
- zsys_freebsd_arm.go (844 Bytes)
- zsys_linux_386.go (886 Bytes)
- zsys_linux_amd64.go (959 Bytes)
- zsys_linux_arm.go (886 Bytes)
- zsys_linux_arm64.go (959 Bytes)
- zsys_linux_mips.go (886 Bytes)
- zsys_linux_mips64.go (959 Bytes)
- zsys_linux_mips64le.go (959 Bytes)
- zsys_linux_mipsle.go (886 Bytes)
- zsys_linux_ppc64.go (959 Bytes)
- zsys_linux_ppc64le.go (959 Bytes)
- zsys_linux_s390x.go (959 Bytes)
- zsys_netbsd_386.go (914 Bytes)
- zsys_netbsd_amd64.go (986 Bytes)
- zsys_netbsd_arm.go (914 Bytes)
- zsys_openbsd_386.go (845 Bytes)
- zsys_openbsd_amd64.go (886 Bytes)
- zsys_openbsd_arm.go (845 Bytes)
- zsys_solaris_amd64.go (929 Bytes)
-
timeseries
- timeseries.go (14.6 KiB)
-
-
ipv4
- batch.go (5.5 KiB)
- control.go (4.2 KiB)
- control_bsd.go (1.0 KiB)
- control_pktinfo.go (945 Bytes)
- control_stub.go (409 Bytes)
- control_unix.go (1.7 KiB)
- control_windows.go (379 Bytes)
- dgramopt.go (6.6 KiB)
- doc.go (7.8 KiB)
- endpoint.go (4.9 KiB)
- genericopt.go (1.2 KiB)
- header.go (4.6 KiB)
- helper.go (1.3 KiB)
- iana.go (1.4 KiB)
- icmp.go (1.5 KiB)
- icmp_linux.go (538 Bytes)
- icmp_stub.go (456 Bytes)
- packet.go (2.2 KiB)
- packet_go1_8.go (1.2 KiB)
- packet_go1_9.go (1.8 KiB)
- payload.go (578 Bytes)
- payload_cmsg.go (1.2 KiB)
- payload_cmsg_go1_8.go (1.8 KiB)
- payload_cmsg_go1_9.go (1.9 KiB)
- payload_nocmsg.go (1.3 KiB)
- sockopt.go (1.7 KiB)
- sockopt_posix.go (1.7 KiB)
- sockopt_stub.go (1.1 KiB)
- sys_asmreq.go (2.4 KiB)
- sys_asmreq_stub.go (625 Bytes)
- sys_asmreqn.go (967 Bytes)
- sys_asmreqn_stub.go (479 Bytes)
- sys_bpf.go (549 Bytes)
- sys_bpf_stub.go (372 Bytes)
- sys_bsd.go (1.8 KiB)
- sys_darwin.go (4.5 KiB)
- sys_dragonfly.go (1.8 KiB)
- sys_freebsd.go (3.4 KiB)
- sys_linux.go (3.0 KiB)
- sys_solaris.go (2.8 KiB)
- sys_ssmreq.go (1.2 KiB)
- sys_ssmreq_stub.go (510 Bytes)
- sys_stub.go (323 Bytes)
- sys_windows.go (2.1 KiB)
- zsys_darwin.go (2.1 KiB)
- zsys_dragonfly.go (636 Bytes)
- zsys_freebsd_386.go (2.0 KiB)
- zsys_freebsd_amd64.go (2.0 KiB)
- zsys_freebsd_arm.go (2.0 KiB)
- zsys_linux_386.go (3.1 KiB)
- zsys_linux_amd64.go (3.1 KiB)
- zsys_linux_arm.go (3.1 KiB)
- zsys_linux_arm64.go (3.1 KiB)
- zsys_linux_mips.go (3.1 KiB)
- zsys_linux_mips64.go (3.1 KiB)
- zsys_linux_mips64le.go (3.1 KiB)
- zsys_linux_mipsle.go (3.1 KiB)
- zsys_linux_ppc.go (3.1 KiB)
- zsys_linux_ppc64.go (3.1 KiB)
- zsys_linux_ppc64le.go (3.1 KiB)
- zsys_linux_s390x.go (3.1 KiB)
- zsys_netbsd.go (604 Bytes)
- zsys_openbsd.go (605 Bytes)
- zsys_solaris.go (2.1 KiB)
-
ipv6
- batch.go (3.3 KiB)
- control.go (5.9 KiB)
- control_rfc2292_unix.go (1.3 KiB)
- control_rfc3542_unix.go (2.5 KiB)
- control_stub.go (409 Bytes)
- control_unix.go (1.3 KiB)
- control_windows.go (379 Bytes)
- dgramopt.go (7.5 KiB)
- doc.go (7.7 KiB)
- endpoint.go (3.1 KiB)
- genericopt.go (1.3 KiB)
- header.go (1.5 KiB)
- helper.go (1.0 KiB)
- iana.go (4.9 KiB)
- icmp.go (1.6 KiB)
- icmp_bsd.go (660 Bytes)
- icmp_linux.go (609 Bytes)
- icmp_solaris.go (663 Bytes)
- icmp_stub.go (499 Bytes)
- icmp_windows.go (516 Bytes)
- payload.go (578 Bytes)
- payload_cmsg.go (1.1 KiB)
- payload_cmsg_go1_8.go (1.7 KiB)
- payload_cmsg_go1_9.go (1.8 KiB)
- payload_nocmsg.go (1.3 KiB)
- sockopt.go (1.8 KiB)
- sockopt_posix.go (2.1 KiB)
- sockopt_stub.go (1.2 KiB)
- sys_asmreq.go (589 Bytes)
- sys_asmreq_stub.go (421 Bytes)
- sys_bpf.go (549 Bytes)
- sys_bpf_stub.go (372 Bytes)
- sys_bsd.go (2.7 KiB)
- sys_darwin.go (5.3 KiB)
- sys_freebsd.go (4.1 KiB)
- sys_linux.go (3.8 KiB)
- sys_solaris.go (3.8 KiB)
- sys_ssmreq.go (1.2 KiB)
- sys_ssmreq_stub.go (510 Bytes)
- sys_stub.go (323 Bytes)
- sys_windows.go (1.9 KiB)
- zsys_darwin.go (2.4 KiB)
- zsys_dragonfly.go (1.6 KiB)
- zsys_freebsd_386.go (2.2 KiB)
- zsys_freebsd_amd64.go (2.3 KiB)
- zsys_freebsd_arm.go (2.3 KiB)
- zsys_linux_386.go (3.7 KiB)
- zsys_linux_amd64.go (3.7 KiB)
- zsys_linux_arm.go (3.7 KiB)
- zsys_linux_arm64.go (3.7 KiB)
- zsys_linux_mips.go (3.7 KiB)
- zsys_linux_mips64.go (3.7 KiB)
- zsys_linux_mips64le.go (3.7 KiB)
- zsys_linux_mipsle.go (3.7 KiB)
- zsys_linux_ppc.go (3.7 KiB)
- zsys_linux_ppc64.go (3.7 KiB)
- zsys_linux_ppc64le.go (3.7 KiB)
- zsys_linux_s390x.go (3.7 KiB)
- zsys_netbsd.go (1.5 KiB)
- zsys_openbsd.go (1.7 KiB)
- zsys_solaris.go (2.7 KiB)
-
lex
-
httplex
- httplex.go (9.1 KiB)
-
-
proxy
- direct.go (408 Bytes)
- per_host.go (3.6 KiB)
- proxy.go (3.1 KiB)
- socks5.go (5.7 KiB)
-
trace
- events.go (12.3 KiB)
- histogram.go (9.2 KiB)
- trace.go (26.9 KiB)
- trace_go16.go (602 Bytes)
- trace_go17.go (584 Bytes)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
oauth2
-
google
- BUILD.bazel (1.0 KiB)
- appengine.go (2.3 KiB)
- appengine_hook.go (345 Bytes)
- appengineflex_hook.go (311 Bytes)
- default.go (4.5 KiB)
- google.go (6.4 KiB)
- jwt.go (2.1 KiB)
- sdk.go (6.1 KiB)
-
internal
- BUILD.bazel (776 Bytes)
- client_appengine.go (301 Bytes)
- doc.go (243 Bytes)
- oauth2.go (1.0 KiB)
- token.go (7.6 KiB)
- transport.go (941 Bytes)
-
jws
- BUILD.bazel (544 Bytes)
- jws.go (5.8 KiB)
-
jwt
- BUILD.bazel (811 Bytes)
- jwt.go (4.7 KiB)
- AUTHORS (173 Bytes)
- BUILD.bazel (978 Bytes)
- CONTRIBUTING.md (1.0 KiB)
- CONTRIBUTORS (170 Bytes)
- LICENSE (1.4 KiB)
- README.md (2.5 KiB)
- oauth2.go (11.3 KiB)
- token.go (4.8 KiB)
- transport.go (3.0 KiB)
-
-
sync
-
errgroup
- BUILD.bazel (617 Bytes)
- errgroup.go (1.6 KiB)
-
singleflight
- BUILD.bazel (567 Bytes)
- singleflight.go (2.8 KiB)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
sys
-
unix
- BUILD.bazel (6.7 KiB)
- README.md (8.1 KiB)
- affinity_linux.go (3.2 KiB)
- asm_darwin_386.s (675 Bytes)
- asm_darwin_amd64.s (678 Bytes)
- asm_darwin_arm.s (686 Bytes)
- asm_darwin_arm64.s (691 Bytes)
- asm_dragonfly_amd64.s (681 Bytes)
- asm_freebsd_386.s (676 Bytes)
- asm_freebsd_amd64.s (679 Bytes)
- asm_freebsd_arm.s (666 Bytes)
- asm_linux_386.s (1.4 KiB)
- asm_linux_amd64.s (1.2 KiB)
- asm_linux_arm.s (1.1 KiB)
- asm_linux_arm64.s (1.1 KiB)
- asm_linux_mips64x.s (1.1 KiB)
- asm_linux_mipsx.s (1.1 KiB)
- asm_linux_ppc64x.s (1.1 KiB)
- asm_linux_s390x.s (1.1 KiB)
- asm_netbsd_386.s (675 Bytes)
- asm_netbsd_amd64.s (678 Bytes)
- asm_netbsd_arm.s (665 Bytes)
- asm_openbsd_386.s (676 Bytes)
- asm_openbsd_amd64.s (679 Bytes)
- asm_openbsd_arm.s (666 Bytes)
- asm_solaris_amd64.s (426 Bytes)
- bluetooth_linux.go (655 Bytes)
- cap_freebsd.go (5.0 KiB)
- constants.go (285 Bytes)
- dev_darwin.go (747 Bytes)
- dev_dragonfly.go (1.0 KiB)
- dev_freebsd.go (1013 Bytes)
- dev_linux.go (1.5 KiB)
- dev_netbsd.go (913 Bytes)
- dev_openbsd.go (918 Bytes)
- dirent.go (620 Bytes)
- endian_big.go (236 Bytes)
- endian_little.go (266 Bytes)
- env_unix.go (612 Bytes)
- errors_freebsd_386.go (9.2 KiB)
- errors_freebsd_amd64.go (9.2 KiB)
- errors_freebsd_arm.go (8.8 KiB)
- fcntl.go (987 Bytes)
- fcntl_linux_32bit.go (388 Bytes)
- gccgo.go (1.9 KiB)
- gccgo_c.c (1.0 KiB)
- gccgo_linux_amd64.go (429 Bytes)
- mkall.sh (6.1 KiB)
- mkerrors.sh (14.7 KiB)
- mksyscall.pl (8.4 KiB)
- mksyscall_solaris.pl (6.9 KiB)
- mksysctl_openbsd.pl (5.2 KiB)
- mksysnum_darwin.pl (751 Bytes)
- mksysnum_dragonfly.pl (1.0 KiB)
- mksysnum_freebsd.pl (1.0 KiB)
- mksysnum_netbsd.pl (1.2 KiB)
- mksysnum_openbsd.pl (1.0 KiB)
- openbsd_pledge.go (891 Bytes)
- pagesize_unix.go (363 Bytes)
- race.go (607 Bytes)
- race0.go (505 Bytes)
- sockcmsg_linux.go (1.0 KiB)
- sockcmsg_unix.go (2.9 KiB)
- str.go (611 Bytes)
- syscall.go (2.0 KiB)
- syscall_bsd.go (15.6 KiB)
- syscall_darwin.go (18.4 KiB)
- syscall_darwin_386.go (1.7 KiB)
- syscall_darwin_amd64.go (1.6 KiB)
- syscall_darwin_arm.go (1.7 KiB)
- syscall_darwin_arm64.go (1.6 KiB)
- syscall_dragonfly.go (13.3 KiB)
- syscall_dragonfly_amd64.go (1.2 KiB)
- syscall_freebsd.go (19.7 KiB)
- syscall_freebsd_386.go (1.2 KiB)
- syscall_freebsd_amd64.go (1.2 KiB)
- syscall_freebsd_arm.go (1.2 KiB)
- syscall_linux.go (43.4 KiB)
- syscall_linux_386.go (10.5 KiB)
- syscall_linux_amd64.go (5.5 KiB)
- syscall_linux_amd64_gc.go (297 Bytes)
- syscall_linux_arm.go (7.7 KiB)
- syscall_linux_arm64.go (6.2 KiB)
- syscall_linux_gc.go (495 Bytes)
- syscall_linux_gc_386.go (582 Bytes)
- syscall_linux_gccgo_386.go (979 Bytes)
- syscall_linux_gccgo_arm.go (589 Bytes)
- syscall_linux_mips64x.go (6.4 KiB)
- syscall_linux_mipsx.go (7.1 KiB)
- syscall_linux_ppc64x.go (5.1 KiB)
- syscall_linux_s390x.go (9.9 KiB)
- syscall_linux_sparc64.go (5.1 KiB)
- syscall_netbsd.go (13.6 KiB)
- syscall_netbsd_386.go (735 Bytes)
- syscall_netbsd_amd64.go (730 Bytes)
- syscall_netbsd_arm.go (735 Bytes)
- syscall_openbsd.go (9.9 KiB)
- syscall_openbsd_386.go (735 Bytes)
- syscall_openbsd_amd64.go (905 Bytes)
- syscall_openbsd_arm.go (735 Bytes)
- syscall_solaris.go (20.7 KiB)
- syscall_solaris_amd64.go (509 Bytes)
- syscall_unix.go (9.7 KiB)
- syscall_unix_gc.go (606 Bytes)
- timestruct.go (2.5 KiB)
- zerrors_darwin_386.go (72.8 KiB)
- zerrors_darwin_amd64.go (72.8 KiB)
- zerrors_darwin_arm.go (72.8 KiB)
- zerrors_darwin_arm64.go (72.8 KiB)
- zerrors_dragonfly_amd64.go (64.3 KiB)
- zerrors_freebsd_386.go (68.7 KiB)
- zerrors_freebsd_amd64.go (68.8 KiB)
- zerrors_freebsd_arm.go (69.0 KiB)
- zerrors_linux_386.go (113.4 KiB)
- zerrors_linux_amd64.go (113.4 KiB)
- zerrors_linux_arm.go (113.6 KiB)
- zerrors_linux_arm64.go (113.0 KiB)
- zerrors_linux_mips.go (113.9 KiB)
- zerrors_linux_mips64.go (113.9 KiB)
- zerrors_linux_mips64le.go (113.9 KiB)
- zerrors_linux_mipsle.go (113.9 KiB)
- zerrors_linux_ppc64.go (116.3 KiB)
- zerrors_linux_ppc64le.go (116.3 KiB)
- zerrors_linux_s390x.go (116.1 KiB)
- zerrors_linux_sparc64.go (83.9 KiB)
- zerrors_netbsd_386.go (70.6 KiB)
- zerrors_netbsd_amd64.go (70.2 KiB)
- zerrors_netbsd_arm.go (69.7 KiB)
- zerrors_openbsd_386.go (65.5 KiB)
- zerrors_openbsd_amd64.go (69.9 KiB)
- zerrors_openbsd_arm.go (65.5 KiB)
- zerrors_solaris_amd64.go (56.7 KiB)
- zptrace386_linux.go (1.8 KiB)
- zptracearm_linux.go (1.2 KiB)
- zptracemips_linux.go (1.4 KiB)
- zptracemipsle_linux.go (1.4 KiB)
- zsyscall_darwin_386.go (40.0 KiB)
- zsyscall_darwin_amd64.go (39.8 KiB)
- zsyscall_darwin_arm.go (40.0 KiB)
- zsyscall_darwin_arm64.go (39.8 KiB)
- zsyscall_dragonfly_amd64.go (35.0 KiB)
- zsyscall_freebsd_386.go (46.0 KiB)
- zsyscall_freebsd_amd64.go (45.8 KiB)
- zsyscall_freebsd_arm.go (46.0 KiB)
- zsyscall_linux_386.go (47.7 KiB)
- zsyscall_linux_amd64.go (52.1 KiB)
- zsyscall_linux_arm.go (50.8 KiB)
- zsyscall_linux_arm64.go (48.5 KiB)
- zsyscall_linux_mips.go (52.4 KiB)
- zsyscall_linux_mips64.go (51.7 KiB)
- zsyscall_linux_mips64le.go (51.8 KiB)
- zsyscall_linux_mipsle.go (52.4 KiB)
- zsyscall_linux_ppc64.go (53.2 KiB)
- zsyscall_linux_ppc64le.go (53.3 KiB)
- zsyscall_linux_s390x.go (47.0 KiB)
- zsyscall_linux_sparc64.go (52.1 KiB)
- zsyscall_netbsd_386.go (33.5 KiB)
- zsyscall_netbsd_amd64.go (33.3 KiB)
- zsyscall_netbsd_arm.go (33.5 KiB)
- zsyscall_openbsd_386.go (35.0 KiB)
- zsyscall_openbsd_amd64.go (34.8 KiB)
- zsyscall_openbsd_arm.go (35.0 KiB)
- zsyscall_solaris_amd64.go (45.5 KiB)
- zsysctl_openbsd_386.go (11.7 KiB)
- zsysctl_openbsd_amd64.go (11.1 KiB)
- zsysctl_openbsd_arm.go (11.7 KiB)
- zsysnum_darwin_386.go (17.7 KiB)
- zsysnum_darwin_amd64.go (17.7 KiB)
- zsysnum_darwin_arm.go (17.7 KiB)
- zsysnum_darwin_arm64.go (17.7 KiB)
- zsysnum_dragonfly_amd64.go (23.6 KiB)
- zsysnum_freebsd_386.go (25.0 KiB)
- zsysnum_freebsd_amd64.go (25.0 KiB)
- zsysnum_freebsd_arm.go (25.0 KiB)
- zsysnum_linux_386.go (12.7 KiB)
- zsysnum_linux_amd64.go (11.1 KiB)
- zsysnum_linux_arm.go (11.8 KiB)
- zsysnum_linux_arm64.go (9.3 KiB)
- zsysnum_linux_mips.go (12.7 KiB)
- zsysnum_linux_mips64.go (11.3 KiB)
- zsysnum_linux_mips64le.go (11.3 KiB)
- zsysnum_linux_mipsle.go (12.7 KiB)
- zsysnum_linux_ppc64.go (12.2 KiB)
- zsysnum_linux_ppc64le.go (12.2 KiB)
- zsysnum_linux_s390x.go (11.0 KiB)
- zsysnum_linux_sparc64.go (11.4 KiB)
- zsysnum_netbsd_386.go (25.6 KiB)
- zsysnum_netbsd_amd64.go (25.6 KiB)
- zsysnum_netbsd_arm.go (25.6 KiB)
- zsysnum_openbsd_386.go (14.0 KiB)
- zsysnum_openbsd_amd64.go (14.8 KiB)
- zsysnum_openbsd_arm.go (14.5 KiB)
- ztypes_darwin_386.go (7.2 KiB)
- ztypes_darwin_amd64.go (7.3 KiB)
- ztypes_darwin_arm.go (7.2 KiB)
- ztypes_darwin_arm64.go (7.3 KiB)
- ztypes_dragonfly_amd64.go (7.1 KiB)
- ztypes_freebsd_386.go (8.6 KiB)
- ztypes_freebsd_amd64.go (8.7 KiB)
- ztypes_freebsd_arm.go (8.7 KiB)
- ztypes_linux_386.go (46.1 KiB)
- ztypes_linux_amd64.go (46.5 KiB)
- ztypes_linux_arm.go (45.9 KiB)
- ztypes_linux_arm64.go (46.1 KiB)
- ztypes_linux_mips.go (46.0 KiB)
- ztypes_linux_mips64.go (46.2 KiB)
- ztypes_linux_mips64le.go (46.2 KiB)
- ztypes_linux_mipsle.go (46.0 KiB)
- ztypes_linux_ppc64.go (46.3 KiB)
- ztypes_linux_ppc64le.go (46.3 KiB)
- ztypes_linux_s390x.go (46.7 KiB)
- ztypes_linux_sparc64.go (12.0 KiB)
- ztypes_netbsd_386.go (6.6 KiB)
- ztypes_netbsd_amd64.go (6.8 KiB)
- ztypes_netbsd_arm.go (6.8 KiB)
- ztypes_openbsd_386.go (7.2 KiB)
- ztypes_openbsd_amd64.go (7.1 KiB)
- ztypes_openbsd_arm.go (7.1 KiB)
- ztypes_solaris_amd64.go (6.6 KiB)
-
windows
-
svc
-
eventlog
- BUILD.bazel (875 Bytes)
- install.go (2.3 KiB)
- log.go (2.0 KiB)
-
- BUILD.bazel (1.1 KiB)
- asm_windows_386.s (380 Bytes)
- asm_windows_amd64.s (382 Bytes)
- dll_windows.go (11.0 KiB)
- env_windows.go (553 Bytes)
- eventlog.go (824 Bytes)
- exec_windows.go (1.9 KiB)
- memory_windows.go (705 Bytes)
- mksyscall.go (329 Bytes)
- race.go (587 Bytes)
- race0.go (450 Bytes)
- security_windows.go (14.4 KiB)
- service.go (7.1 KiB)
- str.go (503 Bytes)
- syscall.go (2.4 KiB)
- syscall_windows.go (44.0 KiB)
- types_windows.go (33.2 KiB)
- types_windows_386.go (477 Bytes)
- types_windows_amd64.go (477 Bytes)
- zsyscall_windows.go (88.8 KiB)
-
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
text
-
encoding
-
charmap
- BUILD.bazel (1.3 KiB)
- charmap.go (6.4 KiB)
- charmap_test.go (5.9 KiB)
- maketables.go (12.4 KiB)
- tables.go (488.6 KiB)
-
htmlindex
- BUILD.bazel (1.8 KiB)
- gen.go (4.3 KiB)
- htmlindex.go (2.5 KiB)
- htmlindex_test.go (3.5 KiB)
- map.go (4.0 KiB)
- tables.go (9.5 KiB)
-
ianaindex
- BUILD.bazel (2.3 KiB)
- example_test.go (645 Bytes)
- gen.go (4.9 KiB)
- ianaindex.go (6.3 KiB)
- ianaindex_test.go (4.7 KiB)
- tables.go (75.8 KiB)
-
internal
-
enctest
- BUILD.bazel (859 Bytes)
- enctest.go (5.3 KiB)
-
identifier
- BUILD.bazel (662 Bytes)
- gen.go (3.4 KiB)
- identifier.go (3.3 KiB)
- mib.go (48.7 KiB)
- BUILD.bazel (976 Bytes)
- internal.go (2.1 KiB)
-
-
japanese
- BUILD.bazel (1.4 KiB)
- all.go (337 Bytes)
- all_test.go (9.3 KiB)
- eucjp.go (4.8 KiB)
- iso2022jp.go (6.6 KiB)
- maketables.go (4.4 KiB)
- shiftjis.go (4.2 KiB)
- tables.go (798.9 KiB)
-
korean
- BUILD.bazel (1.3 KiB)
- all_test.go (2.8 KiB)
- euckr.go (3.9 KiB)
- maketables.go (3.6 KiB)
- tables.go (666.2 KiB)
-
simplifiedchinese
- BUILD.bazel (1.4 KiB)
- all.go (342 Bytes)
- all_test.go (4.7 KiB)
- gbk.go (5.8 KiB)
- hzgb2312.go (5.0 KiB)
- maketables.go (4.1 KiB)
- tables.go (858.4 KiB)
-
testdata
- candide-gb18030.txt (26.1 KiB)
- candide-utf-16le.txt (50.7 KiB)
- candide-utf-32be.txt (101.4 KiB)
- candide-utf-8.txt (26.0 KiB)
- candide-windows-1252.txt (25.4 KiB)
- rashomon-euc-jp.txt (11.9 KiB)
- rashomon-iso-2022-jp.txt (12.9 KiB)
- rashomon-shift-jis.txt (11.9 KiB)
- rashomon-utf-8.txt (17.7 KiB)
- sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt (15.3 KiB)
- sunzi-bingfa-gb-levels-1-and-2-utf-8.txt (21.7 KiB)
- sunzi-bingfa-simplified-gbk.txt (14.7 KiB)
- sunzi-bingfa-simplified-utf-8.txt (22.0 KiB)
- sunzi-bingfa-traditional-big5.txt (14.7 KiB)
- sunzi-bingfa-traditional-utf-8.txt (21.9 KiB)
- unsu-joh-eun-nal-euc-kr.txt (18.7 KiB)
- unsu-joh-eun-nal-utf-8.txt (26.2 KiB)
-
traditionalchinese
- BUILD.bazel (1.3 KiB)
- all_test.go (3.5 KiB)
- big5.go (4.5 KiB)
- maketables.go (3.9 KiB)
- tables.go (800.6 KiB)
-
unicode
-
utf32
- BUILD.bazel (1.1 KiB)
- utf32.go (8.6 KiB)
- utf32_test.go (7.9 KiB)
- BUILD.bazel (1.5 KiB)
- override.go (2.6 KiB)
- unicode.go (12.6 KiB)
- unicode_test.go (13.3 KiB)
-
- BUILD.bazel (2.2 KiB)
- encoding.go (9.5 KiB)
- encoding_test.go (6.0 KiB)
- example_test.go (1.2 KiB)
-
-
internal
-
gen
- BUILD.bazel (690 Bytes)
- code.go (9.0 KiB)
- gen.go (8.4 KiB)
-
tag
- BUILD.bazel (581 Bytes)
- tag.go (2.4 KiB)
-
triegen
- BUILD.bazel (650 Bytes)
- compact.go (2.0 KiB)
- print.go (7.3 KiB)
- triegen.go (14.3 KiB)
-
ucd
- BUILD.bazel (581 Bytes)
- ucd.go (8.6 KiB)
-
utf8internal
- BUILD.bazel (608 Bytes)
- utf8internal.go (3.5 KiB)
-
-
language
- BUILD.bazel (868 Bytes)
- Makefile (403 Bytes)
- common.go (370 Bytes)
- coverage.go (5.0 KiB)
- doc.go (4.3 KiB)
- gen.go (48.0 KiB)
- gen_common.go (465 Bytes)
- gen_index.go (4.4 KiB)
- go1_1.go (693 Bytes)
- go1_2.go (239 Bytes)
- index.go (20.1 KiB)
- language.go (25.8 KiB)
- lookup.go (11.6 KiB)
- match.go (29.4 KiB)
- parse.go (21.4 KiB)
- tables.go (164.4 KiB)
- tags.go (6.5 KiB)
-
runes
- BUILD.bazel (652 Bytes)
- cond.go (5.2 KiB)
- runes.go (8.5 KiB)
-
secure
-
bidirule
- BUILD.bazel (726 Bytes)
- bidirule.go (9.5 KiB)
-
-
transform
- BUILD.bazel (558 Bytes)
- transform.go (21.7 KiB)
-
unicode
-
bidi
- BUILD.bazel (677 Bytes)
- bidi.go (6.6 KiB)
- bracket.go (11.2 KiB)
- core.go (29.1 KiB)
- gen.go (3.0 KiB)
- gen_ranges.go (1.5 KiB)
- gen_trieval.go (1.7 KiB)
- prop.go (5.7 KiB)
- tables.go (109.2 KiB)
- trieval.go (1.6 KiB)
-
cldr
- BUILD.bazel (696 Bytes)
- base.go (2.5 KiB)
- cldr.go (3.8 KiB)
- collate.go (8.6 KiB)
- decode.go (3.9 KiB)
- makexml.go (9.8 KiB)
- resolve.go (15.1 KiB)
- slice.go (4.0 KiB)
- xml.go (39.5 KiB)
-
norm
- BUILD.bazel (828 Bytes)
- composition.go (14.0 KiB)
- forminfo.go (8.2 KiB)
- input.go (2.0 KiB)
- iter.go (11.0 KiB)
- maketables.go (24.2 KiB)
- normalize.go (14.9 KiB)
- readwriter.go (2.9 KiB)
- tables.go (337.8 KiB)
- transform.go (2.3 KiB)
- trie.go (1.2 KiB)
- triegen.go (2.7 KiB)
-
rangetable
- BUILD.bazel (633 Bytes)
- gen.go (2.8 KiB)
- merge.go (6.6 KiB)
- rangetable.go (1.8 KiB)
- tables.go (141.2 KiB)
-
- AUTHORS (173 Bytes)
- BUILD.bazel (1.4 KiB)
- CONTRIBUTING.md (1.0 KiB)
- CONTRIBUTORS (170 Bytes)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
- README.md (3.4 KiB)
- codereview.cfg (21 Bytes)
- doc.go (509 Bytes)
- gen.go (9.3 KiB)
-
-
time
-
rate
- BUILD.bazel (668 Bytes)
- rate.go (11.3 KiB)
- rate_go16.go (654 Bytes)
- rate_go17.go (636 Bytes)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
tools
-
go
-
ast
-
astutil
- BUILD.bazel (648 Bytes)
- enclosing.go (15.6 KiB)
- imports.go (12.8 KiB)
- rewrite.go (12.0 KiB)
- util.go (211 Bytes)
-
-
-
imports
- BUILD.bazel (867 Bytes)
- fastwalk.go (4.9 KiB)
- fastwalk_dirent_fileno.go (311 Bytes)
- fastwalk_dirent_ino.go (319 Bytes)
- fastwalk_portable.go (766 Bytes)
- fastwalk_unix.go (3.2 KiB)
- fix.go (27.5 KiB)
- imports.go (7.8 KiB)
- mkindex.go (3.7 KiB)
- mkstdlib.go (2.3 KiB)
- sortimports.go (5.2 KiB)
- zstdlib.go (601.3 KiB)
- LICENSE (1.4 KiB)
- PATENTS (1.3 KiB)
-
-
-
-
google
-
api
- BUILD.bazel (389 Bytes)
- annotations.proto (1.0 KiB)
- http.proto (11.8 KiB)
-
rpc
- BUILD.bazel (389 Bytes)
- code.proto (6.9 KiB)
- error_details.proto (7.4 KiB)
- status.proto (4.0 KiB)
-
-
google.golang.org
-
api
-
gensupport
- BUILD.bazel (1009 Bytes)
- backoff.go (1.2 KiB)
- buffer.go (2.3 KiB)
- doc.go (440 Bytes)
- header.go (656 Bytes)
- json.go (6.0 KiB)
- jsonfloat.go (1.7 KiB)
- media.go (9.4 KiB)
- params.go (1.2 KiB)
- resumable.go (6.2 KiB)
- retry.go (2.2 KiB)
- send.go (2.4 KiB)
-
googleapi
-
internal
-
uritemplates
- BUILD.bazel (693 Bytes)
- LICENSE (1.0 KiB)
- uritemplates.go (5.9 KiB)
- utils.go (637 Bytes)
-
-
transport
- BUILD.bazel (591 Bytes)
- apikey.go (1.0 KiB)
- BUILD.bazel (876 Bytes)
- googleapi.go (12.4 KiB)
- types.go (4.9 KiB)
-
-
internal
- BUILD.bazel (945 Bytes)
- creds.go (3.2 KiB)
- pool.go (1.9 KiB)
- settings.go (1.8 KiB)
-
iterator
- BUILD.bazel (571 Bytes)
- iterator.go (8.4 KiB)
-
option
- BUILD.bazel (770 Bytes)
- option.go (5.5 KiB)
-
storage
-
v1
- BUILD.bazel (863 Bytes)
- storage-gen.go (396.2 KiB)
-
-
transport
-
http
- BUILD.bazel (934 Bytes)
- dial.go (3.2 KiB)
- dial_appengine.go (872 Bytes)
-
- LICENSE (1.4 KiB)
-
-
appengine
-
internal
-
app_identity
- BUILD.bazel (1.2 KiB)
- app_identity_service.pb.go (10.0 KiB)
- app_identity_service.proto (1.3 KiB)
-
base
- BUILD.bazel (1.1 KiB)
- api_base.pb.go (3.4 KiB)
- api_base.proto (503 Bytes)
-
datastore
- BUILD.bazel (1.2 KiB)
- datastore_v3.pb.go (78.1 KiB)
- datastore_v3.proto (10.6 KiB)
-
log
- BUILD.bazel (1.1 KiB)
- log_service.pb.go (25.0 KiB)
- log_service.proto (3.6 KiB)
-
modules
- BUILD.bazel (1.1 KiB)
- modules_service.pb.go (11.1 KiB)
- modules_service.proto (1.4 KiB)
-
remote_api
- BUILD.bazel (1.2 KiB)
- remote_api.pb.go (6.0 KiB)
- remote_api.proto (934 Bytes)
-
urlfetch
- BUILD.bazel (1.2 KiB)
- urlfetch_service.pb.go (11.6 KiB)
- urlfetch_service.proto (1.4 KiB)
- BUILD.bazel (1.8 KiB)
- api.go (16.5 KiB)
- api_classic.go (3.9 KiB)
- api_common.go (3.6 KiB)
- api_pre17.go (17.0 KiB)
- app_id.go (679 Bytes)
- identity.go (432 Bytes)
- identity_classic.go (1.4 KiB)
- identity_vm.go (2.5 KiB)
- internal.go (3.1 KiB)
- main.go (275 Bytes)
- main_vm.go (1000 Bytes)
- metadata.go (1.3 KiB)
- net.go (1.2 KiB)
- regen.sh (1.2 KiB)
- transaction.go (3.2 KiB)
-
-
urlfetch
- BUILD.bazel (878 Bytes)
- urlfetch.go (6.0 KiB)
- BUILD.bazel (1.2 KiB)
- CONTRIBUTING.md (3.6 KiB)
- LICENSE (11.1 KiB)
- README.md (3.5 KiB)
- appengine.go (3.6 KiB)
- appengine_vm.go (548 Bytes)
- errors.go (1.1 KiB)
- identity.go (5.2 KiB)
- namespace.go (761 Bytes)
- timeout.go (465 Bytes)
-
-
genproto
-
googleapis
-
api
-
annotations
- BUILD.bazel (820 Bytes)
- annotations.pb.go (2.4 KiB)
- http.pb.go (23.6 KiB)
-
-
iam
-
v1
- BUILD.bazel (934 Bytes)
- iam_policy.pb.go (13.5 KiB)
- policy.pb.go (10.4 KiB)
-
-
rpc
-
code
- BUILD.bazel (672 Bytes)
- code.pb.go (10.2 KiB)
-
errdetails
- BUILD.bazel (759 Bytes)
- error_details.pb.go (20.1 KiB)
-
status
- BUILD.bazel (739 Bytes)
- status.pb.go (6.1 KiB)
-
-
-
protobuf
-
field_mask
- BUILD.bazel (670 Bytes)
- field_mask.pb.go (9.2 KiB)
-
- LICENSE (11.1 KiB)
-
-
grpc
-
Documentation
- compression.md (3.5 KiB)
- concurrency.md (1.5 KiB)
- encoding.md (5.2 KiB)
- gomock-example.md (6.6 KiB)
- grpc-auth-support.md (3.1 KiB)
- grpc-metadata.md (7.4 KiB)
- keepalive.md (1.7 KiB)
- log_levels.md (1.5 KiB)
- proxy.md (603 Bytes)
- rpc-errors.md (2.3 KiB)
- server-reflection-tutorial.md (3.9 KiB)
- versioning.md (1.2 KiB)
-
balancer
-
base
- BUILD.bazel.in (506 Bytes)
- balancer.go (6.9 KiB)
- base.go (2.2 KiB)
-
grpclb
-
grpc_lb_v1
- BUILD.bazel.in (543 Bytes)
- load_balancer.pb.go (32.7 KiB)
- BUILD.bazel.in (1.9 KiB)
- grpclb.go (12.3 KiB)
- grpclb_picker.go (5.1 KiB)
- grpclb_remote_balancer.go (9.1 KiB)
- grpclb_test.go (26.3 KiB)
- grpclb_util.go (6.6 KiB)
- grpclb_util_test.go (5.2 KiB)
- regenerate.sh (993 Bytes)
-
-
roundrobin
- BUILD.bazel.in (1.0 KiB)
- roundrobin.go (2.2 KiB)
- roundrobin_test.go (14.6 KiB)
- BUILD.bazel.in (430 Bytes)
- balancer.go (11.4 KiB)
-
-
benchmark
-
benchmain
- BUILD.bazel.in (751 Bytes)
- main.go (17.7 KiB)
-
benchresult
- BUILD.bazel.in (418 Bytes)
- main.go (4.0 KiB)
-
client
- BUILD.bazel.in (704 Bytes)
- main.go (5.3 KiB)
-
grpc_testing
- BUILD.bazel.in (873 Bytes)
- control.pb.go (52.8 KiB)
- control.proto (4.7 KiB)
- messages.pb.go (28.1 KiB)
- messages.proto (4.5 KiB)
- payloads.pb.go (12.2 KiB)
- payloads.proto (1.1 KiB)
- services.pb.go (15.1 KiB)
- services.proto (2.1 KiB)
- stats.pb.go (10.9 KiB)
- stats.proto (1.6 KiB)
-
latency
- BUILD.bazel.in (415 Bytes)
- latency.go (9.3 KiB)
- latency_test.go (10.3 KiB)
-
primitives
- BUILD.bazel.in (315 Bytes)
- code_string_test.go (3.3 KiB)
- context_test.go (2.6 KiB)
- primitives_test.go (6.5 KiB)
-
server
- BUILD.bazel.in (511 Bytes)
- main.go (2.1 KiB)
-
stats
- BUILD.bazel.in (285 Bytes)
- histogram.go (6.3 KiB)
- stats.go (8.7 KiB)
- util.go (5.5 KiB)
-
worker
- BUILD.bazel.in (908 Bytes)
- benchmark_client.go (12.0 KiB)
- benchmark_server.go (5.4 KiB)
- main.go (5.7 KiB)
- BUILD.bazel.in (801 Bytes)
- benchmark.go (11.2 KiB)
- benchmark_test.go (2.7 KiB)
- run_bench.sh (4.0 KiB)
-
-
binarylog
-
grpc_binarylog_v1
- binarylog.pb.go (32.5 KiB)
-
-
channelz
-
grpc_channelz_v1
- BUILD.bazel.in (650 Bytes)
- channelz.pb.go (127.2 KiB)
-
service
- BUILD.bazel.in (1.0 KiB)
- func_linux.go (3.5 KiB)
- func_nonlinux.go (866 Bytes)
- regenerate.sh (1.0 KiB)
- service.go (12.7 KiB)
- service_sktopt_test.go (4.9 KiB)
- service_test.go (25.7 KiB)
- util_sktopt_386_test.go (985 Bytes)
- util_sktopt_amd64_test.go (949 Bytes)
-
-
codes
- BUILD.bazel.in (462 Bytes)
- code_string.go (1.4 KiB)
- codes.go (7.1 KiB)
- codes_test.go (2.3 KiB)
-
connectivity
- BUILD.bazel.in (348 Bytes)
- connectivity.go (2.1 KiB)
-
credentials
-
alts
-
core
-
authinfo
- BUILD.bazel.in (575 Bytes)
-
conn
- BUILD.bazel.in (747 Bytes)
-
handshaker
-
service
- BUILD.bazel.in (452 Bytes)
- BUILD.bazel.in (1.1 KiB)
-
-
proto
-
grpc_gcp
- BUILD.bazel.in (518 Bytes)
-
-
testutil
- BUILD.bazel.in (309 Bytes)
- BUILD.bazel.in (355 Bytes)
-
-
internal
-
authinfo
- authinfo.go (2.8 KiB)
- authinfo_test.go (3.9 KiB)
-
conn
- aeadrekey.go (4.0 KiB)
- aeadrekey_test.go (15.1 KiB)
- aes128gcm.go (3.2 KiB)
- aes128gcm_test.go (7.8 KiB)
- aes128gcmrekey.go (3.6 KiB)
- aes128gcmrekey_test.go (4.1 KiB)
- common.go (2.2 KiB)
- counter.go (1.3 KiB)
- counter_test.go (4.2 KiB)
- record.go (9.3 KiB)
- record_test.go (8.9 KiB)
- utils.go (2.0 KiB)
-
handshaker
-
service
- service.go (1.6 KiB)
- service_test.go (1.7 KiB)
- handshaker.go (11.6 KiB)
- handshaker_test.go (7.2 KiB)
-
-
proto
-
grpc_gcp
- altscontext.pb.go (6.8 KiB)
- handshaker.pb.go (45.7 KiB)
- transport_security_common.pb.go (7.6 KiB)
-
-
testutil
- testutil.go (2.8 KiB)
- common.go (2.2 KiB)
- regenerate.sh (1.2 KiB)
-
- BUILD.bazel.in (1.1 KiB)
- alts.go (10.6 KiB)
- alts_test.go (7.4 KiB)
- utils.go (3.8 KiB)
- utils_test.go (4.0 KiB)
-
-
google
- google.go (3.2 KiB)
-
internal
- syscallconn.go (1.8 KiB)
- syscallconn_appengine.go (788 Bytes)
- syscallconn_test.go (1.5 KiB)
-
oauth
- BUILD.bazel.in (518 Bytes)
- oauth.go (5.1 KiB)
- BUILD.bazel.in (662 Bytes)
- credentials.go (13.0 KiB)
- credentials_test.go (6.0 KiB)
-
-
encoding
-
gzip
- BUILD.bazel.in (270 Bytes)
- gzip.go (2.8 KiB)
-
proto
- BUILD.bazel.in (696 Bytes)
- proto.go (2.5 KiB)
- proto_benchmark_test.go (2.8 KiB)
- proto_test.go (3.0 KiB)
- BUILD.bazel.in (223 Bytes)
- encoding.go (4.5 KiB)
-
-
examples
-
helloworld
-
greeter_client
- BUILD.bazel.in (554 Bytes)
- main.go (1.4 KiB)
-
greeter_server
- BUILD.bazel.in (597 Bytes)
- main.go (1.5 KiB)
-
helloworld
- BUILD.bazel.in (700 Bytes)
- helloworld.pb.go (6.8 KiB)
- helloworld.proto (1.1 KiB)
-
mock_helloworld
- BUILD.bazel.in (873 Bytes)
- hw_mock.go (1.5 KiB)
- hw_mock_test.go (1.9 KiB)
-
-
oauth
-
client
- BUILD.bazel.in (680 Bytes)
- main.go (2.1 KiB)
-
server
- BUILD.bazel.in (736 Bytes)
- main.go (3.5 KiB)
-
-
route_guide
-
client
- BUILD.bazel.in (627 Bytes)
- client.go (6.0 KiB)
-
mock_routeguide
- BUILD.bazel.in (917 Bytes)
- rg_mock.go (6.5 KiB)
- rg_mock_test.go (2.1 KiB)
-
routeguide
- BUILD.bazel.in (703 Bytes)
- route_guide.pb.go (20.7 KiB)
- route_guide.proto (3.4 KiB)
-
server
- BUILD.bazel.in (692 Bytes)
- server.go (6.9 KiB)
-
testdata
- route_guide_db.json (13.4 KiB)
- README.md (871 Bytes)
-
-
rpc_errors
-
client
- BUILD.bazel.in (662 Bytes)
- main.go (1.6 KiB)
-
server
- BUILD.bazel.in (700 Bytes)
- main.go (2.0 KiB)
-
- README.md (1.3 KiB)
- gotutorial.md (20.8 KiB)
-
-
grpclb
-
grpc_lb_v1
-
messages
- BUILD.bazel.in (746 Bytes)
-
service
- BUILD.bazel.in (785 Bytes)
-
- BUILD.bazel.in (221 Bytes)
-
-
grpclog
-
glogger
- BUILD.bazel.in (345 Bytes)
- glogger.go (2.1 KiB)
- BUILD.bazel.in (403 Bytes)
- grpclog.go (3.6 KiB)
- logger.go (2.1 KiB)
- loggerv2.go (6.3 KiB)
- loggerv2_test.go (1.8 KiB)
-
-
health
-
grpc_health_v1
- BUILD.bazel.in (412 Bytes)
- health.pb.go (12.5 KiB)
- BUILD.bazel.in (427 Bytes)
- client.go (2.8 KiB)
- client_test.go (1.4 KiB)
- regenerate.sh (1007 Bytes)
- server.go (4.1 KiB)
- server_test.go (968 Bytes)
-
-
internal
-
backoff
- BUILD.bazel.in (284 Bytes)
- backoff.go (2.2 KiB)
-
binarylog
- binarylog.go (4.6 KiB)
- binarylog_end2end_test.go (28.0 KiB)
- binarylog_test.go (3.0 KiB)
- binarylog_testutil.go (1.5 KiB)
- env_config.go (6.6 KiB)
- env_config_test.go (9.7 KiB)
- method_logger.go (10.4 KiB)
- method_logger_test.go (13.1 KiB)
- regenerate.sh (1.1 KiB)
- regexp_test.go (3.6 KiB)
- sink.go (3.8 KiB)
- util.go (1.2 KiB)
- util_test.go (1.5 KiB)
-
channelz
- BUILD.bazel.in (368 Bytes)
- funcs.go (17.5 KiB)
- types.go (22.7 KiB)
- types_linux.go (1.6 KiB)
- types_nonlinux.go (1.2 KiB)
- util_linux.go (997 Bytes)
- util_nonlinux.go (780 Bytes)
- util_test.go (3.2 KiB)
-
envconfig
- envconfig.go (2.1 KiB)
-
grpcrand
- BUILD.bazel.in (231 Bytes)
- grpcrand.go (1.3 KiB)
-
grpcsync
- event.go (1.5 KiB)
- event_test.go (1.5 KiB)
-
leakcheck
- BUILD.bazel.in (357 Bytes)
- leakcheck.go (3.0 KiB)
- leakcheck_test.go (1.9 KiB)
-
syscall
- syscall_linux.go (3.2 KiB)
- syscall_nonlinux.go (1.8 KiB)
-
testutils
- pipe_listener.go (2.2 KiB)
- pipe_listener_test.go (3.9 KiB)
-
transport
- bdp_estimator.go (4.3 KiB)
- controlbuf.go (21.1 KiB)
- defaults.go (1.6 KiB)
- flowcontrol.go (5.6 KiB)
- handler_server.go (12.3 KiB)
- handler_server_test.go (13.0 KiB)
- http2_client.go (41.0 KiB)
- http2_server.go (34.9 KiB)
- http_util.go (17.4 KiB)
- http_util_test.go (6.5 KiB)
- log.go (1.1 KiB)
- transport.go (24.0 KiB)
- transport_test.go (67.1 KiB)
- BUILD.bazel.in (223 Bytes)
- internal.go (1.7 KiB)
-
-
interop
-
alts
-
client
- BUILD.bazel.in (612 Bytes)
- client.go (2.0 KiB)
-
server
- BUILD.bazel.in (595 Bytes)
- server.go (1.5 KiB)
-
-
client
- BUILD.bazel.in (773 Bytes)
- client.go (9.7 KiB)
-
fake_grpclb
- fake_grpclb.go (5.9 KiB)
-
grpc_testing
- BUILD.bazel.in (682 Bytes)
- test.pb.go (39.8 KiB)
- test.proto (5.6 KiB)
-
http2
- BUILD.bazel.in (688 Bytes)
- negative_http2_client.go (4.8 KiB)
-
server
- BUILD.bazel.in (675 Bytes)
- server.go (2.4 KiB)
- BUILD.bazel.in (722 Bytes)
- test_utils.go (25.0 KiB)
-
-
keepalive
- BUILD.bazel.in (225 Bytes)
- keepalive.go (3.8 KiB)
-
metadata
- BUILD.bazel.in (470 Bytes)
- metadata.go (6.2 KiB)
- metadata_test.go (6.8 KiB)
-
naming
- BUILD.bazel.in (668 Bytes)
- dns_resolver.go (8.4 KiB)
- dns_resolver_test.go (9.0 KiB)
- naming.go (2.2 KiB)
-
peer
- BUILD.bazel.in (336 Bytes)
- peer.go (1.5 KiB)
-
reflection
-
grpc_reflection_v1alpha
- BUILD.bazel.in (760 Bytes)
- reflection.pb.go (37.1 KiB)
- reflection.proto (5.3 KiB)
-
grpc_testing
- BUILD.bazel.in (822 Bytes)
- proto2.pb.go (2.9 KiB)
- proto2.proto (708 Bytes)
- proto2_ext.pb.go (4.0 KiB)
- proto2_ext.proto (849 Bytes)
- proto2_ext2.pb.go (3.8 KiB)
- proto2_ext2.proto (818 Bytes)
- test.pb.go (11.0 KiB)
- test.proto (996 Bytes)
-
grpc_testingv3
- BUILD.bazel.in (702 Bytes)
- testv3.pb.go (15.9 KiB)
- testv3.proto (667 Bytes)
- BUILD.bazel.in (1.1 KiB)
- README.md (453 Bytes)
- serverreflection.go (12.9 KiB)
- serverreflection_test.go (16.5 KiB)
-
-
resolver
-
dns
- BUILD.bazel.in (851 Bytes)
- dns_resolver.go (12.0 KiB)
- dns_resolver_test.go (23.6 KiB)
-
manual
- BUILD.bazel.in (274 Bytes)
- manual.go (2.6 KiB)
-
passthrough
- BUILD.bazel.in (284 Bytes)
- passthrough.go (1.5 KiB)
- BUILD.bazel.in (223 Bytes)
- resolver.go (5.3 KiB)
-
-
stats
-
grpc_testing
- BUILD.bazel.in (678 Bytes)
- test.pb.go (13.1 KiB)
- test.proto (1.3 KiB)
- BUILD.bazel.in (743 Bytes)
- handlers.go (2.3 KiB)
- stats.go (9.7 KiB)
- stats_test.go (33.0 KiB)
-
-
status
- BUILD.bazel.in (1.3 KiB)
- status.go (6.1 KiB)
- status_test.go (8.9 KiB)
-
stress
-
client
- BUILD.bazel.in (809 Bytes)
- main.go (10.4 KiB)
-
grpc_testing
- BUILD.bazel.in (683 Bytes)
- metrics.pb.go (14.3 KiB)
- metrics.proto (1.5 KiB)
-
metrics_client
- BUILD.bazel.in (570 Bytes)
- main.go (2.2 KiB)
-
-
tap
- BUILD.bazel.in (275 Bytes)
- tap.go (2.0 KiB)
-
test
-
bufconn
- BUILD.bazel.in (348 Bytes)
- bufconn.go (5.1 KiB)
- bufconn_test.go (4.6 KiB)
-
codec_perf
- BUILD.bazel.in (609 Bytes)
- perf.pb.go (2.6 KiB)
- perf.proto (892 Bytes)
-
go_vet
- vet.go (1.4 KiB)
-
grpc_testing
- BUILD.bazel.in (676 Bytes)
- test.pb.go (34.8 KiB)
- test.proto (5.0 KiB)
-
leakcheck
- BUILD.bazel.in (0 Bytes)
-
tools
- tools.go (1.1 KiB)
- BUILD.bazel.in (1.9 KiB)
- balancer_test.go (5.6 KiB)
- channelz_linux_go110_test.go (3.0 KiB)
- channelz_test.go (65.9 KiB)
- creds_test.go (3.8 KiB)
- end2end_test.go (215.0 KiB)
- gracefulstop_test.go (5.7 KiB)
- healthcheck_test.go (32.6 KiB)
- race.go (664 Bytes)
- rawConnWrapper.go (8.6 KiB)
- retry_test.go (16.3 KiB)
- servertester.go (7.1 KiB)
-
-
testdata
- BUILD.bazel.in (223 Bytes)
- ca.pem (855 Bytes)
- server1.pem (964 Bytes)
- testdata.go (1.1 KiB)
-
transport
- BUILD.bazel.in (2.0 KiB)
- CONTRIBUTING.md (2.4 KiB)
- LICENSE (11.1 KiB)
- Makefile (1.1 KiB)
- README.md (2.7 KiB)
- backoff.go (1.1 KiB)
- balancer.go (10.9 KiB)
- balancer_conn_wrappers.go (7.6 KiB)
- balancer_switching_test.go (13.1 KiB)
- balancer_test.go (24.5 KiB)
- balancer_v1_wrapper.go (8.5 KiB)
- call.go (2.4 KiB)
- call_test.go (7.3 KiB)
- clientconn.go (44.8 KiB)
- clientconn_state_transition_test.go (12.8 KiB)
- clientconn_test.go (29.3 KiB)
- codec.go (1.6 KiB)
- codec_test.go (891 Bytes)
- dialoptions.go (15.8 KiB)
- doc.go (755 Bytes)
- go.mod (832 Bytes)
- go.sum (3.0 KiB)
- interceptor.go (3.9 KiB)
- picker_wrapper.go (4.4 KiB)
- picker_wrapper_test.go (4.9 KiB)
- pickfirst.go (2.8 KiB)
- pickfirst_test.go (11.6 KiB)
- proxy.go (4.0 KiB)
- proxy_test.go (5.6 KiB)
- resolver_conn_wrapper.go (4.3 KiB)
- resolver_conn_wrapper_test.go (4.7 KiB)
- rpc_util.go (24.4 KiB)
- rpc_util_test.go (8.2 KiB)
- server.go (41.9 KiB)
- server_test.go (3.2 KiB)
- service_config.go (11.3 KiB)
- service_config_test.go (8.2 KiB)
- stream.go (43.1 KiB)
- trace.go (2.7 KiB)
- version.go (683 Bytes)
-
-
-
gopkg.in
-
AlecAivazis
-
survey.v1
-
core
- BUILD (813 Bytes)
- renderer.go (2.0 KiB)
- template.go (2.6 KiB)
- write.go (6.4 KiB)
-
terminal
- BUILD (1.0 KiB)
- LICENSE.txt (1.0 KiB)
- README.md (166 Bytes)
- buffered_reader.go (324 Bytes)
- cursor.go (4.0 KiB)
- cursor_windows.go (3.1 KiB)
- display.go (123 Bytes)
- display_posix.go (148 Bytes)
- display_windows.go (621 Bytes)
- error.go (88 Bytes)
- output.go (393 Bytes)
- output_windows.go (4.8 KiB)
- runereader.go (8.5 KiB)
- runereader_bsd.go (418 Bytes)
- runereader_linux.go (544 Bytes)
- runereader_posix.go (2.8 KiB)
- runereader_windows.go (3.4 KiB)
- sequences.go (617 Bytes)
- stdio.go (396 Bytes)
- syscall_windows.go (959 Bytes)
- terminal.go (76 Bytes)
- LICENSE (1.0 KiB)
-
-
-
alexcesaro
-
quotedprintable.v3
- BUILD.bazel (682 Bytes)
- LICENSE (1.1 KiB)
- README.md (466 Bytes)
- encodedword.go (6.2 KiB)
- pool.go (335 Bytes)
- pool_go12.go (306 Bytes)
- reader.go (2.8 KiB)
- writer.go (3.0 KiB)
-
-
go-playground
-
validator.v9
- BUILD.bazel (915 Bytes)
- LICENSE (1.1 KiB)
- README.md (11.7 KiB)
- baked_in.go (39.5 KiB)
- cache.go (6.8 KiB)
- doc.go (21.4 KiB)
- errors.go (7.1 KiB)
- field_level.go (2.1 KiB)
- logo.png (13.1 KiB)
- regexes.go (5.8 KiB)
- struct_level.go (5.3 KiB)
- translations.go (426 Bytes)
- util.go (5.6 KiB)
- validator.go (10.5 KiB)
- validator_instance.go (19.9 KiB)
-
-
gomail.v2
- BUILD.bazel (776 Bytes)
- CHANGELOG.md (977 Bytes)
- CONTRIBUTING.md (622 Bytes)
- LICENSE (1.1 KiB)
- README.md (2.2 KiB)
- auth.go (1.0 KiB)
- doc.go (175 Bytes)
- message.go (8.0 KiB)
- mime.go (317 Bytes)
- mime_go14.go (445 Bytes)
- send.go (2.4 KiB)
- smtp.go (4.4 KiB)
- writeto.go (6.6 KiB)
-
h2non
-
gock.v1
- BUILD.bazel (757 Bytes)
- History.md (2.2 KiB)
- LICENSE (1.1 KiB)
- README.md (7.5 KiB)
- gock.go (3.6 KiB)
- matcher.go (2.9 KiB)
- matchers.go (5.4 KiB)
- mock.go (3.2 KiB)
- request.go (7.8 KiB)
- responder.go (2.3 KiB)
- response.go (4.8 KiB)
- store.go (1.9 KiB)
- transport.go (2.7 KiB)
- version.go (95 Bytes)
-
-
inf.v0
- BUILD (607 Bytes)
- LICENSE (1.5 KiB)
- dec.go (16.2 KiB)
- rounder.go (3.8 KiB)
-
olivere
-
elastic.v5
-
cluster-test
- BUILD.bazel (793 Bytes)
- Makefile (322 Bytes)
- README.md (2.2 KiB)
- cluster-test.go (9.0 KiB)
-
config
- BUILD.bazel (723 Bytes)
- config.go (2.0 KiB)
- config_test.go (1.6 KiB)
- doc.go (281 Bytes)
-
etc
-
ingest-geoip
- .gitkeep (0 Bytes)
-
scripts
- .gitkeep (0 Bytes)
- elasticsearch.yml (339 Bytes)
- jvm.options (2.6 KiB)
- log4j2.properties (3.9 KiB)
-
-
recipes
-
bulk_insert
- BUILD.bazel (886 Bytes)
- bulk_insert.go (4.4 KiB)
-
bulk_processor
- BUILD.bazel (958 Bytes)
- main.go (3.3 KiB)
-
connect
- BUILD.bazel (789 Bytes)
- connect.go (869 Bytes)
-
sliced_scroll
- BUILD.bazel (894 Bytes)
- sliced_scroll.go (4.1 KiB)
-
-
uritemplates
- BUILD.bazel (742 Bytes)
- LICENSE (1.0 KiB)
- uritemplates.go (8.3 KiB)
- utils.go (287 Bytes)
- utils_test.go (2.2 KiB)
- .gitignore (395 Bytes)
- .travis.yml (579 Bytes)
- BUILD.bazel (15.9 KiB)
- CHANGELOG-3.0.md (17.1 KiB)
- CHANGELOG-5.0.md (7.6 KiB)
- CODE_OF_CONDUCT.md (3.1 KiB)
- CONTRIBUTING.md (1.9 KiB)
- CONTRIBUTORS (7.1 KiB)
- ISSUE_TEMPLATE.md (416 Bytes)
- LICENSE (1.1 KiB)
- README.md (11.1 KiB)
- acknowledged_response.go (396 Bytes)
- backoff.go (4.1 KiB)
- backoff_test.go (2.5 KiB)
- bulk.go (10.9 KiB)
- bulk_delete_request.go (4.4 KiB)
- bulk_delete_request_easyjson.go (5.3 KiB)
- bulk_delete_request_test.go (2.2 KiB)
- bulk_index_request.go (6.6 KiB)
- bulk_index_request_easyjson.go (6.2 KiB)
- bulk_index_request_test.go (4.1 KiB)
- bulk_processor.go (16.9 KiB)
- bulk_processor_test.go (11.1 KiB)
- bulk_request.go (410 Bytes)
- bulk_test.go (18.8 KiB)
- bulk_update_request.go (8.3 KiB)
- bulk_update_request_easyjson.go (10.6 KiB)
- bulk_update_request_test.go (3.9 KiB)
- canonicalize.go (1.1 KiB)
- canonicalize_test.go (1.8 KiB)
- clear_scroll.go (2.5 KiB)
- clear_scroll_test.go (2.3 KiB)
- client.go (54.7 KiB)
- client_test.go (34.7 KiB)
- cluster_health.go (8.0 KiB)
- cluster_health_test.go (3.3 KiB)
- cluster_state.go (9.0 KiB)
- cluster_state_test.go (2.2 KiB)
- cluster_stats.go (12.0 KiB)
- cluster_stats_test.go (2.2 KiB)
- connection.go (1.9 KiB)
- count.go (8.6 KiB)
- count_test.go (2.9 KiB)
- decoder.go (820 Bytes)
- decoder_test.go (1.1 KiB)
- delete.go (5.8 KiB)
- delete_by_query.go (20.3 KiB)
- delete_by_query_test.go (3.1 KiB)
- delete_template.go (2.6 KiB)
- delete_template_test.go (573 Bytes)
- delete_test.go (3.7 KiB)
- doc.go (1.7 KiB)
- errors.go (5.2 KiB)
- errors_test.go (8.1 KiB)
- example_test.go (15.7 KiB)
- exists.go (4.0 KiB)
- exists_test.go (1.4 KiB)
- explain.go (8.5 KiB)
- explain_test.go (1.0 KiB)
- fetch_source_context.go (2.6 KiB)
- fetch_source_context_test.go (3.1 KiB)
- field_caps.go (5.5 KiB)
- field_caps_test.go (3.8 KiB)
- field_stats.go (7.7 KiB)
- field_stats_test.go (7.4 KiB)
- geo_point.go (1.3 KiB)
- geo_point_test.go (563 Bytes)
- get.go (6.9 KiB)
- get_template.go (2.6 KiB)
- get_template_test.go (1.3 KiB)
- get_test.go (4.9 KiB)
- highlight.go (11.6 KiB)
- highlight_test.go (5.7 KiB)
- index.go (7.3 KiB)
- index_test.go (7.2 KiB)
- indices_analyze.go (7.9 KiB)
- indices_analyze_test.go (2.1 KiB)
- indices_close.go (4.1 KiB)
- indices_close_test.go (2.0 KiB)
- indices_create.go (3.3 KiB)
- indices_create_test.go (1.6 KiB)
- indices_delete.go (3.2 KiB)
- indices_delete_template.go (3.1 KiB)
- indices_delete_test.go (577 Bytes)
- indices_exists.go (4.0 KiB)
- indices_exists_template.go (2.8 KiB)
- indices_exists_template_test.go (1.6 KiB)
- indices_exists_test.go (582 Bytes)
- indices_exists_type.go (4.5 KiB)
- indices_exists_type_test.go (3.2 KiB)
- indices_flush.go (4.8 KiB)
- indices_flush_test.go (1.5 KiB)
- indices_forcemerge.go (5.5 KiB)
- indices_forcemerge_test.go (1.1 KiB)
- indices_get.go (5.4 KiB)
- indices_get_aliases.go (3.4 KiB)
- indices_get_aliases_test.go (5.1 KiB)
- indices_get_field_mapping.go (5.0 KiB)
- indices_get_field_mapping_test.go (1.2 KiB)
- indices_get_mapping.go (4.6 KiB)
- indices_get_mapping_test.go (1001 Bytes)
- indices_get_settings.go (5.2 KiB)
- indices_get_settings_test.go (1.9 KiB)
- indices_get_template.go (3.5 KiB)
- indices_get_template_test.go (791 Bytes)
- indices_get_test.go (2.2 KiB)
- indices_open.go (4.2 KiB)
- indices_open_test.go (571 Bytes)
- indices_put_alias.go (7.0 KiB)
- indices_put_alias_test.go (6.0 KiB)
- indices_put_mapping.go (6.2 KiB)
- indices_put_mapping_test.go (1.9 KiB)
- indices_put_settings.go (5.2 KiB)
- indices_put_settings_test.go (2.3 KiB)
- indices_put_template.go (5.3 KiB)
- indices_refresh.go (2.1 KiB)
- indices_refresh_test.go (1.8 KiB)
- indices_rollover.go (7.6 KiB)
- indices_rollover_test.go (3.0 KiB)
- indices_segments.go (7.4 KiB)
- indices_segments_test.go (2.2 KiB)
- indices_shrink.go (4.6 KiB)
- indices_shrink_test.go (766 Bytes)
- indices_stats.go (13.7 KiB)
- indices_stats_test.go (1.9 KiB)
- ingest_delete_pipeline.go (3.2 KiB)
- ingest_delete_pipeline_test.go (676 Bytes)
- ingest_get_pipeline.go (2.9 KiB)
- ingest_get_pipeline_test.go (2.9 KiB)
- ingest_put_pipeline.go (3.8 KiB)
- ingest_put_pipeline_test.go (670 Bytes)
- ingest_simulate_pipeline.go (4.1 KiB)
- ingest_simulate_pipeline_test.go (745 Bytes)
- inner_hit.go (3.7 KiB)
- inner_hit_test.go (963 Bytes)
- logger.go (326 Bytes)
- mget.go (6.4 KiB)
- mget_test.go (2.6 KiB)
- msearch.go (2.6 KiB)
- msearch_test.go (7.9 KiB)
- mtermvectors.go (13.3 KiB)
- mtermvectors_test.go (3.1 KiB)
- nodes_info.go (10.7 KiB)
- nodes_info_test.go (914 Bytes)
- nodes_stats.go (24.8 KiB)
- nodes_stats_test.go (3.3 KiB)
- percolate_test.go (1.6 KiB)
- ping.go (3.0 KiB)
- ping_test.go (1.6 KiB)
- plugins.go (932 Bytes)
- plugins_test.go (655 Bytes)
- put_template.go (3.4 KiB)
- put_template_test.go (1.3 KiB)
- query.go (517 Bytes)
- reindex.go (17.6 KiB)
- reindex_test.go (11.5 KiB)
- request.go (3.1 KiB)
- request_test.go (2.6 KiB)
- rescore.go (1.0 KiB)
- rescorer.go (1.4 KiB)
- response.go (1.0 KiB)
- response_test.go (1.0 KiB)
- retrier.go (2.0 KiB)
- retrier_test.go (4.1 KiB)
- retry.go (1.5 KiB)
- retry_test.go (989 Bytes)
- run-es-5.0.0.sh (172 Bytes)
- run-es-5.0.1.sh (172 Bytes)
- run-es-5.1.1.sh (172 Bytes)
- run-es-5.1.2.sh (172 Bytes)
- run-es-5.2.0.sh (172 Bytes)
- run-es-5.2.1.sh (172 Bytes)
- run-es-5.2.2.sh (172 Bytes)
- run-es-5.3.0.sh (172 Bytes)
- run-es-5.4.0.sh (172 Bytes)
- run-es-5.4.1.sh (172 Bytes)
- run-es-5.5.0.sh (172 Bytes)
- run-es-5.5.1.sh (172 Bytes)
- run-es.sh (392 Bytes)
- script.go (3.8 KiB)
- script_test.go (2.0 KiB)
- scroll.go (12.5 KiB)
- scroll_test.go (9.6 KiB)
- search.go (20.1 KiB)
- search_aggs.go (48.0 KiB)
- search_aggs_bucket_adjacency_matrix.go (2.9 KiB)
- search_aggs_bucket_adjacency_matrix_test.go (2.5 KiB)
- search_aggs_bucket_children.go (2.0 KiB)
- search_aggs_bucket_children_test.go (1.2 KiB)
- search_aggs_bucket_date_histogram.go (8.0 KiB)
- search_aggs_bucket_date_histogram_test.go (1.3 KiB)
- search_aggs_bucket_date_range.go (6.8 KiB)
- search_aggs_bucket_date_range_test.go (4.6 KiB)
- search_aggs_bucket_diversified_sampler.go (3.5 KiB)
- search_aggs_bucket_diversified_sampler_test.go (887 Bytes)
- search_aggs_bucket_filter.go (2.1 KiB)
- search_aggs_bucket_filter_test.go (2.0 KiB)
- search_aggs_bucket_filters.go (4.1 KiB)
- search_aggs_bucket_filters_test.go (3.1 KiB)
- search_aggs_bucket_geo_distance.go (5.6 KiB)
- search_aggs_bucket_geo_distance_test.go (2.8 KiB)
- search_aggs_bucket_geohash_grid.go (2.1 KiB)
- search_aggs_bucket_geohash_grid_test.go (2.1 KiB)
- search_aggs_bucket_global.go (2.0 KiB)
- search_aggs_bucket_global_test.go (1.0 KiB)
- search_aggs_bucket_histogram.go (6.7 KiB)
- search_aggs_bucket_histogram_test.go (1.6 KiB)
- search_aggs_bucket_ip_range.go (5.2 KiB)
- search_aggs_bucket_ip_range_test.go (2.6 KiB)
- search_aggs_bucket_missing.go (2.3 KiB)
- search_aggs_bucket_missing_test.go (1.1 KiB)
- search_aggs_bucket_nested.go (2.1 KiB)
- search_aggs_bucket_nested_test.go (1.7 KiB)
- search_aggs_bucket_range.go (6.6 KiB)
- search_aggs_bucket_range_test.go (4.9 KiB)
- search_aggs_bucket_reverse_nested.go (2.6 KiB)
- search_aggs_bucket_reverse_nested_test.go (2.1 KiB)
- search_aggs_bucket_sampler.go (2.9 KiB)
- search_aggs_bucket_sampler_test.go (817 Bytes)
- search_aggs_bucket_significant_terms.go (12.5 KiB)
- search_aggs_bucket_significant_terms_test.go (6.0 KiB)
- search_aggs_bucket_terms.go (9.7 KiB)
- search_aggs_bucket_terms_test.go (4.6 KiB)
- search_aggs_matrix_stats.go (3.2 KiB)
- search_aggs_matrix_stats_test.go (1.4 KiB)
- search_aggs_metrics_avg.go (2.5 KiB)
- search_aggs_metrics_avg_test.go (1.5 KiB)
- search_aggs_metrics_cardinality.go (3.1 KiB)
- search_aggs_metrics_cardinality_test.go (2.1 KiB)
- search_aggs_metrics_extended_stats.go (2.7 KiB)
- search_aggs_metrics_extended_stats_test.go (1.1 KiB)
- search_aggs_metrics_geo_bounds.go (2.7 KiB)
- search_aggs_metrics_geo_bounds_test.go (1.6 KiB)
- search_aggs_metrics_geo_centroid.go (2.4 KiB)
- search_aggs_metrics_geo_centroid_test.go (1.1 KiB)
- search_aggs_metrics_max.go (2.5 KiB)
- search_aggs_metrics_max_test.go (1.5 KiB)
- search_aggs_metrics_min.go (2.5 KiB)
- search_aggs_metrics_min_test.go (1.5 KiB)
- search_aggs_metrics_percentile_ranks.go (3.3 KiB)
- search_aggs_metrics_percentile_ranks_test.go (2.1 KiB)
- search_aggs_metrics_percentiles.go (3.2 KiB)
- search_aggs_metrics_percentiles_test.go (2.0 KiB)
- search_aggs_metrics_stats.go (2.5 KiB)
- search_aggs_metrics_stats_test.go (1.5 KiB)
- search_aggs_metrics_sum.go (2.5 KiB)
- search_aggs_metrics_sum_test.go (1.5 KiB)
- search_aggs_metrics_top_hits.go (4.1 KiB)
- search_aggs_metrics_top_hits_test.go (829 Bytes)
- search_aggs_metrics_value_count.go (2.8 KiB)
- search_aggs_metrics_value_count_test.go (1.6 KiB)
- search_aggs_pipeline_avg_bucket.go (3.2 KiB)
- search_aggs_pipeline_avg_bucket_test.go (702 Bytes)
- search_aggs_pipeline_bucket_script.go (3.8 KiB)
- search_aggs_pipeline_bucket_script_test.go (911 Bytes)
- search_aggs_pipeline_bucket_selector.go (4.0 KiB)
- search_aggs_pipeline_bucket_selector_test.go (811 Bytes)
- search_aggs_pipeline_cumulative_sum.go (2.7 KiB)
- search_aggs_pipeline_cumulative_sum_test.go (672 Bytes)
- search_aggs_pipeline_derivative.go (3.6 KiB)
- search_aggs_pipeline_derivative_test.go (662 Bytes)
- search_aggs_pipeline_max_bucket.go (3.3 KiB)
- search_aggs_pipeline_max_bucket_test.go (702 Bytes)
- search_aggs_pipeline_min_bucket.go (3.3 KiB)
- search_aggs_pipeline_min_bucket_test.go (735 Bytes)
- search_aggs_pipeline_mov_avg.go (10.7 KiB)
- search_aggs_pipeline_mov_avg_test.go (3.9 KiB)
- search_aggs_pipeline_percentiles_bucket.go (3.7 KiB)
- search_aggs_pipeline_percentiles_bucket_test.go (1.2 KiB)
- search_aggs_pipeline_serial_diff.go (3.5 KiB)
- search_aggs_pipeline_serial_diff_test.go (682 Bytes)
- search_aggs_pipeline_stats_bucket.go (3.3 KiB)
- search_aggs_pipeline_stats_bucket_test.go (708 Bytes)
- search_aggs_pipeline_sum_bucket.go (3.2 KiB)
- search_aggs_pipeline_sum_bucket_test.go (664 Bytes)
- search_aggs_pipeline_test.go (28.3 KiB)
- search_aggs_test.go (94.2 KiB)
- search_collapse_builder.go (1.8 KiB)
- search_collapse_builder_test.go (834 Bytes)
- search_queries_bool.go (4.8 KiB)
- search_queries_bool_test.go (1.1 KiB)
- search_queries_boosting.go (2.2 KiB)
- search_queries_boosting_test.go (866 Bytes)
- search_queries_common_terms.go (3.8 KiB)
- search_queries_common_terms_test.go (2.4 KiB)
- search_queries_constant_score.go (1.5 KiB)
- search_queries_constant_score_test.go (701 Bytes)
- search_queries_dis_max.go (2.9 KiB)
- search_queries_dis_max_test.go (763 Bytes)
- search_queries_exists.go (1.2 KiB)
- search_queries_exists_test.go (611 Bytes)
- search_queries_fsq.go (4.4 KiB)
- search_queries_fsq_score_funcs.go (17.8 KiB)
- search_queries_fsq_test.go (6.5 KiB)
- search_queries_fuzzy.go (2.9 KiB)
- search_queries_fuzzy_test.go (745 Bytes)
- search_queries_geo_bounding_box.go (3.1 KiB)
- search_queries_geo_bounding_box_test.go (1.7 KiB)
- search_queries_geo_distance.go (2.6 KiB)
- search_queries_geo_distance_test.go (1.8 KiB)
- search_queries_geo_polygon.go (1.9 KiB)
- search_queries_geo_polygon_test.go (1.6 KiB)
- search_queries_has_child.go (3.6 KiB)
- search_queries_has_child_test.go (1.3 KiB)
- search_queries_has_parent.go (2.6 KiB)
- search_queries_has_parent_test.go (727 Bytes)
- search_queries_ids.go (1.7 KiB)
- search_queries_ids_test.go (719 Bytes)
- search_queries_indices.go (2.3 KiB)
- search_queries_indices_test.go (1.3 KiB)
- search_queries_match.go (5.6 KiB)
- search_queries_match_all.go (1.4 KiB)
- search_queries_match_all_test.go (1.4 KiB)
- search_queries_match_none.go (1.0 KiB)
- search_queries_match_none_test.go (1009 Bytes)
- search_queries_match_phrase.go (2.1 KiB)
- search_queries_match_phrase_prefix.go (2.6 KiB)
- search_queries_match_phrase_prefix_test.go (748 Bytes)
- search_queries_match_phrase_test.go (748 Bytes)
- search_queries_match_test.go (1.1 KiB)
- search_queries_more_like_this.go (11.8 KiB)
- search_queries_more_like_this_test.go (2.5 KiB)
- search_queries_multi_match.go (7.6 KiB)
- search_queries_multi_match_test.go (3.8 KiB)
- search_queries_nested.go (2.5 KiB)
- search_queries_nested_test.go (2.8 KiB)
- search_queries_parent_id.go (2.5 KiB)
- search_queries_parent_id_test.go (1.4 KiB)
- search_queries_percolator.go (3.1 KiB)
- search_queries_percolator_test.go (1.8 KiB)
- search_queries_prefix.go (1.7 KiB)
- search_queries_prefix_example_test.go (721 Bytes)
- search_queries_prefix_test.go (1.0 KiB)
- search_queries_query_string.go (12.0 KiB)
- search_queries_query_string_test.go (1.2 KiB)
- search_queries_range.go (4.0 KiB)
- search_queries_range_test.go (1.8 KiB)
- search_queries_raw_string.go (821 Bytes)
- search_queries_raw_string_test.go (996 Bytes)
- search_queries_regexp.go (2.1 KiB)
- search_queries_regexp_test.go (1.2 KiB)
- search_queries_script.go (1.2 KiB)
- search_queries_script_test.go (1.1 KiB)
- search_queries_simple_query_string.go (5.3 KiB)
- search_queries_simple_query_string_test.go (2.5 KiB)
- search_queries_slice.go (1.2 KiB)
- search_queries_slice_test.go (634 Bytes)
- search_queries_term.go (1.5 KiB)
- search_queries_term_test.go (1.0 KiB)
- search_queries_terms.go (1.9 KiB)
- search_queries_terms_test.go (2.0 KiB)
- search_queries_type.go (748 Bytes)
- search_queries_type_test.go (611 Bytes)
- search_queries_wildcard.go (2.1 KiB)
- search_queries_wildcard_test.go (1.6 KiB)
- search_request.go (5.5 KiB)
- search_request_test.go (1.7 KiB)
- search_shards.go (5.1 KiB)
- search_shards_test.go (888 Bytes)
- search_source.go (14.7 KiB)
- search_source_test.go (8.9 KiB)
- search_suggester_test.go (9.4 KiB)
- search_terms_lookup.go (1.5 KiB)
- search_terms_lookup_test.go (693 Bytes)
- search_test.go (38.2 KiB)
- setup_test.go (7.8 KiB)
- snapshot_create.go (5.4 KiB)
- snapshot_create_repository.go (5.3 KiB)
- snapshot_create_repository_test.go (1.4 KiB)
- snapshot_create_test.go (1.5 KiB)
- snapshot_delete_repository.go (3.4 KiB)
- snapshot_delete_repository_test.go (743 Bytes)
- snapshot_get_repository.go (3.6 KiB)
- snapshot_get_repository_test.go (778 Bytes)
- snapshot_verify_repository.go (3.4 KiB)
- snapshot_verify_repository_test.go (663 Bytes)
- sort.go (12.1 KiB)
- sort_test.go (6.2 KiB)
- suggest.go (3.8 KiB)
- suggest_field.go (1.9 KiB)
- suggest_field_test.go (1.1 KiB)
- suggest_test.go (4.7 KiB)
- suggester.go (490 Bytes)
- suggester_completion.go (9.4 KiB)
- suggester_completion_fuzzy.go (4.7 KiB)
- suggester_completion_fuzzy_test.go (1.3 KiB)
- suggester_completion_test.go (2.9 KiB)
- suggester_context.go (3.1 KiB)
- suggester_context_category.go (3.1 KiB)
- suggester_context_category_test.go (4.0 KiB)
- suggester_context_geo.go (3.2 KiB)
- suggester_context_geo_test.go (1.3 KiB)
- suggester_context_test.go (1.6 KiB)
- suggester_phrase.go (13.6 KiB)
- suggester_phrase_test.go (5.2 KiB)
- suggester_term.go (5.2 KiB)
- suggester_term_test.go (1.1 KiB)
- tasks_cancel.go (3.6 KiB)
- tasks_cancel_test.go (1.1 KiB)
- tasks_get_task.go (2.6 KiB)
- tasks_get_task_test.go (967 Bytes)
- tasks_list.go (7.0 KiB)
- tasks_list_test.go (1.3 KiB)
- termvectors.go (12.3 KiB)
- termvectors_test.go (3.3 KiB)
- update.go (8.3 KiB)
- update_by_query.go (19.7 KiB)
- update_by_query_test.go (3.1 KiB)
- update_integration_test.go (1.5 KiB)
- update_test.go (9.5 KiB)
- validate.go (7.6 KiB)
- validate_test.go (1.3 KiB)
-
-
-
robfig
-
cron.v2
- BUILD (680 Bytes)
- LICENSE (1.1 KiB)
- README.md (104 Bytes)
- constantdelay.go (934 Bytes)
- cron.go (5.4 KiB)
- doc.go (4.9 KiB)
- parser.go (5.9 KiB)
- spec.go (3.7 KiB)
-
-
yaml.v2
- BUILD.bazel (809 Bytes)
- LICENSE (560 Bytes)
- LICENSE.libyaml (1.3 KiB)
- README.md (2.5 KiB)
- apic.go (20.7 KiB)
- decode.go (15.3 KiB)
- emitterc.go (44.2 KiB)
- encode.go (7.3 KiB)
- parserc.go (33.9 KiB)
- readerc.go (11.7 KiB)
- resolve.go (5.1 KiB)
- scannerc.go (75.5 KiB)
- sorter.go (2.4 KiB)
- writerc.go (2.4 KiB)
- yaml.go (10.0 KiB)
- yamlh.go (24.8 KiB)
- yamlprivateh.go (4.8 KiB)
-
-
howett.net
-
plist
- BUILD.bazel (977 Bytes)
- LICENSE (3.2 KiB)
- README.md (534 Bytes)
- bplist.go (551 Bytes)
- bplist_generator.go (7.1 KiB)
- bplist_parser.go (10.4 KiB)
- decode.go (3.9 KiB)
- doc.go (347 Bytes)
- encode.go (3.9 KiB)
- fuzz.go (215 Bytes)
- marshal.go (5.0 KiB)
- must.go (763 Bytes)
- plist.go (2.1 KiB)
- plist_types.go (2.0 KiB)
- text_generator.go (4.7 KiB)
- text_parser.go (10.1 KiB)
- text_tables.go (1002 Bytes)
- typeinfo.go (4.2 KiB)
- unmarshal.go (7.3 KiB)
- util.go (413 Bytes)
- xml_generator.go (3.8 KiB)
- xml_parser.go (4.7 KiB)
- zerocopy.go (304 Bytes)
- zerocopy_appengine.go (136 Bytes)
-
-
k8s.io
-
api
-
core
-
v1
- BUILD.bazel (1.4 KiB)
- annotation_key_constants.go (4.4 KiB)
- doc.go (717 Bytes)
- generated.pb.go (1.2 MiB)
- meta.go (5.0 KiB)
- objectreference.go (1.2 KiB)
- register.go (2.7 KiB)
- resource.go (1.6 KiB)
- taint.go (1.1 KiB)
- toleration.go (2.0 KiB)
- types.go (263.8 KiB)
- types_swagger_doc_generated.go (173.4 KiB)
- zz_generated.deepcopy.go (153.9 KiB)
-
- LICENSE (11.1 KiB)
-
-
apimachinery
-
pkg
-
api
-
equality
- BUILD (982 Bytes)
- semantic.go (1.5 KiB)
-
errors
- BUILD (955 Bytes)
- doc.go (707 Bytes)
- errors.go (20.3 KiB)
-
meta
- BUILD (1.5 KiB)
- doc.go (740 Bytes)
- errors.go (3.9 KiB)
- firsthit_restmapper.go (2.7 KiB)
- help.go (5.7 KiB)
- interfaces.go (5.2 KiB)
- lazy.go (3.0 KiB)
- meta.go (16.6 KiB)
- multirestmapper.go (5.6 KiB)
- priority.go (7.4 KiB)
- restmapper.go (15.8 KiB)
-
resource
- BUILD (1.0 KiB)
- amount.go (8.6 KiB)
- generated.pb.go (3.5 KiB)
- math.go (7.5 KiB)
- quantity.go (21.7 KiB)
- quantity_proto.go (5.6 KiB)
- scale_int.go (2.5 KiB)
- suffix.go (5.2 KiB)
- zz_generated.deepcopy.go (863 Bytes)
-
-
apis
-
meta
-
internalversion
- BUILD (1.4 KiB)
- conversion.go (2.5 KiB)
- doc.go (685 Bytes)
- register.go (3.7 KiB)
- types.go (2.5 KiB)
- zz_generated.conversion.go (3.8 KiB)
- zz_generated.deepcopy.go (2.7 KiB)
-
v1
-
unstructured
- BUILD (1.2 KiB)
- helpers.go (14.7 KiB)
- unstructured.go (11.1 KiB)
- unstructured_list.go (5.3 KiB)
- zz_generated.deepcopy.go (1.6 KiB)
- BUILD (2.2 KiB)
- controller_ref.go (1.6 KiB)
- conversion.go (7.8 KiB)
- doc.go (743 Bytes)
- duration.go (1.3 KiB)
- generated.pb.go (192.9 KiB)
- group_version.go (4.6 KiB)
- helpers.go (7.3 KiB)
- labels.go (1.7 KiB)
- meta.go (8.9 KiB)
- micro_time.go (5.0 KiB)
- micro_time_proto.go (1.8 KiB)
- register.go (2.9 KiB)
- time.go (4.7 KiB)
- time_proto.go (3.0 KiB)
- types.go (48.7 KiB)
- types_swagger_doc_generated.go (30.2 KiB)
- watch.go (2.9 KiB)
- zz_generated.deepcopy.go (24.6 KiB)
- zz_generated.defaults.go (974 Bytes)
-
-
v1beta1
- BUILD (1.2 KiB)
- conversion.go (943 Bytes)
- deepcopy.go (1.1 KiB)
- doc.go (699 Bytes)
- generated.pb.go (16.2 KiB)
- register.go (1.7 KiB)
- types.go (7.1 KiB)
- types_swagger_doc_generated.go (5.7 KiB)
- zz_generated.deepcopy.go (5.4 KiB)
- zz_generated.defaults.go (979 Bytes)
-
-
-
conversion
-
queryparams
- BUILD (638 Bytes)
- convert.go (5.0 KiB)
- doc.go (747 Bytes)
- BUILD (863 Bytes)
- converter.go (28.0 KiB)
- deep_equal.go (1.0 KiB)
- doc.go (1.1 KiB)
- helper.go (1.2 KiB)
-
-
fields
- BUILD (749 Bytes)
- doc.go (736 Bytes)
- fields.go (1.7 KiB)
- requirements.go (974 Bytes)
- selector.go (12.5 KiB)
-
labels
- BUILD (987 Bytes)
- doc.go (736 Bytes)
- labels.go (4.3 KiB)
- selector.go (26.2 KiB)
- zz_generated.deepcopy.go (1.2 KiB)
-
runtime
-
schema
- BUILD (784 Bytes)
- generated.pb.go (2.9 KiB)
- group_version.go (10.1 KiB)
- interfaces.go (1.7 KiB)
-
serializer
-
json
- BUILD (1.1 KiB)
- json.go (8.7 KiB)
- meta.go (2.2 KiB)
-
protobuf
- BUILD (1.0 KiB)
- doc.go (730 Bytes)
- protobuf.go (15.2 KiB)
-
recognizer
- BUILD (784 Bytes)
- recognizer.go (3.4 KiB)
-
streaming
- BUILD (782 Bytes)
- streaming.go (3.7 KiB)
-
versioning
- BUILD (873 Bytes)
- versioning.go (8.5 KiB)
- BUILD (1.6 KiB)
- codec_factory.go (9.0 KiB)
- negotiated_codec.go (1.3 KiB)
- protobuf_extension.go (1.6 KiB)
-
- BUILD (1.9 KiB)
- codec.go (10.1 KiB)
- codec_check.go (1.7 KiB)
- conversion.go (3.1 KiB)
- converter.go (22.7 KiB)
- doc.go (2.0 KiB)
- embedded.go (4.0 KiB)
- error.go (3.2 KiB)
- extension.go (1.7 KiB)
- generated.pb.go (19.1 KiB)
- helper.go (6.3 KiB)
- interfaces.go (11.6 KiB)
- register.go (2.1 KiB)
- scheme.go (27.4 KiB)
- scheme_builder.go (1.5 KiB)
- swagger_doc_generator.go (7.0 KiB)
- types.go (5.1 KiB)
- types_proto.go (1.8 KiB)
- zz_generated.deepcopy.go (2.9 KiB)
-
-
selection
- BUILD (593 Bytes)
- operator.go (1.0 KiB)
-
types
- BUILD (689 Bytes)
- doc.go (705 Bytes)
- namespacedname.go (1.3 KiB)
- nodename.go (2.0 KiB)
- patch.go (1005 Bytes)
- uid.go (825 Bytes)
-
util
-
cache
- BUILD (711 Bytes)
- cache.go (1.9 KiB)
- lruexpirecache.go (2.9 KiB)
-
clock
- BUILD (591 Bytes)
- clock.go (7.7 KiB)
-
diff
- BUILD (765 Bytes)
- diff.go (8.0 KiB)
-
errors
- BUILD (626 Bytes)
- doc.go (714 Bytes)
- errors.go (5.3 KiB)
-
framer
- BUILD (593 Bytes)
- framer.go (4.6 KiB)
-
intstr
- BUILD (970 Bytes)
- generated.pb.go (9.9 KiB)
- intstr.go (4.8 KiB)
-
json
- BUILD (589 Bytes)
- json.go (3.4 KiB)
-
net
- BUILD (906 Bytes)
- http.go (12.4 KiB)
- interface.go (11.1 KiB)
- port_range.go (3.4 KiB)
- port_split.go (2.2 KiB)
- util.go (1.5 KiB)
-
runtime
- BUILD (662 Bytes)
- runtime.go (4.9 KiB)
-
sets
- BUILD (701 Bytes)
- byte.go (4.5 KiB)
- doc.go (669 Bytes)
- empty.go (828 Bytes)
- int.go (4.5 KiB)
- int64.go (4.6 KiB)
- string.go (4.7 KiB)
-
validation
-
field
- BUILD (805 Bytes)
- errors.go (9.0 KiB)
- path.go (2.4 KiB)
- BUILD (781 Bytes)
- validation.go (13.9 KiB)
-
-
wait
- BUILD (703 Bytes)
- doc.go (717 Bytes)
- wait.go (11.8 KiB)
-
yaml
- BUILD (736 Bytes)
- decoder.go (8.7 KiB)
-
-
version
- BUILD (643 Bytes)
- doc.go (742 Bytes)
- helpers.go (2.3 KiB)
- types.go (1.2 KiB)
-
watch
- BUILD (1.2 KiB)
- doc.go (746 Bytes)
- filter.go (2.8 KiB)
- mux.go (7.5 KiB)
- streamwatcher.go (3.1 KiB)
- until.go (2.7 KiB)
- watch.go (5.9 KiB)
- zz_generated.deepcopy.go (1.1 KiB)
-
-
third_party
-
forked
-
golang
-
reflect
- BUILD (615 Bytes)
- deep_equal.go (9.6 KiB)
-
-
-
- LICENSE (11.1 KiB)
-
-
client-go
-
dynamic
- BUILD (1.6 KiB)
- interface.go (2.3 KiB)
- scheme.go (3.8 KiB)
- simple.go (8.9 KiB)
-
pkg
-
apis
-
clientauthentication
-
v1alpha1
- BUILD (1.2 KiB)
- doc.go (855 Bytes)
- register.go (1.8 KiB)
- types.go (2.9 KiB)
- zz_generated.conversion.go (7.4 KiB)
- zz_generated.deepcopy.go (3.6 KiB)
- zz_generated.defaults.go (980 Bytes)
-
v1beta1
- BUILD (1.2 KiB)
- conversion.go (915 Bytes)
- doc.go (853 Bytes)
- register.go (1.8 KiB)
- types.go (2.2 KiB)
- zz_generated.conversion.go (5.7 KiB)
- zz_generated.deepcopy.go (2.7 KiB)
- zz_generated.defaults.go (979 Bytes)
- BUILD (1.1 KiB)
- doc.go (731 Bytes)
- register.go (1.5 KiB)
- types.go (2.4 KiB)
- zz_generated.deepcopy.go (3.6 KiB)
-
-
-
version
- BUILD (715 Bytes)
- base.go (2.8 KiB)
- doc.go (754 Bytes)
- version.go (1.3 KiB)
-
-
plugin
-
pkg
-
client
-
auth
-
exec
- BUILD (1.5 KiB)
- exec.go (9.5 KiB)
-
-
-
-
-
rest
-
watch
- BUILD (951 Bytes)
- decoder.go (2.2 KiB)
- encoder.go (1.7 KiB)
- BUILD (2.2 KiB)
- client.go (8.4 KiB)
- config.go (14.9 KiB)
- plugin.go (2.3 KiB)
- request.go (35.7 KiB)
- transport.go (3.5 KiB)
- url_utils.go (3.5 KiB)
- urlbackoff.go (3.4 KiB)
- zz_generated.deepcopy.go (1.4 KiB)
-
-
tools
-
cache
- BUILD (2.4 KiB)
- controller.go (12.1 KiB)
- delta_fifo.go (20.1 KiB)
- doc.go (1.0 KiB)
- expiration_cache.go (6.5 KiB)
- expiration_cache_fakes.go (1.5 KiB)
- fake_custom_store.go (2.8 KiB)
- fifo.go (9.9 KiB)
- heap.go (8.4 KiB)
- index.go (3.0 KiB)
- listers.go (4.5 KiB)
- listwatch.go (6.1 KiB)
- mutation_cache.go (8.2 KiB)
- mutation_detector.go (3.4 KiB)
- reflector.go (15.6 KiB)
- reflector_metrics.go (4.0 KiB)
- shared_informer.go (18.7 KiB)
- store.go (7.5 KiB)
- thread_safe_store.go (8.2 KiB)
- undelta_store.go (2.8 KiB)
-
clientcmd
-
api
- BUILD (876 Bytes)
- doc.go (612 Bytes)
- helpers.go (4.9 KiB)
- register.go (1.4 KiB)
- types.go (9.4 KiB)
- zz_generated.deepcopy.go (8.0 KiB)
-
-
metrics
- BUILD (589 Bytes)
- metrics.go (1.7 KiB)
-
pager
- BUILD (987 Bytes)
- pager.go (3.7 KiB)
-
-
transport
- BUILD (826 Bytes)
- cache.go (3.2 KiB)
- config.go (3.9 KiB)
- round_trippers.go (14.7 KiB)
- transport.go (5.0 KiB)
-
util
-
buffer
- BUILD (592 Bytes)
- ring_growing.go (1.9 KiB)
-
cert
- BUILD (650 Bytes)
- cert.go (7.2 KiB)
- csr.go (2.2 KiB)
- io.go (6.1 KiB)
- pem.go (7.7 KiB)
-
connrotation
- BUILD (598 Bytes)
- connrotation.go (2.6 KiB)
-
flowcontrol
- BUILD (855 Bytes)
- backoff.go (3.9 KiB)
- throttle.go (3.4 KiB)
-
integer
- BUILD (588 Bytes)
- integer.go (1.1 KiB)
-
retry
- BUILD (750 Bytes)
- util.go (2.2 KiB)
-
- LICENSE (11.1 KiB)
-
-
test-infra
-
prow
-
apis
-
prowjobs
-
v1
- BUILD.bazel (1.0 KiB)
- doc.go (682 Bytes)
- register.go (1.6 KiB)
- types.go (15.9 KiB)
- zz_generated.deepcopy.go (7.4 KiB)
- BUILD.bazel (586 Bytes)
- register.go (626 Bytes)
-
-
-
clonerefs
- BUILD.bazel (872 Bytes)
- doc.go (646 Bytes)
- options.go (6.7 KiB)
- parse.go (2.9 KiB)
- run.go (4.5 KiB)
-
config
-
org
- BUILD.bazel (494 Bytes)
- org.go (4.1 KiB)
- BUILD.bazel (2.0 KiB)
- README.md (481 Bytes)
- agent.go (3.6 KiB)
- branch_protection.go (10.5 KiB)
- build_status.go (539 Bytes)
- config.go (40.3 KiB)
- githuboauth.go (1.6 KiB)
- gitlaboauth.go (1.4 KiB)
- jobs.go (15.0 KiB)
- secrets_agent.go (2.8 KiB)
- tide.go (17.1 KiB)
-
-
entrypoint
- BUILD.bazel (715 Bytes)
- doc.go (705 Bytes)
- options.go (3.1 KiB)
- run.go (6.3 KiB)
-
errorutil
- BUILD.bazel (532 Bytes)
- aggregate.go (2.2 KiB)
- doc.go (640 Bytes)
-
gcsupload
- BUILD.bazel (1.0 KiB)
- doc.go (677 Bytes)
- options.go (3.6 KiB)
- run.go (5.4 KiB)
-
gitserver
- BUILD.bazel (560 Bytes)
- helpers.go (781 Bytes)
- types.go (33.3 KiB)
-
initupload
- BUILD.bazel (879 Bytes)
- doc.go (736 Bytes)
- options.go (2.0 KiB)
- run.go (3.0 KiB)
-
kube
- BUILD.bazel (1.0 KiB)
- client.go (19.2 KiB)
- metrics.go (1.9 KiB)
- prowjob.go (5.0 KiB)
- types.go (2.1 KiB)
-
pod-utils
-
clone
- BUILD.bazel (710 Bytes)
- clone.go (4.7 KiB)
- format.go (1.5 KiB)
- types.go (1.1 KiB)
-
decorate
- BUILD.bazel (1.5 KiB)
- doc.go (721 Bytes)
- podspec.go (16.1 KiB)
-
downwardapi
- BUILD.bazel (614 Bytes)
- doc.go (692 Bytes)
- jobspec.go (4.4 KiB)
-
gcs
- BUILD.bazel (930 Bytes)
- doc.go (740 Bytes)
- target.go (4.7 KiB)
- upload.go (2.4 KiB)
-
wrapper
- BUILD.bazel (538 Bytes)
- doc.go (703 Bytes)
- options.go (1.7 KiB)
-
-
sidecar
- BUILD.bazel (1012 Bytes)
- doc.go (722 Bytes)
- options.go (2.3 KiB)
- run.go (4.5 KiB)
-
-
testgrid
-
util
-
gcs
- BUILD.bazel (810 Bytes)
- gcs.go (3.7 KiB)
-
-
- LICENSE (11.1 KiB)
-
- BUILD (4.1 KiB)
-
- BUILD (13.5 KiB)
- OWNERS (88 Bytes)
- pcre.BUILD (1.9 KiB)
- repo.bzl (4.0 KiB)
- vendor.json (92.5 KiB)
-
- .bazelrc (1.2 KiB)
- .generated_files (894 Bytes)
- .gitignore (398 Bytes)
- .gitlab-ci.yml (976 Bytes)
- .gometalinter.json (284 Bytes)
- .kazelcfg.json (25 Bytes)
- BUILD.bazel (21 Bytes)
- CHANGELOG.md (10.3 KiB)
- CONTRIBUTORS.md (57 Bytes)
- HERO.md (1006 Bytes)
- Makefile (19 Bytes)
- OWNERS (85 Bytes)
- README.md (22.8 KiB)
- WORKSPACE (20 Bytes)
- go_common_job.yaml (692.8 KiB)
- jenkinsfile (347 Bytes)
- labels.yaml (68.3 KiB)
-
这也能放nyaa
草(中日双语)
感謝大大上傳分享 用漏洞繞過檢查 可以直接看vip影片了
那么怎么绕过检查看VIP影片呢?
有时间研究研究 新的一波golang热潮hhh
动态网自由门 天安門 天安门 法輪功 李洪志 Free Tibet 六四天安門事件 The Tiananmen Square protests of 1989 天安門大屠殺 The Tiananmen Square Massacre 反右派鬥爭 The Anti-Rightist Struggle 大躍進政策 The Great Leap Forward 文化大革命 The Great Proletarian Cultural Revolution 人權 Human Rights 民運 Democratization 自由 Freedom 獨立 Independence 多黨制 Multi-party system 台灣 臺灣 Taiwan Formosa 中華民國 Republic of China 西藏 土伯特 唐古特 Tibet 達賴喇嘛 Dalai Lama 法輪功 Falun Dafa 新疆維吾爾自治區 The Xinjiang Uyghur Autonomous Region 諾貝爾和平獎 Nobel Peace Prize 劉暁波 Liu Xiaobo 民主 言論 思想 反共 反革命 抗議 運動 騷亂 暴亂 騷擾 擾亂 抗暴 平反 維權 示威游行 李洪志 法輪大法 大法弟子 強制斷種 強制堕胎 民族淨化 人體實驗 肅清 胡耀邦 趙紫陽 魏京生 王丹 還政於民 和平演變 激流中國 北京之春 大紀元時報 九評論共産黨 獨裁 專制 壓制 統一 監視 鎮壓 迫害 侵略 掠奪 破壞 拷問 屠殺 活摘器官 誘拐 買賣人口 遊進 走私 毒品 賣淫 春畫 賭博 六合彩 天安門 天安门 法輪功 李洪志 Free Tibet 劉曉波动态网自由门
@ChheekyKoala you forgot to include Pooh Bear 维尼熊 Winnie the Pooh
动态网自由门 天安門 天安门 法輪功 李洪志 Free Tibet 六四天安門事件 The Tiananmen Square protests of 1989 天安門大屠殺 The Tiananmen Square Massacre 反右派鬥爭 The Anti-Rightist Struggle 大躍進政策 The Great Leap Forward 文化大革命 The Great Proletarian Cultural Revolution 人權 Human Rights 民運 Democratization 自由 Freedom 獨立 Independence 多黨制 Multi-party system 台灣 臺灣 Taiwan Formosa 中華民國 Republic of China 西藏 土伯特 唐古特 Tibet 達賴喇嘛 Dalai Lama 法輪功 Falun Dafa 新疆維吾爾自治區 The Xinjiang Uyghur Autonomous Region 諾貝爾和平獎 Nobel Peace Prize 劉暁波 Liu Xiaobo 民主 言論 思想 反共 反革命 抗議 運動 騷亂 暴亂 騷擾 擾亂 抗暴 平反 維權 示威游行 李洪志 法輪大法 大法弟子 強制斷種 強制堕胎 民族淨化 人體實驗 肅清 胡耀邦 趙紫陽 魏京生 王丹 還政於民 和平演變 激流中國 北京之春 大紀元時報 九評論共産黨 獨裁 專制 壓制 統一 監視 鎮壓 迫害 侵略 掠奪 破壞 拷問 屠殺 活摘器官 誘拐 買賣人口 遊進 走私 毒品 賣淫 春畫 賭博 六合彩 天安門 天安门 法輪功 李洪志 Winnie the Pooh 劉曉波动态网自由门
还行。