value

package
v0.0.0-...-70df4e6 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MapValue

type MapValue map[string]interface{}

func (MapValue) Walk

func (val MapValue) Walk(callback MapValueCallback) error

func (MapValue) WalkString

func (val MapValue) WalkString(callback MapValueStringCallback) error

type MapValueCallback

type MapValueCallback func(walkContext *WalkContext, v interface{}) error

type MapValueStringCallback

type MapValueStringCallback func(walkContext *WalkContext, v string) error

type Setter

type Setter func(v interface{})

type StringSetter

type StringSetter func(s string)

type WalkContext

type WalkContext struct {
	Setter Setter
	// contains filtered or unexported fields
}

func NewWalkContext

func NewWalkContext() *WalkContext

func (*WalkContext) Path

func (c *WalkContext) Path() string

Jump to

Keyboard shortcuts

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