Categorygithub.com/lestrrat-go/structinfo
modulepackage
0.0.0-20210312050401-7f8bd69d6acb
Repository: https://github.com/lestrrat-go/structinfo.git
Documentation: pkg.go.dev

# README

structinfo

Build Status

GoDoc

Tools to inspect Go structs

# Functions

JSONFieldsFromStruct returns the names of JSON fields associated with the given struct.
NewStore creates a new Store object.
StructFieldFromJSONName returns the struct field name on the given struct value.

# Variables

DefaultStore is used for package scoped functions.

# Structs

Store holds cached information about struct data.