MCPcopy Create free account
hub / github.com/caoyingjunz/pixiu / Delete

Method Delete

pkg/controller/node/node.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, nodeId int64)

Source from the content-addressed store, hash-verified

37
38type Interface interface {
39 Create(ctx context.Context, req *types.CreateNodeRequest) error
40 Update(ctx context.Context, nodeId int64, req *types.UpdateNodeRequest) error
41 Delete(ctx context.Context, nodeId int64) error
42 Get(ctx context.Context, nodeId int64) (*types.NodeResult, error)

Callers 15

DeleteMethod · 0.65
DeleteMethod · 0.65
UpdatePasswordMethod · 0.65
DeleteMethod · 0.65
LogoutMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected