Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRecordNotFound = errors.New("record not found")
)
Functions ¶
Types ¶
type AppStore ¶
type AppStore struct {
// contains filtered or unexported fields
}
func NewAppStore ¶
func NewAppStore(ur UserRepository, lr ListRepository) *AppStore
func (*AppStore) List ¶
func (s *AppStore) List() ListRepository
func (*AppStore) User ¶
func (s *AppStore) User() UserRepository
type ListRepository ¶
type Store ¶
type Store interface { User() UserRepository List() ListRepository }
Click to show internal directories.
Click to hide internal directories.