anyutils

package
v0.0.0-...-9799ab4 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: GPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TraverseObjectTree002

func TraverseObjectTree002(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (any, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_byte_list

func TraverseObjectTree002_byte_list(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) ([]byte, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_float64

func TraverseObjectTree002_float64(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (float64, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_int

func TraverseObjectTree002_int(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (int, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_int64

func TraverseObjectTree002_int64(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (int64, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_str_list

func TraverseObjectTree002_str_list(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) ([]string, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_string

func TraverseObjectTree002_string(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (string, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_uint

func TraverseObjectTree002_uint(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (uint, bool, error)

results: 0 - value, 1 - found, 2 - error

func TraverseObjectTree002_uint64

func TraverseObjectTree002_uint64(
	object_tree any,
	unwrap_last_any bool,
	not_found_not_error bool,
	names ...string,
) (uint64, bool, error)

results: 0 - value, 1 - found, 2 - error

Types

This section is empty.

Jump to

Keyboard shortcuts

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