(infos map[string]string)
| 66 | } |
| 67 | |
| 68 | func AppContainerPostStartInjectEnabled(infos map[string]string) (match bool) { |
| 69 | return enabled(infos, common.InjectAppPostStart) |
| 70 | } |
| 71 | |
| 72 | // ---- Utils functions to decide serverless platform ---- |
| 73 | const ( |
no test coverage detected