MCPcopy
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
5type Command interface {
6 Name() string
7 Run()
8}

Callers 2

mainFunction · 0.65
mainFunction · 0.65

Implementers 2

migratecmdcmd/migrate/main.go
servecmdcmd/serve/main.go

Calls

no outgoing calls

Tested by

no test coverage detected