Add Response object
This commit is contained in:
14
src/Bytes.php
Normal file
14
src/Bytes.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Nsq;
|
||||
|
||||
final class Bytes
|
||||
{
|
||||
public const BYTES_SIZE = 4;
|
||||
public const BYTES_TYPE = 4;
|
||||
public const BYTES_ATTEMPTS = 2;
|
||||
public const BYTES_TIMESTAMP = 8;
|
||||
public const BYTES_ID = 16;
|
||||
}
|
Reference in New Issue
Block a user