content

package
v1.9.17 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IContent

type IContent interface {
	// GetOriginal returns the original, non-modified content.
	GetOriginal() string

	// GetProcessed returns the content to be processed.
	GetProcessed() string

	// SetProcessed sets the processed content.
	SetProcessed(content string)
}

IContent specifies what a content does.

func New

func New(c string) IContent

New is the Content factory.

Jump to

Keyboard shortcuts

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