Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rc (0.13 sec)

  1. cmd/data-usage-cache.go

    }
    
    type replicationAllStats struct {
    	Targets      map[string]replicationStats `msg:"t,omitempty"`
    	ReplicaSize  uint64                      `msg:"r,omitempty"`
    	ReplicaCount uint64                      `msg:"rc,omitempty"`
    }
    
    //msgp:tuple replicationAllStatsV1
    type replicationAllStatsV1 struct {
    	Targets      map[string]replicationStats
    	ReplicaSize  uint64 `msg:"ReplicaSize,omitempty"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 41.4K bytes
    - Viewed (1)
Back to top