TriggerDeployer handles S3 trigger configuration
| 26 | |
| 27 | // TriggerDeployer handles S3 trigger configuration |
| 28 | type TriggerDeployer struct { |
| 29 | clients *awsclients.Clients |
| 30 | cfg *config.CLIConfig |
| 31 | } |
| 32 | |
| 33 | // NewTriggerDeployer creates a new trigger deployer |
| 34 | func NewTriggerDeployer(clients *awsclients.Clients, cfg *config.CLIConfig) *TriggerDeployer { |
nothing calls this directly
no outgoing calls
no test coverage detected