Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + func NewService(log logging.Logger, chainManager chains.Manager, ...) *common.HTTPHandler + type ChainIPC struct + func (cipc *ChainIPC) Accept(chainID, containerID ids.ID, container []byte) error + func (cipc *ChainIPC) Stop() error + type IPCs struct + func (ipc *IPCs) PublishBlockchain(r *http.Request, args *PublishBlockchainArgs, reply *PublishBlockchainReply) error + func (ipc *IPCs) UnpublishBlockchain(r *http.Request, args *UnpublishBlockchainArgs, ...) error + type PublishBlockchainArgs struct + BlockchainID string + type PublishBlockchainReply struct + URL string + type UnpublishBlockchainArgs struct + BlockchainID string + type UnpublishBlockchainReply struct + Success bool