Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UseCase ¶
type UseCase struct {
// contains filtered or unexported fields
}
func (*UseCase) Execute ¶
func (uc *UseCase) Execute(ctx context.Context, in model.LoginInput) (*model.LoginOutput, error)
type ValidateFunc ¶
type ValidateFunc func() error
Click to show internal directories.
Click to hide internal directories.