MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Start

Method Start

internal/integration/clientserver.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, t *testing.T, client ari.Client, nc *nats.EncodedConn, completeCh chan struct{})

Source from the content-addressed store, hash-verified

28// Server represents a generalized ari-proxy server
29type Server interface {
30 Start(ctx context.Context, t *testing.T, client ari.Client, nc *nats.EncodedConn, completeCh chan struct{}) (ari.Client, error)
31 Ready() <-chan struct{}
32 Close() error
33}

Callers 2

NewFunction · 0.65
runTestFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected