mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
7 lines
150 B
Go
7 lines
150 B
Go
// +build !pro,!ent
|
|
|
|
package agent
|
|
|
|
// registerEnterpriseHandlers is a no-op for the oss release
|
|
func (s *HTTPServer) registerEnterpriseHandlers() {}
|