Skip to content
pod_states_api.go 463 B
Newer Older
Michel Roy's avatar
Michel Roy committed
 * MEEP Controller REST API
Michel Roy's avatar
Michel Roy committed
 * Copyright (c) 2019 InterDigital Communications, Inc. All rights reserved. The information provided herein is the proprietary and confidential information of InterDigital Communications, Inc. 
 *
 * API version: 1.0.0
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

import (
	"net/http"
)

func GetStates(w http.ResponseWriter, r *http.Request) {
	ceGetStates(w, r)
}