MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / BridgeHandle

Struct BridgeHandle

bridge.go:109–114  ·  view source on GitHub ↗

BridgeHandle is the handle to a bridge for performing operations

Source from the content-addressed store, hash-verified

107
108// BridgeHandle is the handle to a bridge for performing operations
109type BridgeHandle struct {
110 key *Key
111 b Bridge
112 exec func(bh *BridgeHandle) error
113 executed bool
114}
115
116// ID returns the identifier for the bridge
117func (bh *BridgeHandle) ID() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected