Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetSRMetrics (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/notification.go

    	for index, client := range sys.peerClients {
    		client := client
    		ng.Go(ctx, func() error {
    			if client == nil {
    				return errPeerNotReachable
    			}
    			sm, err := client.GetSRMetrics(ctx)
    			if err != nil {
    				return err
    			}
    			siteStats[index] = sm
    			return nil
    		}, index, *client.host)
    	}
    	for _, nErr := range ng.Wait() {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 46K bytes
    - Click Count (0)
Back to Top