Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶ added in v0.2.0
type History struct {
// contains filtered or unexported fields
}
func NewHistory ¶ added in v0.2.0
type Path ¶
type Path struct {
Matchers []Matcher
Templater Templater
Sender *router.ServiceRouter
History *History
}
type ShoutBot ¶
type ShoutBot struct {
// contains filtered or unexported fields
}
func NewShoutBot ¶
type TraceEntry ¶
type TraceEntry struct {
// contains filtered or unexported fields
}
func NewTraceEntry ¶
func NewTraceEntry(p *reddit.Post) *TraceEntry
func (*TraceEntry) Error ¶
func (te *TraceEntry) Error(log string)
func (*TraceEntry) Pass ¶
func (te *TraceEntry) Pass(log string)
func (*TraceEntry) Trace ¶
func (te *TraceEntry) Trace() string
Click to show internal directories.
Click to hide internal directories.