Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManageVpcPrefix ¶
type ManageVpcPrefix struct {
// contains filtered or unexported fields
}
ManageVpcPrefix is an activity wrapper for managing VPC Prefix lifecycle that allows injecting DB access
func NewManageVpcPrefix ¶
func NewManageVpcPrefix(dbSession *cdb.Session, siteClientPool *sc.ClientPool) ManageVpcPrefix
NewManageVpcPrefix returns a new ManageVpcPrefix activity
func (ManageVpcPrefix) UpdateVpcPrefixesInDB ¶
func (mvp ManageVpcPrefix) UpdateVpcPrefixesInDB(ctx context.Context, siteID uuid.UUID, vpcPrefixInventory *cwssaws.VpcPrefixInventory) error
Activity functions UpdateVpcPrefixesInDB is a Temporal activity that takes a collection of VPC Prefix data pushed by Site Agent and updates the DB
Click to show internal directories.
Click to hide internal directories.