package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Aug 21, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CollectTarget struct {
Type string `validate:"required"`
Label string `validate:"required"`
URL string `validate:"required,url"`
Duration int `validate:"required,gt=0"`
}
type Collector struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.