// Configure assigns functions to all the miscellaneous api handlers func (handler *MiscHandlersImpl) Configure(api *operations.PortLayerAPI, handlerCtx *HandlerContext) { api.MiscPingHandler = misc.PingHandlerFunc(handler.Ping) api.MiscGetVCHInfoHandler = misc.GetVCHInfoHandlerFunc(handler.GetVCHInfo) }