MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Delete

Method Delete

inventory/node.go:25–25  ·  view source on GitHub ↗

Delete deletes a node.

(ctx context.Context, id int)

Source from the content-addressed store, hash-verified

23 Upsert(ctx context.Context, n *ent.Node) (*ent.Node, error)
24 // Delete deletes a node.
25 Delete(ctx context.Context, id int) error
26 }
27 ListNodeParameters struct {
28 *PaginationArgs

Callers

nothing calls this directly

Implementers 1

nodeClientinventory/node.go

Calls

no outgoing calls

Tested by

no test coverage detected