Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2023 Changes in this version + type Details json.RawMessage + func (d *Details) UnmarshalJSON(data []byte) error + func (d Details) MarshalJSON() ([]byte, error) + func (d Details) String() string + func (r *Details) Scan(src interface{}) error + func (r Details) Value() (driver.Value, error) + type Flag struct + Name string + Value int32 + type Flagger interface + IsFlag func() bool + type Flags struct + Mask int32 + Values []Flag + func FlagsFromMask(mask int32, allFlags map[int32]string) Flags + type Included struct + func (c *Included) Add(includes ...Resource) + func (c *Included) MustRelayTask(key Key) *RelayTask + func (c *Included) UnmarshalJSON(data []byte) error + func (c Included) MarshalJSON() ([]byte, error) + type Key struct + ID string + Type ResourceType + func NewKeyInt64(id int64, resourceType ResourceType) Key + func (r *Key) GetKey() Key + func (r Key) AsRelation() *Relation + func (r Key) GetKeyP() *Key + type Links struct + First string + Last string + Next string + Prev string + Self string + type Relation struct + Data *Key + Links *Links + type RelationCollection struct + Data []Key + Links *Links + func (r RelationCollection) MarshalJSON() ([]byte, error) + type RelayTask struct + Attributes map[string]interface{} + Relationships RelayTaskRelationships + type RelayTaskListResponse struct + Data []RelayTask + Included Included + Links *Links + type RelayTaskRelationships struct + Confirmation Relation + Transfer Relation + type RelayTaskResponse struct + Data RelayTask + Included Included + type Resource interface + GetKey func() Key + type ResourceType string + const CONFIRMATIONS + const FEE_ESTIMATES + const RELAY_TASKS + const TRANSFERS