Documentation
¶
Index ¶
- type DeployServiceImpl
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployServiceImpl ¶
type DeployServiceImpl struct {
ioc.ObjectImpl
}
func (*DeployServiceImpl) Deploy ¶
func (s *DeployServiceImpl) Deploy(ctx context.Context, in *deploy.DeployRequest) (*deploy.DeployRecord, error)
Deploy implements deploy.Service.
func (*DeployServiceImpl) DescribeDeployRecord ¶
func (s *DeployServiceImpl) DescribeDeployRecord(ctx context.Context, in *deploy.DescribeDeployRecordRequest) (*deploy.DeployRecord, error)
DescribeDeployRecord implements deploy.Service.
func (*DeployServiceImpl) Init ¶
func (s *DeployServiceImpl) Init() error
func (*DeployServiceImpl) Name ¶
func (s *DeployServiceImpl) Name() string
func (*DeployServiceImpl) QueryDeployRecord ¶
func (s *DeployServiceImpl) QueryDeployRecord(ctx context.Context, in *deploy.QueryDeployRecordRequest) (*types.Set[*deploy.DeployRecord], error)
QueryDeployRecord implements deploy.Service.
Click to show internal directories.
Click to hide internal directories.