github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/nomad/fsm_not_ent.go (about)

     1  // +build !ent
     2  
     3  package nomad
     4  
     5  // allocQuota returns the quota object associated with the allocation. In
     6  // anything but Premium this will always be empty
     7  func (n *nomadFSM) allocQuota(allocID string) (string, error) {
     8  	return "", nil
     9  }