package
0.0.0-20200511021945-808fada165f5
Repository: https://github.com/crowdersoup/socialboat.git
Documentation: pkg.go.dev
# Functions
GetSession gets a session.
InitSessionStore initializes the session storeage mechanism.
Markdown returns rendered markdown.
NewFileService returns a new file service.
NewMenuService returns a new menu service.
NewPostService builds a new PostService.
NewProfileService returns a new ProfileService.
NewRenderer build and return a new renderer.
NewUserService returns a new UserService.
# Structs
FileService a service for managing files.
MenuService a service to get the menus.
PostService a service for getting, creating, and updating posts.
ProfileService a service to manage profiles.
RendererConfig configuration for our renderer.
Session a session that holds an internal session storage mechanism.
UserService a service to handle dealing with Users.