package
0.2.14
Repository: https://github.com/projectdiscovery/utils.git
Documentation: pkg.go.dev

# README

reflectutil

The package contains various helpers for reflection

# Packages

No description provided by the author

# Functions

GetStructField obtains a reference to a field of a pointer to a struct.
GetUnexportedField unwraps an unexported field with pointer to struct and field name.
SetUnexportedField sets (pointer to) struct's field with the specified value.
SizeOf returns the size of 'v' in bytes.
ToMap converts exported fields of a struct to map[string]interface{} - non exported fields are converted to string.
ToMapWithDefault settings.
UnwrapUnexportedField unwraps an unexported field.

# Variables

TitleUnderscore from https://github.com/go-ini/ini/blob/5e97220809ffaa826f787728501264e9114cb834/struct.go#L46.

# Type aliases

No description provided by the author