Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 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) MustJwz(key Key) *Jwz + func (c *Included) MustVerifyId(key Key) *VerifyId + func (c *Included) UnmarshalJSON(data []byte) error + func (c Included) MarshalJSON() ([]byte, error) + type Jwz struct + Attributes JwzAttributes + type JwzAttributes struct + Jwz string + type JwzListResponse struct + Data []Jwz + Included Included + Links *Links + type JwzResponse struct + Data Jwz + Included Included + 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 Resource interface + GetKey func() Key + type ResourceType string + const JWZ + const VERIFICATION_ID + type VerifyId struct + Attributes VerifyIdAttributes + type VerifyIdAttributes struct + Jwt string + VerificationId string + type VerifyIdListResponse struct + Data []VerifyId + Included Included + Links *Links + type VerifyIdResponse struct + Data VerifyId + Included Included