Versions in this module Expand all Collapse all v0 v0.5.0 Aug 31, 2026 Changes in this version + type Login struct + func NewLogin(repo port.CredentialRepository, issuer port.SessionIssuer) *Login + func (uc *Login) Execute(ctx context.Context, email, password string) (LoginOutput, error) + type LoginOutput struct + Token string + User domain.Credential