# Functions
NewOrganizationHandler returns a new OrganizationService implementation.
NewPlatformHandler returns a new PlatformService implementation.
NewSystemHandler returns a new SystemService implementation.
NewUserHandler returns a new UserService implementation.
OrganizationToRPC returns an *holos.Organization adapted from *ent.Organization u.
No description provided by the author
UserToRPC returns an *holos.User adapted from *ent.User u.
WithTx runs callbacks in a transaction as described in https://entgo.io/docs/transactions/#best-practices.
# Structs
OrganizationHandler implements the OrganizationService interface.
PlatformHandler implements the PlatformService interface.
SystemHandler implements the PlatformService interface.
UserHandler implements the UserService interface.