Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AppendTime (0.06 sec)

  1. cmd/bucket-replication-utils_gen.go

    	// string "st"
    	o = append(o, 0x8b, 0xa2, 0x73, 0x74)
    	o = msgp.AppendTime(o, z.StartTime)
    	// string "lst"
    	o = append(o, 0xa3, 0x6c, 0x73, 0x74)
    	o = msgp.AppendTime(o, z.LastUpdate)
    	// string "id"
    	o = append(o, 0xa2, 0x69, 0x64)
    	o = msgp.AppendString(o, z.ResyncID)
    	// string "rdt"
    	o = append(o, 0xa3, 0x72, 0x64, 0x74)
    	o = msgp.AppendTime(o, z.ResyncBeforeDate)
    	// string "rst"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 59.8K bytes
    - Viewed (0)
  2. cmd/storage-datatypes_gen.go

    func (z VolInfo) MarshalMsg(b []byte) (o []byte, err error) {
    	o = msgp.Require(b, z.Msgsize())
    	// array header, size 3
    	o = append(o, 0x93)
    	o = msgp.AppendString(o, z.Name)
    	o = msgp.AppendTime(o, z.Created)
    	o = msgp.AppendTime(o, z.Deleted)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    func (z *VolInfo) UnmarshalMsg(bts []byte) (o []byte, err error) {
    	var zb0001 uint32
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 25 05:41:04 UTC 2025
    - 152K bytes
    - Viewed (0)
Back to top