MCPcopy Create free account
hub / github.com/SignTools/SignTools / Provider

Interface Provider

src/tunnel/generic.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Provider interface {
9 getPublicUrl(timeout time.Duration) (string, error)
10}
11
12func GetPublicUrl(provider Provider, timeout time.Duration) (string, error) {
13 timer := time.After(timeout)

Callers 1

GetPublicUrlFunction · 0.65

Implementers 2

Ngroksrc/tunnel/ngrok.go
Cloudflaresrc/tunnel/cloudflare.go

Calls

no outgoing calls

Tested by

no test coverage detected