Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 79 additions & 10 deletions cmd/osnadmin/mocks/channel_management.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/osnadmin/osnadmin_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type channelManagement interface {
JoinChannel(channelID string, configBlock *cb.Block) (types.ChannelInfo, error)
UpdateChannel(channelID string, configUpdateEnvelope *cb.Envelope) (types.ChannelInfo, error)
RemoveChannel(channelID string) error
FetchBlock(channelID string, blockID string) (*cb.Block, error)
}

func TestOsnadmin(t *testing.T) {
Expand Down
89 changes: 79 additions & 10 deletions orderer/common/channelparticipation/mocks/channel_management.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading