Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for registerPeerRESTHandlers (0.08 seconds)

  1. cmd/routers.go

    	)
    
    	// Register storage REST router only if its a distributed setup.
    	registerStorageRESTHandlers(router, endpointServerPools, commonGrid)
    
    	// Register peer REST router only if its a distributed setup.
    	registerPeerRESTHandlers(router, commonGrid)
    
    	// Register bootstrap REST router for distributed setups.
    	registerBootstrapRESTHandlers(commonGrid)
    
    	// Register distributed namespace lock routers.
    	registerLockRESTHandlers(lockGrid)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Mon Jul 29 18:10:04 GMT 2024
    - 3.9K bytes
    - Click Count (0)
Back to Top