Documentation ¶
Overview ¶
Package state provides the persistent storage layer for the log poller.
Index ¶
Constants ¶
View Source
const ( ColumnFile = "file" // File seek info offset. ColumnOffset = "offset" // File seek info whence. ColumnWhence = "whence" )
View Source
const TableNameLogFileSeekInfo = "components_query_log_seek_info"
Variables ¶
This section is empty.
Functions ¶
func CreateTableLogFileSeekInfo ¶ added in v0.1.6
func GetLogFileSeekInfo ¶ added in v0.1.6
Returns "database/sql.ErrNoRows" if no record is found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.