Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AppendMapHeader (0.3 sec)

  1. cmd/site-replication-metrics_gen.go

    	if err != nil {
    		err = msgp.WrapError(err, "LastMinute")
    		return
    	}
    	// string "ErrCounts"
    	o = append(o, 0xa9, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73)
    	o = msgp.AppendMapHeader(o, uint32(len(z.ErrCounts)))
    	for za0001, za0002 := range z.ErrCounts {
    		o = msgp.AppendString(o, za0001)
    		o = msgp.AppendInt(o, za0002)
    	}
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 40.6K bytes
    - Viewed (0)
Back to top