Skip to content
Snippets Groups Projects
Commit 289c41f5 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add Access for e2e handler

parent 3297c745
No related branches found
No related tags found
4 merge requests!510Release,!207WIP: Client Restructure,!205cmd restructure,!203Symmetric broadcast
......@@ -756,6 +756,11 @@ func (c *Client) GetNetworkInterface() cmix.Client {
return c.network
}
// GetE2EHandler returns the e2e handler
func (c *Client) GetE2EHandler() e2e.Handler {
return c.e2e
}
// GetBackup returns a pointer to the backup container so that the backup can be
// set and triggered.
func (c *Client) GetBackup() *backup.Backup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment