Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for appendTime (0.24 sec)

  1. cmd/batch-handlers_gen.go

    	// string "jt"
    	o = append(o, 0xa2, 0x6a, 0x74)
    	o = msgp.AppendString(o, z.JobType)
    	// string "st"
    	o = append(o, 0xa2, 0x73, 0x74)
    	o = msgp.AppendTime(o, z.StartTime)
    	// string "lu"
    	o = append(o, 0xa2, 0x6c, 0x75)
    	o = msgp.AppendTime(o, z.LastUpdate)
    	// string "ra"
    	o = append(o, 0xa2, 0x72, 0x61)
    	o = msgp.AppendInt(o, z.RetryAttempts)
    	// string "at"
    	o = append(o, 0xa2, 0x61, 0x74)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 20:27:52 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. cmd/object-api-datatypes_gen.go

    	o = msgp.AppendString(o, z.Name)
    	// string "Created"
    	o = append(o, 0xa7, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64)
    	o = msgp.AppendTime(o, z.Created)
    	// string "Deleted"
    	o = append(o, 0xa7, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64)
    	o = msgp.AppendTime(o, z.Deleted)
    	// string "Versioning"
    	o = append(o, 0xaa, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67)
    	o = msgp.AppendBool(o, z.Versioning)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  3. cmd/tier-last-day-stats_gen.go

    			if err != nil {
    				err = msgp.WrapError(err, zb0007, "Bins", zb0009)
    				return
    			}
    		}
    		// string "UpdatedAt"
    		o = append(o, 0xa9, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74)
    		o = msgp.AppendTime(o, zb0008.UpdatedAt)
    	}
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    func (z *DailyAllTierStats) UnmarshalMsg(bts []byte) (o []byte, err error) {
    	var zb0004 uint32
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. 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 Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  5. cmd/local-locker_gen.go

    	// string "Timestamp"
    	o = append(o, 0xa9, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70)
    	o = msgp.AppendTime(o, z.Timestamp)
    	// string "TimeLastRefresh"
    	o = append(o, 0xaf, 0x54, 0x69, 0x6d, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68)
    	o = msgp.AppendTime(o, z.TimeLastRefresh)
    	// string "Source"
    	o = append(o, 0xa6, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/net/http/export_test.go

    	"net/url"
    	"slices"
    	"sync"
    	"testing"
    	"time"
    )
    
    var (
    	DefaultUserAgent                  = defaultUserAgent
    	NewLoggingConn                    = newLoggingConn
    	ExportAppendTime                  = appendTime
    	ExportRefererForURL               = refererForURL
    	ExportServerNewConn               = (*Server).newConn
    	ExportCloseWriteAndWait           = (*conn).closeWriteAndWait
    	ExportErrRequestCanceled          = errRequestCanceled
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:11:57 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. cmd/erasure-server-pool-rebalance_gen.go

    	o = msgp.Require(b, z.Msgsize())
    	// map header, size 3
    	// string "startTs"
    	o = append(o, 0x83, 0xa7, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x73)
    	o = msgp.AppendTime(o, z.StartTime)
    	// string "stopTs"
    	o = append(o, 0xa6, 0x73, 0x74, 0x6f, 0x70, 0x54, 0x73)
    	o = msgp.AppendTime(o, z.EndTime)
    	// string "status"
    	o = append(o, 0xa6, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73)
    	o = msgp.AppendUint8(o, uint8(z.Status))
    	return
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. cmd/object-api-interface_gen.go

    	o = msgp.AppendBool(o, z.ForceCreate)
    	// string "CreatedAt"
    	o = append(o, 0xa9, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74)
    	o = msgp.AppendTime(o, z.CreatedAt)
    	// string "NoLock"
    	o = append(o, 0xa6, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, 0x6b)
    	o = msgp.AppendBool(o, z.NoLock)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 19:08:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. cmd/background-newdisks-heal-ops_gen.go

    	o = msgp.AppendString(o, z.Endpoint)
    	// string "Started"
    	o = append(o, 0xa7, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64)
    	o = msgp.AppendTime(o, z.Started)
    	// string "LastUpdate"
    	o = append(o, 0xaa, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65)
    	o = msgp.AppendTime(o, z.LastUpdate)
    	// string "ObjectsTotalCount"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 28 17:05:40 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. cmd/storage-datatypes_gen.go

    	o = msgp.AppendString(o, z.TransitionTier)
    	o = msgp.AppendString(o, z.TransitionVersionID)
    	o = msgp.AppendBool(o, z.ExpireRestored)
    	o = msgp.AppendString(o, z.DataDir)
    	o = msgp.AppendBool(o, z.XLV1)
    	o = msgp.AppendTime(o, z.ModTime)
    	o = msgp.AppendInt64(o, z.Size)
    	o = msgp.AppendUint32(o, z.Mode)
    	o = msgp.AppendUint64(o, z.WrittenByVersion)
    	o = msgp.AppendMapHeader(o, uint32(len(z.Metadata)))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
Back to top