MCPcopy
hub / github.com/openziti/ziti / RevocationManager

Struct RevocationManager

controller/model/revocation_manager.go:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type RevocationManager struct {
42 baseEntityManager[*Revocation, *db.Revocation]
43}
44
45func (self *RevocationManager) ApplyUpdate(_ *command.UpdateEntityCommand[*Revocation], ctx boltz.MutateContext) error {
46 return errors.New("unsupported")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected