log

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Time     time.Time `json:"time"`
	Call     string    `json:"user"`
	Receiver int64     `json:"receiver"`
	Setting  string    `json:"setting"`
	Value    string    `json:"value"`
}

type Stream

type Stream struct {
	Out chan Message
	// contains filtered or unexported fields
}

func New

func New() *Stream

func (*Stream) Log

func (S *Stream) Log(user string, receiver int64, setting, value string)

Jump to

Keyboard shortcuts

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