Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConsentGathering = "ConsentGathering"
Functions ¶
Types ¶
type Collector ¶
type Collector struct { Apis []PropertyOutput // contains filtered or unexported fields }
func (*Collector) CollectProperties ¶
func (Collector) OutputJSON ¶
func (Collector) OutputJSON1 ¶
func (*Collector) SetCollectorAPIDetails ¶
type PropertyCollector ¶
type PropertyCollector interface { CollectProperties(string, string, string, int) GetProperties() map[string]map[string]int SetCollectorAPIDetails(api, version string) OutputJSON() string }
func GetPropertyCollector ¶
func GetPropertyCollector() PropertyCollector
func MakeCollector ¶
func MakeCollector() PropertyCollector
type PropertyOutput ¶
Click to show internal directories.
Click to hide internal directories.