Versions in this module Expand all Collapse all v2 v2.7.3 May 17, 2025 v2.7.2 May 17, 2025 Changes in this version + type Chocolate struct + ID string + Name string + Taste string + func (c *Chocolate) SetID(id string) error + func (c Chocolate) GetID() string + func (s Chocolate) GetAttributes() map[string]interface{} + type User struct + Chocolates []*Chocolate + ChocolatesIDs []string + ID string + PasswordHash string + Username string + func (s User) GetAttributes() map[string]interface{} + func (u *User) AddToManyIDs(name string, IDs []string) error + func (u *User) DeleteToManyIDs(name string, IDs []string) error + func (u *User) SetID(id string) error + func (u *User) SetToManyReferenceIDs(name string, IDs []string) error + func (u User) GetID() string + func (u User) GetReferencedIDs() []jsonapi.ReferenceID + func (u User) GetReferencedStructs() []jsonapi.MarshalIdentifier + func (u User) GetReferences() []jsonapi.Reference Other modules containing this package github.com/artpar/api2go