Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectNoteMetrics ¶
func CollectNoteMetrics(content []byte) metrics.NoteMetrics
CollectNoteMetrics collects all note metrics from a note with the given `content`.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector represents a metrics collector.
func NewCollector ¶
NewCollector creates a new collector
type CollectorConfig ¶
type CollectorConfig struct {
IgnorePatterns []string
}
Click to show internal directories.
Click to hide internal directories.