mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-08-03 02:38:42 -04:00
Store views timestamps
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Contracts\Komarev\GitHubProfileViewsCounter;
|
||||
|
||||
interface CounterRepositoryInterface
|
||||
{
|
||||
public function getCountByUsername(string $username): int;
|
||||
public function getViewsCountByUsername(string $username): int;
|
||||
|
||||
public function incrementCountByUsername(string $username): void;
|
||||
public function addViewByUsername(string $username): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user