Versions in this module Expand all Collapse all v0 v0.0.7 Sep 4, 2025 Changes in this version + type DeployServiceImpl struct + func (s *DeployServiceImpl) Deploy(ctx context.Context, in *deploy.DeployRequest) (*deploy.DeployRecord, error) + func (s *DeployServiceImpl) DescribeDeployRecord(ctx context.Context, in *deploy.DescribeDeployRecordRequest) (*deploy.DeployRecord, error) + func (s *DeployServiceImpl) Init() error + func (s *DeployServiceImpl) Name() string + func (s *DeployServiceImpl) QueryDeployRecord(ctx context.Context, in *deploy.QueryDeployRecordRequest) (types.Set[*deploy.DeployRecord], error)