1 Star 0 Fork 0

BUPT-ZKJC / fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
state_fetcher.go 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
MJL 提交于 2021-08-06 18:37 . first commit
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
import validation "gitee.com/bupt-zkjc/fabric/core/handlers/validation/api/state"
// StateFetcher is an autogenerated mock type for the StateFetcher type
type StateFetcher struct {
mock.Mock
}
// FetchState provides a mock function with given fields:
func (_m *StateFetcher) FetchState() (validation.State, error) {
ret := _m.Called()
var r0 validation.State
if rf, ok := ret.Get(0).(func() validation.State); ok {
r0 = rf()
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(validation.State)
}
}
var r1 error
if rf, ok := ret.Get(1).(func() error); ok {
r1 = rf()
} else {
r1 = ret.Error(1)
}
return r0, r1
}
1
https://gitee.com/bupt-zkjc/fabric.git
git@gitee.com:bupt-zkjc/fabric.git
bupt-zkjc
fabric
fabric
98d302355562

搜索帮助