8 lines
109 B
Go
8 lines
109 B
Go
//+build !consulent
|
|
|
|
package consul
|
|
|
|
func (s *Server) enterpriseEvaluateRoleBindings() error {
|
|
return nil
|
|
}
|