Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 4, 2022 Changes in this version + var DefaultCollection = "logs" + var DefaultDB = "admin-server-db" + func NewMongoStorage(ctx xcontext.Context, uri string) (storage.Storage, error) + type Log struct + Date time.Time + JobID uint64 + LogData string + LogLevel string + type MongoStorage struct + func (s *MongoStorage) Close(ctx xcontext.Context) error + func (s *MongoStorage) GetLogs(ctx xcontext.Context, query storage.Query) (*storage.Result, error) + func (s *MongoStorage) StoreLog(ctx xcontext.Context, log storage.Log) error