Versions in this module Expand all Collapse all v0 v0.16.1 Feb 18, 2022 Changes in this version + type ExternalExtension struct + Reviews []*World + UPC string + func (ExternalExtension) IsEntity() + type Hello struct + Name string + Secondary string + func (Hello) IsEntity() + type MoreNesting struct + ID string + World *World + func (MoreNesting) IsEntity() + type NestedKey struct + Hello *Hello + ID string + func (NestedKey) IsEntity() + type VeryNestedKey struct + Hello *Hello + ID string + More *MoreNesting + Nested *NestedKey + World *World + func (VeryNestedKey) IsEntity() + type World struct + Bar int + Foo string + func (World) IsEntity()