Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Uint64Value (0.04 sec)

  1. schema/serializer_test.go

    		},
    		{
    			name:    "uint32",
    			value:   uint32Value,
    			want:    time.Unix(int64(uint32Value), 0).UTC(),
    			wantErr: false,
    		},
    		{
    			name:    "uint64",
    			value:   uint64Value,
    			want:    time.Unix(int64(uint64Value), 0).UTC(), //nolint:gosec
    			wantErr: false,
    		},
    		{
    			name:    "maxInt64+1",
    			value:   maxInt64Plus1,
    			want:    nil,
    			wantErr: true,
    		},
    		{
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Sun Oct 26 12:29:44 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  2. api/go1.21.txt

    pkg log/slog, func Time(string, time.Time) Attr #56345
    pkg log/slog, func TimeValue(time.Time) Value #56345
    pkg log/slog, func Uint64(string, uint64) Attr #56345
    pkg log/slog, func Uint64Value(uint64) Value #56345
    pkg log/slog, func WarnContext(context.Context, string, ...interface{})  #61200
    pkg log/slog, func Warn(string, ...interface{}) #56345
    pkg log/slog, func With(...interface{}) *Logger #56345
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top