We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b821d8 commit a679b55Copy full SHA for a679b55
logging/session.go
@@ -24,7 +24,7 @@ func newSession(c *SessionConfig, w *writer) *Session {
24
return s
25
}
26
27
-func (s *Session) Feedback(f *Feedback) {
+func (s *Session) SetFeedback(f *Feedback) {
28
s.commit("add-feedback", f)
29
30
0 commit comments