fix(backend): removed old method from CH interface

This commit is contained in:
Alexander Zavorotynskiy 2022-09-19 11:06:39 +02:00
parent 9ff555cc64
commit 4f8e000de3

View file

@ -69,7 +69,6 @@ var CONTAINER_TYPE_MAP = map[uint64]string{0: "window", 1: "iframe", 2: "embed",
type Connector interface {
Prepare() error
Commit() error
FinaliseSessionsTable() error
InsertWebSession(session *types.Session) error
InsertWebResourceEvent(session *types.Session, msg *messages.ResourceEvent) error
InsertWebPageEvent(session *types.Session, msg *messages.PageEvent) error