work work ... haaaard work
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
namespace StellaOps.SbomService.Models;
|
||||
|
||||
public sealed record Entrypoint(
|
||||
string Artifact,
|
||||
string Service,
|
||||
string Path,
|
||||
string Scope,
|
||||
bool RuntimeFlag);
|
||||
|
||||
public sealed record EntrypointUpsertRequest(
|
||||
string Tenant,
|
||||
string Artifact,
|
||||
string Service,
|
||||
string Path,
|
||||
string Scope,
|
||||
bool RuntimeFlag);
|
||||
|
||||
public sealed record EntrypointListResponse(
|
||||
string Tenant,
|
||||
IReadOnlyList<Entrypoint> Items);
|
||||
Reference in New Issue
Block a user