Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Latest ¶
type Latest struct { Java string `json:"java"` // Latest version name of Java code module JavaWithCollector string `json:"java_with_collector"` // Latest version name of Java code module with log collector Python string `json:"python"` // Latest version name of Python code module PythonWithCollector string `json:"python_with_collector"` // Latest version name of Python code module with log collector NodeJS string `json:"nodejs"` // Latest version name of NodeJS code module NodeJSWithCollector string `json:"nodejs_with_collector"` // Latest version name of NodeJS code module with log collector Collector string `json:"collector"` // Latest version name of standalone log collector }
func (*Latest) MarshalHCL ¶
func (me *Latest) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.