Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + type LoggingOperator interface + CountLogsByInterval func(sf logging.SearchFilter, interval string) (v1alpha2.APIResponse, error) + ExportLogs func(sf logging.SearchFilter, w io.Writer) error + GetCurrentStats func(sf logging.SearchFilter) (v1alpha2.APIResponse, error) + SearchLogs func(sf logging.SearchFilter, from, size int64, order string) (v1alpha2.APIResponse, error) + func NewLoggingOperator(client logging.Client) LoggingOperator