MCPcopy Create free account
hub / github.com/Merovius/nbd / repServer

Struct repServer

types.go:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236type repServer struct {
237 name string
238 details string
239}
240
241func (r *repServer) code() uint32 { return cRepServer }
242

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected