initial COmmit: Add KB Antora Importer plugin files
This commit is contained in:
14
kb-antora-importer/includes/GitLab/GitLabProject.php
Normal file
14
kb-antora-importer/includes/GitLab/GitLabProject.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KbAntoraImporter\GitLab;
|
||||
|
||||
final class GitLabProject
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $id,
|
||||
public readonly string $name,
|
||||
public readonly string $pathWithNamespace
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user