Skip to content

baytan0720/toktik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toktik

目录结构

.
├── README.md
├── docs                           // 文档
├── go.mod                         // Go Modules
├── idl                            // thrift/protobuf文件
├── internal                       // 私有库/服务实现
│   └── gateway
│       ├── biz
│       │   ├── handler            // 逻辑
│       │   │   └── ping.go
│       │   └── router             // 路由
│       │       └── register.go
│       ├── etc                    // 配置文件
│       │   └── config.yaml    
│       ├── main.go
│       ├── router.go
│       └── router_gen.go
├── pkg                            // 公共包
└── sh                             // Shell脚本

About

A web app as like TikTok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages