MCPcopy Create free account
hub / github.com/OpenCSGs/csghub-server / Stop

Method Stop

builder/deploy/deployer.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, dr types.DeployRepo)

Source from the content-addressed store, hash-verified

28 Status(ctx context.Context, dr types.DeployRepo, needDetails bool) (srvName string, status int, instances []types.Instance, err error)
29 Logs(ctx context.Context, dr types.DeployRepo) (*MultiLogReader, error)
30 Stop(ctx context.Context, dr types.DeployRepo) (err error)
31 Purge(ctx context.Context, dr types.DeployRepo) (err error)
32 Wakeup(ctx context.Context, dr types.DeployRepo) (err error)
33 Exist(ctx context.Context, dr types.DeployRepo) (bool, error)

Callers 5

StopMethod · 0.65
DeployStopMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
acquireLockMethod · 0.65

Implementers 1

deployerbuilder/deploy/deployer.go

Calls

no outgoing calls

Tested by

no test coverage detected