From 1610a410aebcb6530c17fe11385325da61ae47aa Mon Sep 17 00:00:00 2001 From: pluto <2631223275@qq.com> Date: Fri, 18 Aug 2023 10:45:37 +0800 Subject: [PATCH] mysql data conversion --- test/data-conversion/kafka-conversation.go | 14 ++++++++++++++ test/data-conversion/kafka_test.go | 14 ++++++++++++++ test/data-conversion/mongodb-conversion.go | 14 ++++++++++++++ test/data-conversion/mysql-conversion.go | 14 ++++++++++++++ test/data-conversion/mysql_test.go | 14 ++++++++++++++ test/data-conversion/redis-conversion.go | 14 ++++++++++++++ 6 files changed, 84 insertions(+) diff --git a/test/data-conversion/kafka-conversation.go b/test/data-conversion/kafka-conversation.go index f39aa195f..96203167b 100644 --- a/test/data-conversion/kafka-conversation.go +++ b/test/data-conversion/kafka-conversation.go @@ -1,3 +1,17 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion import ( diff --git a/test/data-conversion/kafka_test.go b/test/data-conversion/kafka_test.go index 8822eca54..e926c4541 100644 --- a/test/data-conversion/kafka_test.go +++ b/test/data-conversion/kafka_test.go @@ -1,3 +1,17 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion import "testing" diff --git a/test/data-conversion/mongodb-conversion.go b/test/data-conversion/mongodb-conversion.go index 08e247509..975b28ead 100644 --- a/test/data-conversion/mongodb-conversion.go +++ b/test/data-conversion/mongodb-conversion.go @@ -1 +1,15 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion diff --git a/test/data-conversion/mysql-conversion.go b/test/data-conversion/mysql-conversion.go index c493fb81d..5c24dd6e2 100644 --- a/test/data-conversion/mysql-conversion.go +++ b/test/data-conversion/mysql-conversion.go @@ -1,3 +1,17 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion import ( diff --git a/test/data-conversion/mysql_test.go b/test/data-conversion/mysql_test.go index 57bb5db65..3e3f3ad06 100644 --- a/test/data-conversion/mysql_test.go +++ b/test/data-conversion/mysql_test.go @@ -1,3 +1,17 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion import "testing" diff --git a/test/data-conversion/redis-conversion.go b/test/data-conversion/redis-conversion.go index 08e247509..975b28ead 100644 --- a/test/data-conversion/redis-conversion.go +++ b/test/data-conversion/redis-conversion.go @@ -1 +1,15 @@ +// Copyright © 2023 OpenIM. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package data_conversion