unix and unixgram were added in cb176c848e, but at the time, the driver only supported "tcp" and "unix": cb176c848e/vendor/src/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L243-L261) support for tls was added in github.com/fluent/fluent-logger-golang v1.8.0, which was vendored in e24d61b7ef. the list of currently supported schemes by the driver is: tcp, tls and unix: 5179299b98/vendor/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L435-L463) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
cb176c848e
cb176c848e/vendor/src/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L243-L261)
e24d61b7ef
5179299b98/vendor/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L435-L463)