dm

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Canal

type Canal struct {
	Action string          `json:"action"`
	Table  string          `json:"table"`
	New    json.RawMessage `json:"new"`
	Old    json.RawMessage `json:"old"`
}

Canal canal message struct

type Count

type Count struct {
	Type      string `json:"type"`
	ID        int64  `json:"id"`
	Count     int64  `json:"count"`
	Timestamp int64  `json:"timestamp"`
}

Count dm count

type Subject

type Subject struct {
	ID    int64 `json:"id"`
	Type  int64 `json:"type"`
	AID   int64 `json:"pid"`
	CID   int64 `json:"oid"`
	Count int64 `json:"count"`
}

Subject for table dm_subject_[0-9]+

Jump to

Keyboard shortcuts

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