Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Log *slog.Logger
Repo *repository.Store
InviteStore invite.TenantInviteStore
TokenStore token.TokenStore
}
type TenantService ¶
type TenantService interface {
apiv2connect.TenantServiceHandler
}
func New ¶
func New(c Config) TenantService
Click to show internal directories.
Click to hide internal directories.