Chris Snell
Chris Snell
So I'm immediately running into a little roadblock: I need to get configuration options down to the etcd connector; these options include host, port, cert, key, directory prefix for key...
Here's an example of how I do it. The config.go parser: https://github.com/chrissnell/crabby/blob/master/config.go An example config.yaml: https://github.com/chrissnell/crabby/blob/master/config.yaml
Nah, I don't keep any configuration in etcd. I use environment variables and/or command-line args for simple stuff, and YAML for more complex configurations. If I was using YAML for...
Any updates @tianon ? Saw you mention that it would take a while but wondering how much longer.
Thanks! That helps a lot. Chris On Thu, Jan 23, 2014 at 3:22 AM, Michał Derkacz [email protected]: > You always can write your own handler that implements syslog.Handler > interface....
It's an interesting idea, service discovery. To be honest, I don't have the time to implement it but if you're interested in writing a PR, I'll definitely consider it. Sorry...
It wouldn't be terribly hard--I would probably do it as a separate client since the CLI client is designed around the UI. I don't have time to work on this...
I think a more Go-like way to implement this would be to have the code work something like this: ```go element := planetelements.New(planet.Earth) fmt.Println("semi-major axis:", element.Axis()) ```
I see that Sonia has passed. Maybe someone else will take up this issue.
Is the AUR build working for you now?