1 Star 0 Fork 0

13683679291/fabric

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
capability_provider.go 735 Bytes
Copy Edit Raw Blame History
// Code generated by mockery v1.0.0. DO NOT EDIT.
package mocks
import (
channelconfig "github.com/hyperledger/fabric/common/channelconfig"
mock "github.com/stretchr/testify/mock"
)
// CapabilityProvider is an autogenerated mock type for the CapabilityProvider type
type CapabilityProvider struct {
mock.Mock
}
// Capabilities provides a mock function with given fields:
func (_m *CapabilityProvider) Capabilities() channelconfig.ApplicationCapabilities {
ret := _m.Called()
var r0 channelconfig.ApplicationCapabilities
if rf, ok := ret.Get(0).(func() channelconfig.ApplicationCapabilities); ok {
r0 = rf()
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(channelconfig.ApplicationCapabilities)
}
}
return r0
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mmcro/fabric.git
git@gitee.com:mmcro/fabric.git
mmcro
fabric
fabric
v2.1.1

Search