bot

package
v0.0.0-...-d3b06f9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoogleProcessor

type GoogleProcessor struct {
	*config.GoogleProcessorConfig
	// contains filtered or unexported fields
}

func (*GoogleProcessor) Process

func (gp *GoogleProcessor) Process(fileDocument *types.File) ([]byte, error)

type Processor

type Processor interface {
	Process(fileDocument *types.File) ([]byte, error)
}

func CreateProcessor

func CreateProcessor(processorType string) (Processor, error)

func NewGoogleProcessor

func NewGoogleProcessor(cfg *config.GoogleProcessorConfig) Processor

Jump to

Keyboard shortcuts

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