Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Place1/wg-access-server
/ Command
Interface
Command
cmd/contracts.go:5–8 ·
view source on GitHub ↗
Command represents a wg-access-server subcommand module
Source
from the content-addressed store, hash-verified
3
// Command represents a wg-access-server
4
// subcommand module
5
type
Command
interface
{
6
Name() string
7
Run()
8
}
Callers
2
main
Function · 0.65
main
Function · 0.65
Implementers
2
migratecmd
cmd/migrate/main.go
servecmd
cmd/serve/main.go
Calls
no outgoing calls
Tested by
no test coverage detected