You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing pointers generates error instead. Can we support passing a struct pointer (use .Elem().Field() to get its fields) and if not, what are possible concerns?
The text was updated successfully, but these errors were encountered:
I noticed that the
Post
method only supports passing values typed asinterface{}
, for example, only doing this is valid:and passes this check
fluent-logger-golang/fluent/fluent.go
Lines 206 to 209 in 993443f
Passing pointers generates error instead. Can we support passing a struct pointer (use
.Elem().Field()
to get its fields) and if not, what are possible concerns?The text was updated successfully, but these errors were encountered: