| 75 | } |
| 76 | |
| 77 | type progAttachCgroup struct { |
| 78 | cgroup *os.File |
| 79 | current *ebpf.Program |
| 80 | attachType ebpf.AttachType |
| 81 | flags cgroupAttachFlags |
| 82 | } |
| 83 | |
| 84 | var _ Link = (*progAttachCgroup)(nil) |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected