Versions in this module Expand all Collapse all v0 v0.8.0 Apr 26, 2018 v0.7.8 Apr 19, 2018 v0.7.7 Apr 18, 2018 Changes in this version + const ServiceID + func New() endly.Service + type AssertRequest struct + Description string + ExpectedLogRecords []*ExpectedRecord + LogWaitRetryCount int + LogWaitTimeMs int + type AssertResponse struct + Validations []*assertly.Validation + func (r *AssertResponse) Assertion() []*assertly.Validation + type ExpectedRecord struct + Records []interface{} + TagID string + Type string + type File struct + Content string + IndexedRecords map[string]*Record + LastModified time.Time + Mutex *sync.RWMutex + Name string + ProcessingState *ProcessingState + Records []*Record + Size int + URL string + func (f *File) HasPendingLogs() bool + func (f *File) PushLogRecord(record *Record) + func (f *File) Reset(object storage.Object) + func (f *File) ShiftLogRecord() *Record + func (f *File) ShiftLogRecordByIndex(value string) *Record + type IndexedRecord struct + IndexValue string + type ListenRequest struct + FrequencyMs int + Source *url.Resource + Types []*Type + type ListenResponse struct + Meta TypesMeta + type ProcessingState struct + Line int + Position int + func (s *ProcessingState) Reset() + func (s *ProcessingState) Update(position, lineNumber int) (string, int) + type Record struct + Line string + Number int + URL string + func (r *Record) AsMap() (map[string]interface{}, error) + type RecordAssert struct + Actual interface{} + Expected interface{} + TagID string + type ResetRequest struct + LogTypes []string + type ResetResponse struct + LogFiles []string + type Type struct + Exclusion string + Format string + Inclusion string + IndexRegExpr string + Mask string + Name string + UDF string + func (t *Type) GetIndexExpr() (*regexp.Regexp, error) + func (t *Type) UseIndex() bool + type TypeMeta struct + LogFiles map[string]*File + LogType *Type + Source *url.Resource + func NewTypeMeta(source *url.Resource, logType *Type) *TypeMeta + func (m *TypeMeta) Iterator() toolbox.Iterator + type TypesMeta map[string]*TypeMeta