Versions in this module Expand all Collapse all v0 v0.1.5 Sep 30, 2021 v0.1.4 Sep 30, 2021 v0.1.3 Sep 30, 2021 v0.1.2 Sep 28, 2021 Changes in this version + func SetAttributeTestData() (rAttribute model.Attribute) + func SetEntityTestData() (r model.Entity) + type Attribute struct + Body string + CreatedAt time.Time + EntityID string + ID int + UpdatedAt time.Time + type AttributeCreate struct + Body string + type AttributeInvalid struct + Text string + type AttributeUpdate struct + Body string + type Entity struct + Attributes []Attribute + Body string + CreatedAt time.Time + ID int + UpdatedAt time.Time + type EntityCreate struct + Body string + type EntityInvalid struct + ID string + type EntityUpdate struct + Body string + ID int