Skip to content

Implement lldap-operator-traits crate with async trait abstractions#30

Merged
lukidoescode merged 1 commit into
mainfrom
lwagner/2-add-traits-crate
May 12, 2026
Merged

Implement lldap-operator-traits crate with async trait abstractions#30
lukidoescode merged 1 commit into
mainfrom
lwagner/2-add-traits-crate

Conversation

@lukidoescode

Copy link
Copy Markdown
Owner

Define five focused traits (UserClient, GroupClient, MembershipClient, AttributeSchemaClient, PasswordClient) and their associated domain types to decouple reconciler logic from the concrete lldap client implementation.

Define five focused traits (UserClient, GroupClient, MembershipClient,
AttributeSchemaClient, PasswordClient) and their associated domain types
to decouple reconciler logic from the concrete lldap client implementation.
@lukidoescode lukidoescode merged commit 136a92a into main May 12, 2026
8 checks passed
@lukidoescode lukidoescode deleted the lwagner/2-add-traits-crate branch May 12, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Traits Crate (lldap-operator-traits)

1 participant