Skip to content
  • Harshavardhana's avatar
    handle missing funcNames for handlers (#15188) · 2070c215
    Harshavardhana authored
    also use designated names for internal
    calls
    
    - storageREST calls are storageR
    - lockREST calls are lockR
    - peerREST calls are just peer
    
    Named in this fashion to facilitate wildcard matches
    by having prefixes of the same name.
    
    Additionally, also enable funcNames for generic handlers
    that return errors, currently we disable '<unknown>'
    2070c215