INNER CODE UNIT · Go

NodeWithPort

pojol/braid · core/node.go:72

func NodeWithPort(port int) NodeOption {
	return func(np *NodeParm) {
		np.Port = port
	}
}

func NodeWithTracer(t tracer.ITracer) NodeOption {
	return func(np *NodeParm) {
		np.Tracer = t
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…