cflogger

package module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: MIT Imports: 6 Imported by: 0

README

cflogger

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InfoLogger        *log.Logger
	ErrorLogger       *log.Logger
	MaintenanceLogger *log.Logger
)

Functions

This section is empty.

Types

type CustomErrorLogger added in v0.1.2

type CustomErrorLogger struct {
	*log.Logger
}

func (*CustomErrorLogger) Write added in v0.1.2

func (cel *CustomErrorLogger) Write(p []byte) (n int, err error)

type MaintenancePublisher added in v0.1.1

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

func (*MaintenancePublisher) Write added in v0.1.1

func (ml *MaintenancePublisher) Write(p []byte) (n int, err error)

type Payload

type Payload struct {
	Payload interface{} `json:"payload"`
}

type SignalMessage

type SignalMessage struct {
	Channel     string   `json:"kanaal"`
	Subscribers []string `json:"p2"`
	MessageBody string   `json:"meldingtekst"`
}

Jump to

Keyboard shortcuts

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