Documentation ¶
Overview ¶
Package watchermetric
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = WatcherMetric{"_all"} Queuedwatches = WatcherMetric{"queued_watches"} Currentwatches = WatcherMetric{"current_watches"} Pendingwatches = WatcherMetric{"pending_watches"} )
Functions ¶
This section is empty.
Types ¶
type WatcherMetric ¶
type WatcherMetric struct {
// contains filtered or unexported fields
}
func (WatcherMetric) MarshalText ¶
func (w WatcherMetric) MarshalText() (text []byte, err error)
func (WatcherMetric) String ¶
func (w WatcherMetric) String() string
func (*WatcherMetric) UnmarshalText ¶
func (w *WatcherMetric) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.