consul/agent/http_oss.go

13 lines
197 B
Go
Raw Normal View History

// +build !consulent
2017-11-28 16:06:26 -08:00
package agent
import (
"net/http"
"github.com/hashicorp/consul/agent/structs"
)
2018-02-17 17:31:24 -08:00
func (s *HTTPServer) parseEntMeta(req *http.Request, entMeta *structs.EnterpriseMeta) {
2017-11-28 16:06:26 -08:00
}