Documentation ¶
Overview ¶
Package noop provides a Mechanism for noop mechanism connection
Index ¶
Constants ¶
View Source
const (
// MECHANISM string
MECHANISM = "NOOP"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mechanism ¶
type Mechanism struct {
*networkservice.Mechanism
}
Mechanism - vlan mechanism helper
func ToMechanism ¶
func ToMechanism(m *networkservice.Mechanism) *Mechanism
ToMechanism converts unified mechanism to helper
Click to show internal directories.
Click to hide internal directories.