package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
StatusUndefined Status = "undefined"
StatusWatching Status = "watching"
StatusIgnored Status = "ignored"
)
type Watcher struct {
WorkspaceID string `db:"workspace_id"`
UserID string `db:"user_id"`
Status Status `db:"status"`
CreatedAt time.Time `db:"created_at"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.