mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 05:35:11 +00:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace Octokit.Reactive
|
|
{
|
|
/// <summary>
|
|
/// Used to maintain api structure therefore contains no methods
|
|
/// </summary>
|
|
public interface IObservableGitDatabaseClient
|
|
{
|
|
IObservableTagsClient Tag { get; set; }
|
|
}
|
|
} |