mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
21 lines
522 B
Go
21 lines
522 B
Go
// Code generated by mockery v2.10.4. DO NOT EDIT.
|
|
|
|
// Regenerate this file using `make einterfaces-mocks`.
|
|
|
|
package mocks
|
|
|
|
import (
|
|
model "github.com/mattermost/mattermost-server/v6/model"
|
|
mock "github.com/stretchr/testify/mock"
|
|
)
|
|
|
|
// ClusterMessageHandler is an autogenerated mock type for the ClusterMessageHandler type
|
|
type ClusterMessageHandler struct {
|
|
mock.Mock
|
|
}
|
|
|
|
// Execute provides a mock function with given fields: msg
|
|
func (_m *ClusterMessageHandler) Execute(msg *model.ClusterMessage) {
|
|
_m.Called(msg)
|
|
}
|