Skip to content

Commit

Permalink
[FAB-7323] Updates to ResourceMgmtClient interface
Browse files Browse the repository at this point in the history
Changed package name to resmgmtclient in adherence with Go package
naming conventions.

Ran tests via `make all` without error.

Change-Id: Iae5d97365db35e679751db3f5c3f7b58c792de4f
Signed-off-by: Nick Chang-Fong <nick@diid.today>
  • Loading branch information
Nick Chang-Fong committed Dec 6, 2017
1 parent 9dad8ae commit 8dde6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/apitxn/resmgmtclient/resmgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright SecureKey Technologies Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/

package resmgmt
package resmgmtclient

import (
"time"
Expand Down Expand Up @@ -82,7 +82,7 @@ type UpgradeCCOpts struct {
// ResourceMgmtClient is responsible for managing resources: peers joining channels, and installing and instantiating chaincodes(TODO).
type ResourceMgmtClient interface {

// InstallCC - install chaincode
// InstallCC installs chaincode
InstallCC(req InstallCCRequest) ([]InstallCCResponse, error)

// InstallCCWithOpts installs chaincode with custom options (specific peers, filtered peers)
Expand Down

0 comments on commit 8dde6e6

Please sign in to comment.