RelicOfTesla
RelicOfTesla
Thanks. In addition, it is recommended to use **“hero.input”** as the parameter of match, so that the **Parameter sequence index bind** may be controlled in the future. Or it can...
[bug] old source code panic when RegisterDependency(&hero.Dependency{ /*Match : nil*/, ...... })
I will case with v interface{}, the ctx.Record() only get string/byte data. ```golang // or "h.GetResultHandler" / "h.ResultHandler" h.DispatchCommonHandler(func(ctx context.Context, statusCode int, contentType string, content []byte, v interface{}, err error,...
I knonw the ctx.Record(), But it can't meet my requirements # I will rewrite somthing with _[Result Type]_ from V interface{} ... I don't Unmarshal the response string. ```go type...
maby you can use []reflect.Value... now ,we can injected 1. func xxx() (struct/interface/string/bool/other, error/other) // two result 2. func xxx() (struct/interface/string/other/error/bool) // one result 3. func xxx() // zero result.....
垃不垃圾不清楚,但世面上常见的一些安卓、苹果app,还是有去支持这几个的。。反而没有支持gost的私有协议。
举个例子,现在得 手机app => gost.Node1 => gost.Node2 => gost.Node3 => internet 问题在于app => gost.Node1 就被截断掉了。。。所以需要一层抗墙的第一个入口位置,后面隧道层反而问题不大。
```go strmap := map[string]string{} form.NewDecoder().Decode(&strmap, url.Values{"a": []string{"b"}}) // FormValue
Windows (serverHost) system file shared support when MacOS client open cifs://windowsHost, But this server image not support on MacOS client