Versions in this module Expand all Collapse all v0 v0.1.0 Oct 27, 2025 Changes in this version + type TestPlugin struct + func NewTestPlugin() *TestPlugin + func (p *TestPlugin) Configure(ctx context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error) + func (p *TestPlugin) GetAllGroups(ctx context.Context, request *idmangv1.GetAllGroupsRequest) (*idmangv1.GetAllGroupsResponse, error) + func (p *TestPlugin) GetGroup(ctx context.Context, request *idmangv1.GetGroupRequest) (*idmangv1.GetGroupResponse, error) + func (p *TestPlugin) GetGroupsForUser(ctx context.Context, request *idmangv1.GetGroupsForUserRequest) (*idmangv1.GetGroupsForUserResponse, error) + func (p *TestPlugin) GetUsersForGroup(ctx context.Context, request *idmangv1.GetUsersForGroupRequest) (*idmangv1.GetUsersForGroupResponse, error) + func (p *TestPlugin) SetLogger(logger hclog.Logger)