Home
last modified time | relevance | path

Searched defs:UpsertACLTokens (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/mock/
H A Dacl.go18 UpsertACLTokens(index uint64, tokens []*structs.ACLToken) error methodSpec
/dports/sysutils/nomad/nomad-1.1.0/nomad/mock/
H A Dacl.go18 UpsertACLTokens(msgType structs.MessageType, index uint64, tokens []*structs.ACLToken) error methodSpec
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/state/
H A Dstate_store.go3687 func (s *StateStore) UpsertACLTokens(index uint64, tokens []*structs.ACLToken) error { func
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store.go5212 func (s *StateStore) UpsertACLTokens(msgType structs.MessageType, index uint64, tokens []*structs.A… func