You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/10/25 06:52:40 UTC

[incubator-eventmesh] branch master updated (4a568cea -> 6a3f8abe)

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

chenguangsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 4a568cea Merge pull request #1830 from rinuaby13/master
     new 11d39cd3 add go sdk random utils
     new c5c08abe add go sdk random utils unit test
     new ff39dfec update go sdk http cloudevent producer
     new c8b66076 update go sdk tcp message generate
     new 0d724838 Merge branch 'master' into go-sdk-add-random-sequence
     new 6a3f8abe Merge pull request #1823 from horoc/go-sdk-add-random-sequence

The 1929 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../utils/{json_utils.go => random_utils.go}       | 41 ++++++++++++----------
 .../common/utils/{pid.go => random_utils_test.go}  | 40 ++++++++++++---------
 .../http/producer/cloudevent_producer.go           |  9 +++--
 eventmesh-sdk-go/tcp/utils/message_utils.go        | 17 ++++-----
 4 files changed, 62 insertions(+), 45 deletions(-)
 copy eventmesh-sdk-go/common/utils/{json_utils.go => random_utils.go} (57%)
 copy eventmesh-sdk-go/common/utils/{pid.go => random_utils_test.go} (60%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org