MCPcopy Create free account
hub / github.com/docker-flow/docker-flow-proxy / Server

Interface Server

server.go:21–23  ·  view source on GitHub ↗

Server defines interface used for creating DFP Web server TODO: Move to server package

Source from the content-addressed store, hash-verified

19// Server defines interface used for creating DFP Web server
20// TODO: Move to server package
21type Server interface {
22 Execute(args []string) error
23}
24
25type serve struct {
26 IP string `short:"i" long:"ip" default:"0.0.0.0" env:"IP" description:"IP the server listens to."`

Callers 1

ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected