Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Note() notestorage.Interface Post() poststorage.Interface User() userstorage.Interface Vote() votestorage.Interface Wallet() walletstorage.Interface }
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) Note ¶
func (s *Storage) Note() notestorage.Interface
func (*Storage) Post ¶
func (s *Storage) Post() poststorage.Interface
func (*Storage) User ¶
func (s *Storage) User() userstorage.Interface
func (*Storage) Vote ¶
func (s *Storage) Vote() votestorage.Interface
func (*Storage) Wallet ¶
func (s *Storage) Wallet() walletstorage.Interface
Click to show internal directories.
Click to hide internal directories.