feat(go): publish realtime fields stream

This commit is contained in:
lingniu
2026-07-03 14:08:32 +08:00
parent e1bf2d72e1
commit 535acdb2a6
23 changed files with 284 additions and 15 deletions

View File

@@ -75,6 +75,10 @@ func (s *flakySink) PublishUnified(context.Context, envelope.FrameEnvelope) erro
return nil
}
func (s *flakySink) PublishFields(context.Context, envelope.FrameEnvelope) error {
return nil
}
func (s *flakySink) Close() error {
return nil
}