Documentation
¶
Overview ¶
Package viewer implements the logic to view the slackdump files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Viewer ¶
type Viewer struct {
// contains filtered or unexported fields
}
Viewer is the slackdump viewer.
func New ¶
New creates new viewer instance. Once Viewer.ListenAndServe is called, the viewer will start serving the web interface on the given address. The address should be in the form of ":8080". The viewer will use the given [Sourcer] to retrieve the data, see "source" package for available options. It will initialise the logger from the context.
func (*Viewer) ListenAndServe ¶
Click to show internal directories.
Click to hide internal directories.