Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
Provider
interface
{
9
getPublicUrl(timeout time.Duration) (string, error)
10
}
11
12
func
GetPublicUrl(provider Provider, timeout time.Duration) (string, error) {
13
timer := time.After(timeout)
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