Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

A simple "global" Go struct registry, and an accompanying code generator to register structs for dynamic initialisation.

License

Notifications You must be signed in to change notification settings

MrSaints/go-struct-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-struct-registry

Experimental, and unmaintained. Use at your own risk.

A simple "global" Go struct registry, and an accompanying code generator to register structs for dynamic initialisation.


go-struct-registry was conceived out of an attempt at building a composable platform for bridging services with some level of type safety. Passing messages from producer to consumer for example, is not often a type safe operation (though, that is something Avro intends to solve). It is now left as remnants of an experiment into Go's type introspection, and reflection capabilities.

About

A simple "global" Go struct registry, and an accompanying code generator to register structs for dynamic initialisation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages