Documentation ¶
Index ¶
- type GoogleDatastoreMembroService
- func (svc *GoogleDatastoreMembroService) CountMembers(ctx context.Context, orgID string, status membro.MemberStatus) (int, error)
- func (svc *GoogleDatastoreMembroService) DraftMembers(ctx context.Context, orgID string, draftMembers []*membro.Member) error
- func (svc *GoogleDatastoreMembroService) GetMemberByToken(ctx context.Context, orgID string, token string) (*membro.Member, error)
- func (svc *GoogleDatastoreMembroService) GetMembers(ctx context.Context, orgID string, memberIDs []string, ...) error
- func (svc *GoogleDatastoreMembroService) QueryMembers(ctx context.Context, orgID string, offset int, limit int, ...) error
- func (svc *GoogleDatastoreMembroService) UpdateMembers(ctx context.Context, orgID string, members []*membro.Member) error
- func (svc *GoogleDatastoreMembroService) UpdateMembersStatus(ctx context.Context, orgID string, members []*membro.Member, ...) error
- func (svc *GoogleDatastoreMembroService) ValidateMember(ctx context.Context, orgID string, member *membro.Member) error
- func (svc *GoogleDatastoreMembroService) 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 GoogleDatastoreMembroService ¶
type GoogleDatastoreMembroService struct { Logger log.Logger Client *datastore.Client GetRealmsEndpoint endpoint.Endpoint }
func (*GoogleDatastoreMembroService) CountMembers ¶
func (svc *GoogleDatastoreMembroService) CountMembers(ctx context.Context, orgID string, status membro.MemberStatus) (int, error)
func (*GoogleDatastoreMembroService) DraftMembers ¶
func (*GoogleDatastoreMembroService) GetMemberByToken ¶
func (*GoogleDatastoreMembroService) GetMembers ¶
func (*GoogleDatastoreMembroService) QueryMembers ¶
func (*GoogleDatastoreMembroService) UpdateMembers ¶
func (*GoogleDatastoreMembroService) UpdateMembersStatus ¶
func (svc *GoogleDatastoreMembroService) UpdateMembersStatus(ctx context.Context, orgID string, members []*membro.Member, newStatus membro.MemberStatus) error
func (*GoogleDatastoreMembroService) ValidateMember ¶
func (*GoogleDatastoreMembroService) ValidateToken ¶
Click to show internal directories.
Click to hide internal directories.