You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2020/12/01 04:53:24 UTC

[skywalking-satellite] branch plugin-framework updated (4c7e1d8 -> 274ad7b)

This is an automated email from the ASF dual-hosted git repository.

liujiapeng pushed a change to branch plugin-framework
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git.


    from 4c7e1d8  add project_structue.md
     add 274ad7b  change logic in Sender

No new revisions were added by this update.

Summary of changes:
 internal/pkg/api/event.go                       | 20 +++-----
 internal/pkg/api/{client.go => fallbacker.go}   |  9 ++--
 internal/pkg/api/plugin.go                      | 62 ++++++++++++-------------
 internal/pkg/api/queue.go                       |  2 +-
 internal/satellite/event/struectured_event.go   |  2 +-
 internal/satellite/event/unstruectured_event.go |  2 +-
 internal/satellite/registry/registry.go         | 35 +++++++++++---
 7 files changed, 73 insertions(+), 59 deletions(-)
 copy internal/pkg/api/{client.go => fallbacker.go} (77%)