Documentation
¶
Index ¶
- type Proxy
- func (p *Proxy) DumpRouteMap()
- func (p *Proxy) RegisterCA(ca *ca.CA)
- func (p *Proxy) RegisterConsole(console *console.Console)
- func (p *Proxy) RegisterCouchDB(couchDB couchdb.CouchDB)
- func (p *Proxy) RegisterOrderer(orderer *orderer.Orderer)
- func (p *Proxy) RegisterPeer(peer *peer.Peer)
- func (p *Proxy) Start() error
- func (p *Proxy) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy represents an instance of a proxy.
func NewWithTLS ¶
NewWithTLS creates a new instance of a proxy that is TLS enabled.
func (*Proxy) DumpRouteMap ¶
func (p *Proxy) DumpRouteMap()
DumpRouteMap logs the route mappings that have been registered
func (*Proxy) RegisterCA ¶
RegisterCA registers the specified CA with the proxy.
func (*Proxy) RegisterConsole ¶
RegisterConsole registers the specified console with the proxy.
func (*Proxy) RegisterCouchDB ¶
RegisterCouchDB registers the specified CouchDB with the proxy.
func (*Proxy) RegisterOrderer ¶
RegisterOrderer registers the specified orderer with the proxy.
func (*Proxy) RegisterPeer ¶
RegisterPeer registers the specified peer with the proxy.
Click to show internal directories.
Click to hide internal directories.