Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
Provider
interface
{
9
getPublicUrl(timeout time.Duration) (string, error)
10
}
11
12
func
GetPublicUrl(provider Provider, timeout time.Duration) (string, error) {
Callers
1
GetPublicUrl
Function · 0.65
Implementers
2
Ngrok
src/tunnel/ngrok.go
Cloudflare
src/tunnel/cloudflare.go
Calls
no outgoing calls
Tested by
no test coverage detected