This commit is contained in:
2021-03-23 19:07:24 +08:00
parent 4c1dd409b0
commit 14bea1664e
3 changed files with 35 additions and 4 deletions
+10
View File
@@ -102,6 +102,16 @@ class Snowflake
}
/**
* @param $service
* @return string
*/
#[Pure] public static function listen($service): string
{
return sprintf('Check listen %s::%d -> ok', $service['host'], $service['port']);
}
/**
* @param $className
* @param array $construct