package commands import "github.com/google/uuid" type UpdateUserCommand struct { Id uuid.UUID Username string Password string }