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

Method Deploy

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

Source from the content-addressed store, hash-verified

25
26type Deployer interface {
27 Deploy(ctx context.Context, dr types.DeployRepo) (deployID int64, err error)
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)

Callers 7

DeployMethod · 0.65
DeployMethod · 0.65
deployMethod · 0.65
RunMethod · 0.65
DeployDedicatedMethod · 0.65
FinetuneCreateMethod · 0.65
DeployServerlessMethod · 0.65

Implementers 1

deployerbuilder/deploy/deployer.go

Calls

no outgoing calls

Tested by

no test coverage detected