Documentation ¶
Index ¶
- type Any
- func (x Any) GetAny(key string) any
- func (x Any) GetBool(key string) bool
- func (x *Any) GetChild(key string) (any, bool)
- func (x Any) GetFloat(key string) float64
- func (x Any) GetInt(key string) int
- func (x Any) GetInt64(key string) int64
- func (x Any) GetString(key string) string
- 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 String
- type Type
- func (x Type[T]) GetAny(key string) any
- func (x Type[T]) GetBool(key string) bool
- func (x *Type[T]) GetChild(key string) (any, bool)
- func (x Type[T]) GetFloat(key string) float64
- func (x Type[T]) GetInt(key string) int
- func (x Type[T]) GetInt64(key string) int64
- func (x Type[T]) GetString(key string) string
- func (x *Type[T]) SetAny(key string, value any) bool
- func (x *Type[T]) SetBool(key string, value bool) bool
- func (x *Type[T]) SetFloat(key string, value float64) bool
- func (x *Type[T]) SetInt(key string, value int) bool
- func (x *Type[T]) SetInt64(key string, value int64) bool
- func (x *Type[T]) SetString(key string, value string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.