Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Subscriber ¶
func Subscriber(ctx context.Context, client dir.DirectoryClient, s <-chan *api.User, done chan<- bool, errc chan<- error, inclAttrSets bool)
Subscriber subscribes to the api.User channel and sends the users instance to the directory using the gRPC LoadUsers API.
func UserExtSubscriber ¶ added in v0.1.10
func UserExtSubscriber(ctx context.Context, client dir.DirectoryClient, s <-chan *api.User, done chan<- bool, errc chan<- error)
UserExtSubscriber subscribes to the api.User channel and sends user extensions (api.UserExt message) to the directory using the gRPC LoadUser API.
Types ¶
Click to show internal directories.
Click to hide internal directories.