zsh1995

Results 3 issues of zsh1995

Hi! Is it possible to provide a `Getter` interface for `fetch` ops? ``` golang type Getter interface { Get(key string) (interface{}, bool) } ``` ``` golang Env = map[string]interface{}{ "ctx":...

**Want to prioritize this issue? Try:** [![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin) ------ **What's your scenario? What do you want to achieve?** I use casbin in an environment with many departments and users, the `enforcer`...

question

Hi, I'm considering using comment to declare provider/injector while it's boring to pass provider/injector to dig container: ```go c := dig.New() err = c.Provide(NewFoo) if err != nil { return...