package
0.0.0-20230307095339-03ee383c5cd9
Repository: https://github.com/gridiron-zone/huddle.git
Documentation: pkg.go.dev

# Functions

MigrateStore performs in-place store migrations from v1 to v2 The things done here are: 1.
NewEntities returns a new Entities instance.
NewPost allows to build a new Post instance.
NewPostReference returns a new PostReference instance.
NewTag returns a new Tag instance.
NewURL returns a new Url instance.
No description provided by the author

# Constants

POST_REFERENCE_TYPE_QUOTE
This reference represents a quote of the specified post.
POST_REFERENCE_TYPE_REPLY
This reference represents a reply to the specified post.
POST_REFERENCE_TYPE_REPOST
This reference represents a repost of the specified post.
POST_REFERENCE_TYPE_UNSPECIFIED
No reference specified.
Everyone will be able to reply to this post.
Only followers of the author will be able to reply to this post.
Only people mentioned inside this post will be able to reply.
Only the author mutual followers will be able to reply to this post.
No reply setting specified.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Attachment contains the data of a single post attachment.
Contains the details of entities parsed out of the post text.
Media represents a media attachment.
Params contains the parameters for the posts module.
Poll represents a poll attachment.
Provided answer contains the details of a possible poll answer.
PollTallyResults contains the tally results for a poll.
AnswerResult contains the result of a single poll provided answer.
Post
Post contains all the information about a single post.
PostReference contains the details of a post reference.
Tag represents a generic tag.
Url contains the details of a generic URL.
UserAnswer represents a user answer to a poll.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

PostReferenceType represents the different types of references.
ReplySetting contains the possible reply settings that a post can have.