Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerAPIFunctions (0.21 sec)

  1. cmd/test-utils_test.go

    			bucket.Methods(http.MethodGet).HandlerFunc(api.ListenNotificationHandler).Queries("events", "{events:.*}")
    		}
    	}
    }
    
    // registerAPIFunctions helper function to add API functions identified by name to the routers.
    func registerAPIFunctions(muxRouter *mux.Router, objLayer ObjectLayer, apiFunctions ...string) {
    	if len(apiFunctions) == 0 {
    		// Register all api endpoints by default.
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:06:57 GMT 2024
    - 75.7K bytes
    - Viewed (0)
Back to top