Versions in this module Expand all Collapse all v3 v3.1.1 Dec 30, 2020 Changes in this version + type Bucket struct + Count int64 + Time int64 + type Histogram struct + Buckets []Bucket + Total int64 + type Interface interface + CountLogsByInterval func(sf SearchFilter, interval string) (Histogram, error) + ExportLogs func(sf SearchFilter, w io.Writer) error + GetCurrentStats func(sf SearchFilter) (Statistics, error) + SearchLogs func(sf SearchFilter, from, size int64, order string) (Logs, error) + type Logs struct + Records []Record + Total int64 + type Record struct + Container string + Log string + Namespace string + Pod string + Time string + type SearchFilter struct + ContainerFilter []string + ContainerSearch []string + Endtime time.Time + LogSearch []string + NamespaceFilter map[string]*time.Time + PodFilter []string + PodSearch []string + Starttime time.Time + WorkloadFilter []string + WorkloadSearch []string + type Statistics struct + Containers int64 + Logs int64 Other modules containing this package github.com/fearlesschenc/kubesphere