Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for brs (0.12 sec)

  1. cmd/bucket-replication-utils.go

    type BucketReplicationResyncStatus struct {
    	Version int `json:"version" msg:"v"`
    	// map of remote arn to their resync status for a bucket
    	TargetsMap map[string]TargetReplicationResyncStatus `json:"resyncMap,omitempty" msg:"brs"`
    	ID         int                                      `json:"id" msg:"id"`
    	LastUpdate time.Time                                `json:"lastUpdate" msg:"lu"`
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 26.2K bytes
    - Viewed (0)
Back to top