Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RawMessage (0.17 sec)

  1. src/encoding/json/decode_test.go

    	PBool     *bool
    	Map       map[string]string
    	Slice     []string
    	Interface any
    
    	PRaw    *RawMessage
    	PTime   *time.Time
    	PBigInt *big.Int
    	PText   *MustNotUnmarshalText
    	PBuffer *bytes.Buffer // has methods, just not relevant ones
    	PStruct *struct{}
    
    	Raw    RawMessage
    	Time   time.Time
    	BigInt big.Int
    	Text   MustNotUnmarshalText
    	Buffer bytes.Buffer
    	Struct struct{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  2. cmd/admin-handlers-users.go

    					AccessKey:     user,
    					SecretKey:     acc.Credentials.SecretKey,
    					Groups:        acc.Credentials.Groups,
    					Claims:        claims,
    					SessionPolicy: json.RawMessage(policyJSON),
    					Status:        acc.Credentials.Status,
    					Name:          sa.Name,
    					Description:   sa.Description,
    					Expiration:    &sa.Expiration,
    				}
    			}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top