Documentation ¶
Overview ¶
Package render provides helper for rendering activies into various formats (currently markdown).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Markdown ¶
func Markdown(object *activity.Object, pointOfView activity.SummaryPointOfView, language string, links ...*ServerLinks) string
Types ¶
type ActivityRenderer ¶
type ServerLinks ¶
type ServerLinks struct {
URLS map[ServerUrlType]*url.URL
}
func NewServerLinks ¶
func NewServerLinks() *ServerLinks
type ServerUrlType ¶
type ServerUrlType string
const ( ServerUrlTypeDocs ServerUrlType = "DOCUMENTS" ServerUrlTypeUsers ServerUrlType = "USERS" ServerUrlTypeWorkspaces ServerUrlType = "WORKSPACES" )
Click to show internal directories.
Click to hide internal directories.