Documentation ¶
Index ¶
- type RawJson
- func (k *RawJson) DeepCopy() *RawJson
- func (k *RawJson) DeepCopyInto(out *RawJson)
- func (s *RawJson) Delete(key string) error
- func (s *RawJson) EnsureRawJson() *RawJson
- func (s *RawJson) Exists(keys ...string) bool
- func (s *RawJson) Get(key string, fillInto any) error
- func (s *RawJson) GetString(key string) (string, bool)
- func (s *RawJson) Len() int
- func (s *RawJson) Set(key string, value any) error
- func (s *RawJson) SetFromMap(m map[string]any) error
- func (s *RawJson) ToString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawJson ¶
type RawJson struct { json.RawMessage `json:",omitempty,inline"` // contains filtered or unexported fields }
func (*RawJson) DeepCopyInto ¶
func (*RawJson) EnsureRawJson ¶
Click to show internal directories.
Click to hide internal directories.