Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadDurationBytes (0.07 sec)

  1. cmd/metrics-v2_gen.go

    		field, bts, err = msgp.ReadMapKeyZC(bts)
    		if err != nil {
    			err = msgp.WrapError(err)
    			return
    		}
    		switch msgp.UnsafeString(field) {
    		case "cacheInterval":
    			z.cacheInterval, bts, err = msgp.ReadDurationBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "cacheInterval")
    				return
    			}
    		case "metricsGroupOpts":
    			bts, err = z.metricsGroupOpts.UnmarshalMsg(bts)
    			if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 23 20:56:18 UTC 2025
    - 19.2K bytes
    - Viewed (0)
Back to top