package
0.0.0-20221113082910-df4b7d7508a5
Repository: https://github.com/jason5lee/simple-blog.git
Documentation: pkg.go.dev

# Functions

NewArticleAuthor returns a new ArticleAuthor if the author is valid.
NewArticleContent returns a new ArticleContent if the content is valid.
NewArticleTitle returns a new ArticleTitle if the title is valid.

# Constants

MAX_ARTICLE_AUTHOR_LENGTH
No description provided by the author
MAX_ARTICLE_CONTENT_LENGTH
4MB.
MAX_ARTICLE_TITLE_LENGTH
No description provided by the author

# Structs

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

# Type aliases

No description provided by the author
ArticleContent
No description provided by the author
No description provided by the author
Use type definition to represent the validated value.