Documentation ¶
Index ¶
- type Any
- func (x Any) GetAny(key string) (any, bool)
- func (x Any) GetBool(key string) (bool, bool)
- func (x *Any) GetChild(key string) (any, bool)
- func (x Any) GetFloat(key string) (float64, bool)
- func (x Any) GetInt(key string) (int, bool)
- func (x Any) GetInt64(key string) (int64, bool)
- func (x Any) GetString(key string) (string, bool)
- func (x *Any) SetAny(key string, value any) bool
- func (x *Any) SetBool(key string, value bool) bool
- func (x *Any) SetFloat(key string, value float64) bool
- func (x *Any) SetInt(key string, value int) bool
- func (x *Any) SetInt64(key string, value Int64) bool
- func (x *Any) SetString(key string, value string) bool
- type Bool
- type Float
- type Int
- type Int64
- type Object
- type String
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶ added in v0.10.0
func (Object[T]) GetObjectOK ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.