observability

package
v2.0.5+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 (s *ErrorLoggingService) DraftMembers(ctx context.Context, orgID string, draftMembers []*membro.Member) error

func (*ErrorLoggingService) GetMemberByToken

func (s *ErrorLoggingService) GetMemberByToken(ctx context.Context, orgID string, token string) (*membro.Member, error)

func (*ErrorLoggingService) GetMembers

func (s *ErrorLoggingService) GetMembers(ctx context.Context, orgID string, memberIDs []string, members []*membro.Member) error

func (*ErrorLoggingService) QueryMembers

func (s *ErrorLoggingService) QueryMembers(ctx context.Context, orgID string, offset int, limit int, status membro.MemberStatus, members *[]*membro.Member) error

func (*ErrorLoggingService) UpdateMembers

func (s *ErrorLoggingService) UpdateMembers(ctx context.Context, orgID string, members []*membro.Member) error

func (*ErrorLoggingService) UpdateMembersStatus

func (s *ErrorLoggingService) UpdateMembersStatus(ctx context.Context, orgID string, members []*membro.Member, newStatus membro.MemberStatus) error

func (*ErrorLoggingService) ValidateToken

func (s *ErrorLoggingService) ValidateToken(ctx context.Context, orgID string, token string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL