-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: new messsage interface for log service
Signed-off-by: chyezh <[email protected]>
- Loading branch information
Showing
20 changed files
with
1,576 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
quiet: False | ||
with-expecter: True | ||
filename: "mock_{{.InterfaceName}}.go" | ||
dir: "internal/mocks/{{trimPrefix .PackagePath \"github.com/milvus-io/milvus/internal\" | dir }}/mock_{{.PackageName}}" | ||
mockname: "Mock{{.InterfaceName}}" | ||
outpkg: "mock_{{.PackageName}}" | ||
packages: | ||
github.com/milvus-io/milvus/internal/util/logserviceutil/message: | ||
interfaces: | ||
MessageID: | ||
ImmutableMessage: | ||
MutableMessage: | ||
RProperties: |
328 changes: 328 additions & 0 deletions
328
internal/mocks/util/logserviceutil/mock_message/mock_ImmutableMessage.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.