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/02 14:28:22 UTC

[skywalking-satellite] branch plugin-framework updated (ad2e6be -> 7d4e97a)

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 ad2e6be  refactor the plugin registry
     add 7d4e97a  polish naming

No new revisions were added by this update.

Summary of changes:
 docs/project_structue.md                                   |  2 +-
 plugins/client/{defineclient => api}/client.go             |  2 +-
 plugins/client/example/client_test.go                      |  4 ++--
 plugins/collector/{definecollector => api}/collector.go    |  2 +-
 plugins/collector/example/collector_test.go                |  4 ++--
 plugins/fallbacker/{definefallbacker => api}/fallbacker.go |  2 +-
 plugins/fallbacker/example/fallbacker.go                   |  6 +++---
 plugins/fallbacker/example/fallbacker_test.go              |  4 ++--
 plugins/filter/{deinefilter => api}/filter.go              |  2 +-
 plugins/filter/example/filter_test.go                      |  4 ++--
 plugins/forwarder/{defineforwarder => api}/forwarder.go    |  2 +-
 plugins/forwarder/example/forwarder_test.go                |  4 ++--
 plugins/parser/{defineparser => api}/parser.go             |  2 +-
 plugins/parser/example/parser_test.go                      |  4 ++--
 plugins/queue/{definequeue => api}/queue.go                |  2 +-
 plugins/queue/example/queue.go                             | 10 +++++-----
 plugins/queue/example/queue_test.go                        |  4 ++--
 17 files changed, 30 insertions(+), 30 deletions(-)
 rename plugins/client/{defineclient => api}/client.go (98%)
 rename plugins/collector/{definecollector => api}/collector.go (98%)
 rename plugins/fallbacker/{definefallbacker => api}/fallbacker.go (98%)
 rename plugins/filter/{deinefilter => api}/filter.go (98%)
 rename plugins/forwarder/{defineforwarder => api}/forwarder.go (98%)
 rename plugins/parser/{defineparser => api}/parser.go (98%)
 rename plugins/queue/{definequeue => api}/queue.go (99%)