Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inspector ¶
type Inspector struct {
// contains filtered or unexported fields
}
Inspector implements an http handler that serves a UI that shows stored messages.
func NewInspector ¶
NewInspector returns a new instance of the Inspector.
type Pagination ¶
Pagination defines a page and limit to get paginated messages.
type Result ¶
type Result struct { Total int Msgs []*messenger.GenericMessage }
Result defines the paginated messages.
Click to show internal directories.
Click to hide internal directories.