mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-21 14:45:11 +00:00
13 lines
351 B
C#
13 lines
351 B
C#
namespace Octokit.Reactive
|
|
{
|
|
/// <summary>
|
|
/// A client for GitHub's Actions Cache API.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// See the <a href="https://developer.github.com/v3/actions/cache/">Actions Cache API documentation</a> for more information.
|
|
/// </remarks>
|
|
public interface IObservableActionsCacheClient
|
|
{
|
|
}
|
|
}
|