Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. internal/config/cache/remote_gen.go

    	o = append(o, 0xa7, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x73)
    	o = msgp.AppendString(o, z.Expires)
    	// string "Metadata"
    	o = append(o, 0xa8, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61)
    	o = msgp.AppendMapHeader(o, uint32(len(z.Metadata)))
    	for za0001, za0002 := range z.Metadata {
    		o = msgp.AppendString(o, za0001)
    		o = msgp.AppendString(o, za0002)
    	}
    	// string "Range"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Nov 22 21:46:17 GMT 2023
    - 18.9K bytes
    - Viewed (0)
Back to top