Documentation
¶
Index ¶
- type ResultSetSnapshotStore
- func (s *ResultSetSnapshotStore) CurrentlyViewedSnapshot() (*serialisable.ViewSnapshot, error)
- func (s *ResultSetSnapshotStore) Dehead(fromNode *serialisable.ViewSnapshot) error
- func (s *ResultSetSnapshotStore) Find(resultSetID int64) (*serialisable.ViewSnapshot, error)
- func (s *ResultSetSnapshotStore) Head() (*serialisable.ViewSnapshot, error)
- func (s *ResultSetSnapshotStore) Len() (int, error)
- func (s *ResultSetSnapshotStore) Remove(resultSetId int64) error
- func (s *ResultSetSnapshotStore) Save(rs *serialisable.ViewSnapshot) error
- func (s *ResultSetSnapshotStore) SetAsHead(resultSetID int64) error
- func (s *ResultSetSnapshotStore) SetCurrentlyViewedSnapshot(resultSetID int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultSetSnapshotStore ¶
type ResultSetSnapshotStore struct {
// contains filtered or unexported fields
}
func NewResultSetSnapshotStore ¶
func NewResultSetSnapshotStore(ws *workspaces.Workspace) *ResultSetSnapshotStore
func (*ResultSetSnapshotStore) CurrentlyViewedSnapshot ¶
func (s *ResultSetSnapshotStore) CurrentlyViewedSnapshot() (*serialisable.ViewSnapshot, error)
func (*ResultSetSnapshotStore) Dehead ¶
func (s *ResultSetSnapshotStore) Dehead(fromNode *serialisable.ViewSnapshot) error
func (*ResultSetSnapshotStore) Find ¶
func (s *ResultSetSnapshotStore) Find(resultSetID int64) (*serialisable.ViewSnapshot, error)
func (*ResultSetSnapshotStore) Head ¶
func (s *ResultSetSnapshotStore) Head() (*serialisable.ViewSnapshot, error)
func (*ResultSetSnapshotStore) Len ¶
func (s *ResultSetSnapshotStore) Len() (int, error)
func (*ResultSetSnapshotStore) Remove ¶
func (s *ResultSetSnapshotStore) Remove(resultSetId int64) error
func (*ResultSetSnapshotStore) Save ¶
func (s *ResultSetSnapshotStore) Save(rs *serialisable.ViewSnapshot) error
func (*ResultSetSnapshotStore) SetAsHead ¶
func (s *ResultSetSnapshotStore) SetAsHead(resultSetID int64) error
func (*ResultSetSnapshotStore) SetCurrentlyViewedSnapshot ¶
func (s *ResultSetSnapshotStore) SetCurrentlyViewedSnapshot(resultSetID int64) error
Click to show internal directories.
Click to hide internal directories.