mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 15:54:42 +07:00
22 lines
351 B
Cheetah
22 lines
351 B
Cheetah
// Code is generated; DO NOT EDIT.
|
|
|
|
package control
|
|
|
|
import "github.com/cilium/ebpf"
|
|
|
|
type bpfObjectsLan struct {
|
|
{{- range .LanProgFields }}
|
|
{{ .Name }} *ebpf.Program `ebpf:"{{ .Ebpf }}"`
|
|
{{- end }}
|
|
|
|
bpfMaps
|
|
}
|
|
|
|
type bpfObjectsWan struct {
|
|
{{- range .WanProgFields }}
|
|
{{ .Name }} *ebpf.Program `ebpf:"{{ .Ebpf }}"`
|
|
{{- end }}
|
|
|
|
bpfMaps
|
|
}
|