Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivitiesQuery ¶ added in v0.4.13
type ActivitiesQuery struct { Owner *string Cursor *activityx.Activity Status *bool Direction *activityx.Direction StartTimestamp *uint64 EndTimestamp *uint64 Platform string Owners []string Network []network.Network Tags []tag.Tag Types []schema.Type Platforms []decentralized.Platform Distinct *bool RelatedActions *bool Limit int ActionLimit int }
type ActivityQuery ¶ added in v0.4.13
type ENSNamehash ¶
type ENSNamehashTransformer ¶
type ENSNamehashTransformer interface { Import(namehash *ENSNamehash) error Export() (*ENSNamehash, error) }
type FederatedActivitiesQuery ¶ added in v1.1.0
type FederatedActivitiesQuery struct { Owner *string Cursor *activityx.Activity Status *bool Direction *activityx.Direction StartTimestamp *uint64 EndTimestamp *uint64 Platform string Owners []string Network []network.Network Tags []tag.Tag Types []schema.Type Platforms []federated.Platform Distinct *bool RelatedActions *bool Limit int ActionLimit int }
type MastodonHandle ¶ added in v1.1.0
type MastodonHandleTransformer ¶ added in v1.1.0
type MastodonHandleTransformer interface { Import(handle *MastodonHandle) error Export() (*MastodonHandle, error) }
type PaginatedMastodonHandles ¶ added in v1.1.0
type ProfileTransformer ¶
type QueryMastodonHandles ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.