Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataplaneDriver ¶
type DataplaneDriver interface { SendMessage(msg interface{}) error RecvMessage() (msg interface{}, err error) }
func StartDataplaneDriver ¶
func StartDataplaneDriver(configParams *config.Config, healthAggregator *health.HealthAggregator, configChangedRestartCallback func()) (DataplaneDriver, *exec.Cmd)
Click to show internal directories.
Click to hide internal directories.