raw_json

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

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) DeepCopy

func (k *RawJson) DeepCopy() *RawJson

func (*RawJson) DeepCopyInto

func (k *RawJson) DeepCopyInto(out *RawJson)

func (*RawJson) Delete

func (s *RawJson) Delete(key string) error

func (*RawJson) EnsureRawJson

func (s *RawJson) EnsureRawJson() *RawJson

func (*RawJson) Exists

func (s *RawJson) Exists(keys ...string) bool

func (*RawJson) Get

func (s *RawJson) Get(key string, fillInto any) error

func (*RawJson) GetString

func (s *RawJson) GetString(key string) (string, bool)

func (*RawJson) Len

func (s *RawJson) Len() int

func (*RawJson) Set

func (s *RawJson) Set(key string, value any) error

func (*RawJson) SetFromMap

func (s *RawJson) SetFromMap(m map[string]any) error

func (*RawJson) ToString

func (s *RawJson) ToString() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL