internal

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: GPL-3.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	// contains filtered or unexported fields
}

func NewApplication

func NewApplication() *Application

func (*Application) CreateFile

func (*Application) ExecutePostProcess

func (app *Application) ExecutePostProcess(payload *reporterpb.PostProcessRequest, d amqp.Delivery) error

func (*Application) ExecuteProcess

func (app *Application) ExecuteProcess(payload *reporterpb.ReportFile, d amqp.Delivery) error

func (*Application) Run

func (app *Application) Run()

func (*Application) Stop

func (app *Application) Stop()

type Centrifugo

type Centrifugo struct {
	// contains filtered or unexported fields
}

func (*Centrifugo) Info

func (c *Centrifugo) Info(ctx context.Context) (gocent.InfoResult, error)

func (Centrifugo) Publish

func (c Centrifugo) Publish(channel string, msg interface{}) error

type CentrifugoInterface

type CentrifugoInterface interface {
	Publish(string, interface{}) error
	Info(ctx context.Context) (gocent.InfoResult, error)
}

type DocumentGenerator

type DocumentGenerator struct {
	// contains filtered or unexported fields
}

func (DocumentGenerator) Render

func (dg DocumentGenerator) Render(payload *proto.GeneratorPayload) ([]byte, error)

type DocumentGeneratorInterface

type DocumentGeneratorInterface interface {
	Render(payload *proto.GeneratorPayload) ([]byte, error)
}

type DocumentGeneratorRenderRequest

type DocumentGeneratorRenderRequest struct {
	TemplateId string
	Data       interface{}
	Options    interface{}
}

type ReportFileTemplate

type ReportFileTemplate struct {
	TemplateId string
	Table      string
	Fields     []string
	Match      string
	Group      string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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