Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AppendBool (0.15 sec)

  1. cmd/storage-datatypes_gen.go

    	o = msgp.AppendUint64(o, z.NRRequests)
    	o = msgp.AppendString(o, z.FSType)
    	o = msgp.AppendBool(o, z.RootDisk)
    	o = msgp.AppendBool(o, z.Healing)
    	o = msgp.AppendBool(o, z.Scanning)
    	o = msgp.AppendString(o, z.Endpoint)
    	o = msgp.AppendString(o, z.MountPath)
    	o = msgp.AppendString(o, z.ID)
    	o = msgp.AppendBool(o, z.Rotational)
    	o, err = z.Metrics.MarshalMsg(o)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  2. cmd/data-usage-cache_gen.go

    	o = msgp.AppendTime(o, z.LastUpdate)
    	// string "SkipHealing"
    	o = append(o, 0xab, 0x53, 0x6b, 0x69, 0x70, 0x48, 0x65, 0x61, 0x6c, 0x69, 0x6e, 0x67)
    	o = msgp.AppendBool(o, z.SkipHealing)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    func (z *dataUsageCacheInfo) UnmarshalMsg(bts []byte) (o []byte, err error) {
    	var field []byte
    	_ = field
    	var zb0001 uint32
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Mar 21 17:21:35 GMT 2024
    - 100.8K bytes
    - Viewed (0)
Back to top