Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type GetOwnerLogsStreams200Response = OwnerLogStreamSetting + type GetResourceLogsStreams200Response = ResourceLogStreamSetting + type Log struct + Id string + Labels []LogLabel + Message string + Timestamp time.Time + type LogDirection string + const Backward + const Forward + type LogDirectionParam = LogDirection + type LogFilterHost = []string + type LogFilterInstance = []string + type LogFilterLevel = []string + type LogFilterMethod = []string + type LogFilterPath = []string + type LogFilterResource = []string + type LogFilterStatusCode = []string + type LogFilterText = []string + type LogFilterType = []string + type LogLabel struct + Name LogLabelName + Value string + type LogLabelName string + const LogLabelNameHost + const LogLabelNameInstance + const LogLabelNameLevel + const LogLabelNameMethod + const LogLabelNamePath + const LogLabelNameResource + const LogLabelNameStatusCode + const LogLabelNameText + const LogLabelNameType + type LogLabelParam string + const LogLabelParamHost + const LogLabelParamInstance + const LogLabelParamLevel + const LogLabelParamMethod + const LogLabelParamStatusCode + const LogLabelParamType + type LogStreamEndpoint = string + type LogStreamIdFilter = []string + type LogStreamOwnerUpdate struct + Endpoint *LogStreamEndpoint + Preview LogStreamPreviewSetting + Token *LogStreamToken + type LogStreamPreviewSetting string + const LogStreamPreviewSettingDrop + const LogStreamPreviewSettingSend + type LogStreamResourceUpdate struct + Endpoint *LogStreamEndpoint + Setting LogStreamSetting + Token *LogStreamToken + type LogStreamSetting string + const LogStreamSettingDrop + const LogStreamSettingSend + type LogStreamSettingFilter = []LogStreamSetting + type LogStreamToken = string + type OwnerLogStreamSetting struct + Endpoint *string + OwnerId *string + Preview *LogStreamPreviewSetting + type ResourceLogStreamSetting struct + Endpoint *string + ResourceId *string + Setting *LogStreamSetting + type ResourceLogsStreams200Response = []ResourceLogStreamSetting