Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgreSqlStoreService ¶
type PostgreSqlStoreService struct {
// contains filtered or unexported fields
}
PostgreSqlStoreService
func NewPostgresqlStore ¶
func NewPostgresqlStore(db *DB, cache service.Cache) *PostgreSqlStoreService
func (*PostgreSqlStoreService) AddFriendship ¶
func (s *PostgreSqlStoreService) AddFriendship(ctx context.Context, friendship internal.Friendship) error
AddFriendship
func (*PostgreSqlStoreService) RemovePerson ¶
func (s *PostgreSqlStoreService) RemovePerson(ctx context.Context, id int64) error
RemovePerson
Click to show internal directories.
Click to hide internal directories.