Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Aug 10, 2024
1 parent 5571d91 commit 74a693b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

namespace Docker.Registry.DotNet.Endpoints.Implementations;

/// <summary>
/// Operations on the Docker Repository.
/// </summary>
public interface IRepositoryOperations
{
Task<ListRepositoryTagsResponse> ListRepositoryTags(
Expand Down

0 comments on commit 74a693b

Please sign in to comment.