behavior

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Close()
	Put(*Event)
}

type Event

type Event struct {
	IndexKey string // need build index key your self

	ReqHeader  string
	ReqParams  string
	RespStatus string
	RespParams string

	UseTime   time.Duration
	EventTime time.Time
}

func Parse

func Parse(src []byte) (*Event, error)

func (*Event) ToJson

func (b *Event) ToJson() []byte

Directories

Path Synopsis
Deprecated, use redismsq instead
Deprecated, use redismsq instead

Jump to

Keyboard shortcuts

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