Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFiles = fmt.Errorf("files not found")
Functions ¶
func GetWorkspaceComments ¶
func GetWorkspaceComments( commentRepo db_comments.Repository, ws *workspace.Workspace, executorProvider executor.Provider, snapshotRepo db_snapshots.Repository, ) ([]comments.Comment, error)
func WorkspaceFS ¶
func WorkspaceFS( executorProvider executor.Provider, snapshotsRepo db_snapshots.Repository, ws *workspace.Workspace, newLines bool, ) (fs.FS, error)
Types ¶
type SnapshotsFS ¶
type SnapshotsFS struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.