mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
8 lines
109 B
Go
8 lines
109 B
Go
//+build !consulent
|
|
|
|
package consul
|
|
|
|
func (s *Server) enterpriseEvaluateRoleBindings() error {
|
|
return nil
|
|
}
|