mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 05:35:11 +00:00
Create observable commits client
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
public interface IObservableGitDatabaseClient
|
||||
{
|
||||
IObservableTagsClient Tag { get; set; }
|
||||
IObservableCommitsClient Commit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user