goreflect / gostructor

Go configurator structures library

Home Page:https://goreflect.github.io/gostructor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of the structure for the identification of sources

kubitre opened this issue · comments

Currently it library uses by default way with setup any of function by developer hand. Need analys structures before setuping for find functions which need to preparing this structures. Like this:

MyStruct struct {
   Field1 int32 `cf_hocon:" node = test, path = field "cf_default:" 0 "`
}

that need find 2 tag name: cf_hocon and cf_default and after using only 2 functions for configuring structure