Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xgfone/go-structs

Provide a common policy to call a handler dynamically by the struct field tag.
https://github.com/xgfone/go-structs

field-handlers go golang reflecting reflection reflector struct struct-field-visitor struct-fields structfield structure

Last synced: about 2 months ago
JSON representation

Provide a common policy to call a handler dynamically by the struct field tag.

Awesome Lists containing this project

README

        

# Go Struct Reflect [![Build Status](https://github.com/xgfone/go-structs/actions/workflows/go.yml/badge.svg)](https://github.com/xgfone/go-structs/actions/workflows/go.yml) [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-structs)](https://pkg.go.dev/github.com/xgfone/go-structs) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-structs/master/LICENSE)

Provide a common policy to call a handler dynamically by the struct field tag.

## Example

See [Reflector](https://pkg.go.dev/github.com/xgfone/go-structs/#example-Reflector).