package
3.0.1+incompatible
Repository: https://github.com/ghostdevv/listmonk-tweaked.git
Documentation: pkg.go.dev

# Constants

BaseTpl is the name of the base template.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Campaign.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
ContentTpl is the name of the compiled message.
Enum values for various statuses.
Standard e-mail headers.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Headers attached to e-mails for bounce tracking.
Enum values for various statuses.
Enum values for various statuses.
List.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
Subscriber.
Enum values for various statuses.
Subscription.
Enum values for various statuses.
Templates.
Enum values for various statuses.
Enum values for various statuses.
Enum values for various statuses.
User.
Enum values for various statuses.

# Structs

Attachment represents a file or blob attachment that can be sent along with a message by a Messenger.
Base holds common fields shared across models.
Bounce represents a single bounce event.
Campaign represents an e-mail campaign.
No description provided by the author
No description provided by the author
CampaignMeta contains fields tracking a campaign's progress.
No description provided by the author
List represents a mailing list.
Message is the message pushed to a Messenger.
PageResults is a generic HTTP response container for paginated results of list of items.
Queries contains all prepared SQL queries.
Settings represents the app settings stored in the DB.
Subscriber represents an e-mail subscriber.
SubscriberExport represents a subscriber record that is exported to raw data.
SubscriberExportProfile represents a subscriber's collated data in JSON for export.
Subscription represents a list attached to a subscriber.
Template represents a reusable e-mail template.
No description provided by the author
No description provided by the author
No description provided by the author
TxMessage represents an e-mail campaign.
User represents an admin user.

# Type aliases

AdminNotifCallback is a callback function that's called when a campaign's status changes.
Campaigns represents a slice of Campaigns.
Headers represents an array of string maps used to represent SMTP, HTTP headers etc.
JSON is is the wrapper for reading and writing arbitrary JSONB fields from the DB.
StringIntMap is used to define DB Scan()s.
Subscribers represents a slice of Subscriber.