Documentation ¶
Overview ¶
Package authdb provides access to authentication database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
AuthDB AuthDB
}
Handler handles request to AuthDB.
func (Handler) CheckMembership ¶
func (h Handler) CheckMembership(ctx context.Context, req *pb.CheckMembershipReq) (*pb.CheckMembershipResp, error)
Click to show internal directories.
Click to hide internal directories.