Documentation
¶
Index ¶
- type ErrorLoggingService
- func (s *ErrorLoggingService) CountMembers(ctx context.Context, orgID string, status membro.MemberStatus) (int, error)
- func (s *ErrorLoggingService) DraftMembers(ctx context.Context, orgID string, draftMembers []*membro.Member) error
- func (s *ErrorLoggingService) GetMemberByToken(ctx context.Context, orgID string, token string) (*membro.Member, error)
- func (s *ErrorLoggingService) GetMembers(ctx context.Context, orgID string, memberIDs []string, ...) error
- func (s *ErrorLoggingService) QueryMembers(ctx context.Context, orgID string, offset int, limit int, ...) error
- func (s *ErrorLoggingService) UpdateMembers(ctx context.Context, orgID string, members []*membro.Member) error
- func (s *ErrorLoggingService) UpdateMembersStatus(ctx context.Context, orgID string, members []*membro.Member, ...) error
- func (s *ErrorLoggingService) ValidateToken(ctx context.Context, orgID string, token string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorLoggingService ¶
type ErrorLoggingService struct { membro.MembroService Logger log.Logger }
func (*ErrorLoggingService) CountMembers ¶
func (s *ErrorLoggingService) CountMembers(ctx context.Context, orgID string, status membro.MemberStatus) (int, error)
func (*ErrorLoggingService) DraftMembers ¶
func (*ErrorLoggingService) GetMemberByToken ¶
func (*ErrorLoggingService) GetMembers ¶
func (*ErrorLoggingService) QueryMembers ¶
func (*ErrorLoggingService) UpdateMembers ¶
func (*ErrorLoggingService) UpdateMembersStatus ¶
func (s *ErrorLoggingService) UpdateMembersStatus(ctx context.Context, orgID string, members []*membro.Member, newStatus membro.MemberStatus) error
Click to show internal directories.
Click to hide internal directories.