Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + func BuildUseCases(logger models.Logger, userService services.UserService, ...) *usecases.UseCases + func CoreRoutes(logger models.Logger, userService services.UserService, ...) []models.Route + type CoreAPI interface + GetMe func(ctx context.Context, userID string) (*types.GetMeResult, error) + SignOut func(ctx context.Context, userID string, sessionID *string, signOutAll bool) (*types.SignOutResult, error) + func NewCoreAPI(logger models.Logger, userService services.UserService, ...) CoreAPI