Skip to content

Update works like put, need patch #10

@WithSoull

Description

@WithSoull

all because this validation requiere all fields

	if err := validate.Validate(
		ctx,
		validator.ValidateNotEmptyPointerToString(name, domainerrors.ErrNameRequired),
		validator.ValidateNotEmptyPointerToString(email, domainerrors.ErrEmailRequired),
		validator.ValidateEmailFromatPointer(email),
	); err != nil {
		return err
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions