Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func (*Repository) BeginTransaction ¶
func (r *Repository) BeginTransaction() (repository.Store, error)
func (*Repository) Commit ¶
func (r *Repository) Commit() error
func (*Repository) Item ¶
func (r *Repository) Item() repository.Item
func (*Repository) Rollback ¶
func (r *Repository) Rollback() error
func (*Repository) User ¶
func (r *Repository) User() repository.User
Click to show internal directories.
Click to hide internal directories.