From aa14d32f11e57b7dcb5f0db0b617b4d38dfcbe86 Mon Sep 17 00:00:00 2001 From: kevindiu Date: Mon, 20 Jun 2022 17:03:27 +0900 Subject: [PATCH] fix Signed-off-by: kevindiu --- internal/test/mock/doc.go | 18 ++++++++++++++++++ internal/test/mock/server_stream.go | 15 +++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 internal/test/mock/doc.go diff --git a/internal/test/mock/doc.go b/internal/test/mock/doc.go new file mode 100644 index 0000000000..8940b48ab8 --- /dev/null +++ b/internal/test/mock/doc.go @@ -0,0 +1,18 @@ +// +// Copyright (C) 2019-2022 vdaas.org vald team +// +// 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 +// +// https://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 mock provides mock implementation for testing. +package mock diff --git a/internal/test/mock/server_stream.go b/internal/test/mock/server_stream.go index 39422bd3a3..244e76ce93 100644 --- a/internal/test/mock/server_stream.go +++ b/internal/test/mock/server_stream.go @@ -1,3 +1,18 @@ +// +// Copyright (C) 2019-2022 vdaas.org vald team +// +// 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 +// +// https://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 mock import (