代码拉取完成,页面将自动刷新
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import common "github.com/hyperledger/fabric/cmd/common"
import kingpin "gopkg.in/alecthomas/kingpin.v2"
import mock "github.com/stretchr/testify/mock"
// CommandRegistrar is an autogenerated mock type for the CommandRegistrar type
type CommandRegistrar struct {
mock.Mock
}
// Command provides a mock function with given fields: name, help, onCommand
func (_m *CommandRegistrar) Command(name string, help string, onCommand common.CLICommand) *kingpin.CmdClause {
ret := _m.Called(name, help, onCommand)
var r0 *kingpin.CmdClause
if rf, ok := ret.Get(0).(func(string, string, common.CLICommand) *kingpin.CmdClause); ok {
r0 = rf(name, help, onCommand)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(*kingpin.CmdClause)
}
}
return r0
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。