Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Toby Yan <me@tobyan.com>
  • Loading branch information
toby1991 committed May 6, 2019
1 parent 716020c commit e5c3ae7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
@@ -1,4 +1,5 @@
# Totoval
<p align="center"><img src="https://raw.githubusercontent.com/totoval/art/master/repo_use/logo-with-words-landscape.png?s=200&v=4"></p>

![GitHub last commit](https://img.shields.io/github/last-commit/totoval/framework.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/totoval/framework)](https://goreportcard.com/report/github.com/totoval/framework)
![Travis (.org)](https://img.shields.io/travis/totoval/framework.svg)
Expand Down Expand Up @@ -29,24 +30,24 @@ Totoval is an API web framework that helps Golang engineers build a performance-
- [x] Password Encryption
- [x] Validation Error Multi-Language Support
- [x] Request Logger Middleware
- [x] Request Throttle Middleware
- [x] Infinity User Affiliation System
- [ ] Model Getter/Setter
- [x] User Email Validation via Notification
- [x] Views Support
- [ ] Error Handler
- [x] Language Package
- [x] Cache: Memory
- [ ] Cache: Redis
- [ ] Queue, Worker
- [ ] Events
- [x] Queue, Worker
- [x] Event, Listener
- [ ] File Storage
- [ ] Custom Artisan Command Line
- [ ] Task Scheduling
- [ ] User Authorization
- [ ] Database Seeder
- [ ] More Unit Test
- [ ] Websocket Support
- [ ] Logo
- [x] Logo
- [ ] Website && Document
- [ ] CI

Expand All @@ -60,3 +61,6 @@ Totoval is an API web framework that helps Golang engineers build a performance-
* i18n
* urfave/cli
* fatih/color
* golang/protobuf
* nsqio/go-nsq

0 comments on commit e5c3ae7

Please sign in to comment.