fthandsome

Results 10 issues of fthandsome

```go c.AddFunc("0 * * * * ?", QueryBalanceOver100) ``` Function QueryBalanceOver100 is expected to run once per minute. When app is running, and then, I change local time to tomorrow,...

Hi, errorx now has a new convenient usage about servicer error. In some cases, clients want to show 'balance not enough', 'password is wrong' this kind of error messages. Apparrently...

enhancement
promotion

In the guide case I get: ```go // Class represents public.class type Class struct { ID int // id Age sql.NullInt64 // age Name sql.NullString // name Sal sql.NullFloat64 //...

**Is your feature request related to a problem? Please describe.** 在接入ego过程中,遇到2类场景, 在接入过程里,比较容易出错。 1. 多配置文件,并且都比较大,多配置文件合一的过程,容易出错,不利于执行,且可读性不好。期望对问题1,支持多配置文件。 2. 部分项目配置文件的格式不标准,在接入ego过程中,想用到component,但是component的配置,由旧配置文件读好了,在内存中。期望问题2,对主流component(eredis,egorm,egin),支持egin.LoadFromKV(map[string]interface{}),来做到指定配置值赋予。 **Describe the solution you'd like** 对问题1的期望解决方式: 对econf支持载入多数据源,并且允许不同文件的key重复。 预期样式: ```go var redisfilepath = "/xxx/xx/redis.yaml" var...

Graceful stop/restart just stops listener without considering whether there exists unconsuming request in server. It's not graceful as expected. Now graceful stop/restart only make effect that tcp stops/restart will not...

enhancement-candidate

Hello, tcpx now support tls for your server.Know that: - If you want to suport tls using ISP commercial solution, then you don't actually need this functional promotion. - If...

enhancement
promotion

Hello! Tcpx now provide a better practice routing style for developer. In the past, routers are like: ```go srv.AddHandler(1, login) srv.AddHandler(3, auth) ``` This kind of routing is based on...

enhancement
promotion

Hello, TCPX now provides well practice on anchor middleware, which now can get called without times limit. In the old version, operation below is not allowed: ```go srv.Use("middle1", middle1) srv.AddHandler()...

enhancement
promotion

It's easy to build a single server spot using tcpx. But once user number too much, one server must expand to several or clouds. How to use tcpx to build...

Hello! Tcpx is all the time developing.If you want any special feature, you can suggest here. Formating: **[feature-asking] Can ... ?** **[usage-aking] What/Where/When/How ... ?** **[description] ...** [feature-asking] Can user...

top