# Packages
No description provided by the author
No description provided by the author
Package domain implements the business logic for working with boards, users and invites: - functions to create, validate and work with instances of boards/users/invites - general data store interface BoardDataStore, which makes it easy to switch out the actual storage mechanism for the data - BoardService implements operations that can be performed on boards, users and invites.
generated code, do not modify.
# Functions
No description provided by the author
# Structs
Contains all the necessary elements for running the boards service, i.e.
Configures a boards component.
No description provided by the author