# Functions
ActionContent2Commits converts action content to push commits.
ActionIcon accepts a int that represents action operation type and returns a icon class name.
DiffLineTypeToStr returns diff line type name.
DiffTypeToStr returns diff type name.
List traversings the list.
Mailer provides the templates required for sending notification mails.
NewFuncMap returns functions for injecting to templates.
RenderCommitMessage renders commit message with XSS-safe and special links.
Renderer implements the macaron handler for serving the templates.
ReplaceLeft replaces all prefixes 'old' in 's' with 'new'.
Safe render raw as HTML.
SafeJS renders raw as JS.
Sha1 returns sha1 sum of string.
Str2html render Markdown text to HTML.
ToUTF8 converts content to UTF8 encoding and ignore error.
ToUTF8WithErr converts content to UTF8 encoding.
# Interfaces
Actioner describes an action.