Documentation ¶
Index ¶
- Constants
- Variables
- func ExecChainCode(cmdInfo map[string]string) string
- func ExecChannel(cmdInfo map[string]string) string
- func ExecOrderer(cmdInfo map[string]string) string
- func ExecPeer(cmdInfo map[string]string) string
- func GetCA(commonName string, organization Organization) (*ca.CA, string, error)
- func GetEntityInstance(name string) interface{}
- func Init()
- func LoadSigner(rawKey string) (bccsp.Key, crypto.Signer, error)
- func MapToEntity(i interface{}, entityName string) interface{}
- func Path(paths ...string) string
- func Seek(cmdInfo map[string]string) string
- func SimpleWrite(path string, fileName string, b []byte) error
- func WindowsBin(bin string) string
- type Action
- type CMD
- type ChainCode
- type Channel
- type Consortium
- type Get
- type MSP
- type Orderer
- type Organization
- type PEM
- type Peer
Constants ¶
View Source
const ( ALLINFO = iota OUTINFO ERRINFO )
Variables ¶
View Source
var (
OrdererDir = filepath.Join(configDir, "orderer")
)
Functions ¶
func ExecChainCode ¶
func ExecChannel ¶
func ExecOrderer ¶
func GetEntityInstance ¶
func GetEntityInstance(name string) interface{}
func MapToEntity ¶
func MapToEntity(i interface{}, entityName string) interface{}
func WindowsBin ¶
Types ¶
type ChainCode ¶
type Channel ¶
type Consortium ¶
type Orderer ¶
Click to show internal directories.
Click to hide internal directories.