MCPcopy
hub / github.com/cloudreve/cloudreve / nodeBase

Struct nodeBase

pkg/cluster/node.go:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341type nodeBase struct {
342 model *ent.Node
343}
344
345func (b *nodeBase) ID() int {
346 return b.model.ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected