Sensitive word filter written in Golang.
Stars
32
Forks
3
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
11
commits
feat(grpc): add grpc server for replace
b29e16e
refactor(http): move http and routers into http
99742d2
docs: add README and LICENSE
a523e32
feat(lemonade): disable mysql connection if DB_HOST if empty
cf5287a
chore: add Dockerfile
5d35268
feat: add gorm for getting words from mysql
013ee9e
feat(http): replace New with Default of gin
0edf2fc
feat(http): add gin as http server
40987ae
feat(lemonade): add filter
789ea1c
feat(trie): skip symbols
ab0d907
feat(trie): implement trie
7633b18