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

Method getPublicUrl

src/tunnel/generic.go:9–9  ·  view source on GitHub ↗
(timeout time.Duration)

Source from the content-addressed store, hash-verified

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

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