Versions in this module Expand all Collapse all v0 v0.5.0 Sep 22, 2016 Changes in this version + type HarmonyHandler struct + func NewHarmonyHandler(driver *common.OpenDaylight) *HarmonyHandler + func (h *HarmonyHandler) Active(c context.Context, req *provider.ActiveRequest) (*provider.ActivateResponse, error) + func (h *HarmonyHandler) CreateNetwork(c context.Context, req *provider.CreateNetworkRequest) (*provider.CommonResponse, error) + func (h *HarmonyHandler) DeleteNetwork(c context.Context, req *provider.DeleteNetworkRequest) (*provider.CommonResponse, error) + func (h *HarmonyHandler) GetNetwork(c context.Context, req *provider.GetNetworkRequest) (*provider.GetNetworkResponse, error) + func (h *HarmonyHandler) PodStatus(c context.Context, req *provider.PodStatusRequest) (*provider.PodStatusResponse, error) + func (h *HarmonyHandler) Serve(addr string) error + func (h *HarmonyHandler) SetupPod(c context.Context, req *provider.SetupPodRequest) (*provider.CommonResponse, error) + func (h *HarmonyHandler) TeardownPod(c context.Context, req *provider.TeardownPodRequest) (*provider.CommonResponse, error) + func (h *HarmonyHandler) UpdateNetwork(c context.Context, req *provider.UpdateNetworkRequest) (*provider.CommonResponse, error)