Versions in this module Expand all Collapse all v0 v0.1.0 Dec 24, 2020 Changes in this version + func NewService(log logging.Logger, chainManager chains.Manager, httpServer *api.Server, ...) (*common.HTTPHandler, error) + type Client struct + func NewClient(uri string, requestTimeout time.Duration) *Client + func (c *Client) PublishBlockchain(blockchainID string) (*PublishBlockchainReply, error) + func (c *Client) UnpublishBlockchain(blockchainID string) (bool, error) + type IPCServer struct + func (ipc *IPCServer) PublishBlockchain(r *http.Request, args *PublishBlockchainArgs, reply *PublishBlockchainReply) error + func (ipc *IPCServer) UnpublishBlockchain(r *http.Request, args *UnpublishBlockchainArgs, reply *api.SuccessResponse) error + type PublishBlockchainArgs struct + BlockchainID string + type PublishBlockchainReply struct + ConsensusURL string + DecisionsURL string + type UnpublishBlockchainArgs struct + BlockchainID string