FUll implementation plan (first draft)
This commit is contained in:
		@@ -0,0 +1,9 @@
 | 
			
		||||
using System.Text.Json;
 | 
			
		||||
 | 
			
		||||
namespace StellaOps.Cli.Services.Models;
 | 
			
		||||
 | 
			
		||||
internal sealed record ExcititorOperationResult(
 | 
			
		||||
    bool Success,
 | 
			
		||||
    string Message,
 | 
			
		||||
    string? Location,
 | 
			
		||||
    JsonElement? Payload);
 | 
			
		||||
@@ -0,0 +1,11 @@
 | 
			
		||||
using System;
 | 
			
		||||
 | 
			
		||||
namespace StellaOps.Cli.Services.Models;
 | 
			
		||||
 | 
			
		||||
internal sealed record ExcititorProviderSummary(
 | 
			
		||||
    string Id,
 | 
			
		||||
    string Kind,
 | 
			
		||||
    string DisplayName,
 | 
			
		||||
    string TrustTier,
 | 
			
		||||
    bool Enabled,
 | 
			
		||||
    DateTimeOffset? LastIngestedAt);
 | 
			
		||||
		Reference in New Issue
	
	Block a user