Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type F4Proxy ¶
type F4Proxy struct {
// contains filtered or unexported fields
}
func (*F4Proxy) AttachIngressBPF ¶
type F4ProxyConfig ¶
type F4ProxyConfig struct {
WorkDuration string `json:"workDuration"`
Ingress []F4ProxyIngress `json:"ingress"`
}
type F4ProxyIngress ¶
type F4ProxyIngress struct {
LinkName string `json:"linkName"`
}
Click to show internal directories.
Click to hide internal directories.