Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
Initialize instantiates a builder that holds the sources required to build the current status later on.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is used to build the status.
type Integration ¶
Integration provides some information about a logs integration.
type Source ¶
type Source struct { Type string `json:"type"` Status string `json:"status"` Inputs []string `json:"inputs"` // TCP, UDP Port int `json:"port"` // File Path string `json:"path"` // Docker Image string `json:"image"` Label string `json:"label"` }
Source provides some information about a logs source.
Click to show internal directories.
Click to hide internal directories.