render

package
v2.3.6+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2021 License: AGPL-3.0 Imports: 7 Imported by: 27

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 ActivityRenderer func(object *activity.Object) string
type ServerLinks struct {
	URLS map[ServerUrlType]*url.URL
}
func NewServerLinks() *ServerLinks

type ServerUrlType

type ServerUrlType string
const (
	ServerUrlTypeDocs       ServerUrlType = "DOCUMENTS"
	ServerUrlTypeUsers      ServerUrlType = "USERS"
	ServerUrlTypeWorkspaces ServerUrlType = "WORKSPACES"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL