Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/site-replication.go

    		errMap:     errMap,
    		summaryErr: c.toErrorFromErrMap(errMap, actionName),
    	}
    }
    
    // concDo calls actions concurrently. selfActionFn is run for the current
    // cluster and peerActionFn is run for each peer replication cluster.
    func (c *SiteReplicationSys) concDo(selfActionFn func() error, peerActionFn func(deploymentID string, p madmin.PeerInfo) error, actionName string) error {
    	depIDs := make([]string, 0, len(c.state.Peers))
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top