mentix

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mentix

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

Mentix represents the main Mentix service object.

func New

func New(conf *config.Configuration, log *zerolog.Logger) (*Mentix, error)

New creates a new Mentix service instance.

func (*Mentix) GetRequestExporters

func (mntx *Mentix) GetRequestExporters() []exporters.RequestExporter

GetRequestExporters returns all exporters that can handle HTTP requests.

func (*Mentix) RequestHandler

func (mntx *Mentix) RequestHandler(w http.ResponseWriter, r *http.Request)

RequestHandler handles any incoming HTTP requests by asking each RequestExporter whether it wants to handle the request (usually based on the relative URL path).

func (*Mentix) Run

func (mntx *Mentix) Run(stopSignal <-chan struct{}) error

Run starts the Mentix service that will periodically pull the configured data source and publish this data through the enabled exporters.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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