MCPcopy
hub / github.com/fagongzi/manba / Addr

Method Addr

pkg/client/server.go:66–69  ·  view source on GitHub ↗

Addr set addr

(addr string)

Source from the content-addressed store, hash-verified

64
65// Addr set addr
66func (sb *ServerBuilder) Addr(addr string) *ServerBuilder {
67 sb.value.Addr = addr
68 return sb
69}
70
71// HTTPBackend set backend is http backend
72func (sb *ServerBuilder) HTTPBackend() *ServerBuilder {

Callers 1

createServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected