mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Create GitDatabaseClient and ObservableGitDatabaseClient
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to maintain api structure therefore contains no methods
|
||||
/// </summary>
|
||||
public interface IObservableGitDatabaseClient
|
||||
{
|
||||
IObservableTagsClient Tag { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user