Salim-Amine BOU ARAM
Salim-Amine BOU ARAM
` func NewGroupCacheHandler(cfg *viper.Viper) (*GroupCacheHandler, error) { var ( endpoint = cfg.GetString("storage.kv.groupcache.endpoint") ports = cfg.GetStringSlice("storage.kv.groupcache.ports") cacheTTL = cfg.GetInt64("storage.kv.groupcache.cacheTTL") cacheServers []*http.Server group *groupcache.Group ) var kvHandler KVHandler var getterFunc groupcache.GetterFunc kvType...
Hello folks, First of all, Thank you for creating and maintaining ProtonMail/gopenpgp it's a great package! I have a question regarding the configuration and customization of the package. I'm interested...