Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + func ApplyUser(ds datastore.Datastore, resource *piam.User) error + func DeleteUser(ds datastore.Datastore, name string) error + func GetAndPendExistingUser(tx *transaction.Transaction, ds datastore.Datastore, name string) (*piam.User, error) + func GetUser(ctx context.Context, req *piam.GetUserRequest, ds datastore.Datastore) (*piam.User, error) + func ListUsers(ctx context.Context, req *piam.ListUsersRequest, ds datastore.Datastore) (*piam.ListUsersResponse, error) + func PendNewUser(tx *transaction.Transaction, ds datastore.Datastore, name string) error