package
0.0.0-20240909211356-cefa9703f18d
Repository: https://github.com/dguihal/goboard.git
Documentation: pkg.go.dev

# Functions

DeletePost is a method for deleting a post from the history.
GetBackend returns the last posts from the history.
GetPost returns a post from its id.
PostMessage adds a new message to the history.
Sanitize is the entry point for the backend sanitizer.
SanitizeAndValidate sanitizes and applies some validation rules.

# Constants

PostTimeFormat is the format used to convert a PostTime to a byte array.

# Variables

TZLocation is destination TZ location for backends in TSV and XML.

# Structs

Board represents the base struture for a board backend.
Post
Post represents a user post.
PostTime represents the timestamp of a user post.