Documentation
¶
Index ¶
Constants ¶
View Source
const (
AttachmentChecksumPrefix = `mark:checksum: `
)
Variables ¶
This section is empty.
Functions ¶
func CompileAttachmentLinks ¶
func CompileAttachmentLinks(markdown []byte, attachments []Attachment) []byte
Types ¶
type Attacher ¶
type Attacher interface {
Attach(Attachment)
}
type Attachment ¶
type Attachment struct {
ID string
Name string
Filename string
FileBytes []byte
Checksum string
Link string
Width string
Height string
Replace string
}
func ResolveAttachments ¶
func ResolveAttachments( api *confluence.API, page *confluence.PageInfo, attachments []Attachment, ) ([]Attachment, error)
func ResolveLocalAttachments ¶
Click to show internal directories.
Click to hide internal directories.