init commit
This commit is contained in:
35
addons/wdsxh/library/alibabacloud/gateway-spi/src/Client.php
Normal file
35
addons/wdsxh/library/alibabacloud/gateway-spi/src/Client.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
// This file is auto-generated, don't edit it. Thanks.
|
||||
namespace Darabonba\GatewaySpi;
|
||||
|
||||
use \Exception;
|
||||
|
||||
use Darabonba\GatewaySpi\Models\InterceptorContext;
|
||||
use Darabonba\GatewaySpi\Models\AttributeMap;
|
||||
|
||||
abstract class Client {
|
||||
public function __construct(){
|
||||
}
|
||||
|
||||
/**
|
||||
* @param InterceptorContext $context
|
||||
* @param AttributeMap $attributeMap
|
||||
* @return void
|
||||
*/
|
||||
abstract function modifyConfiguration($context, $attributeMap);
|
||||
|
||||
/**
|
||||
* @param InterceptorContext $context
|
||||
* @param AttributeMap $attributeMap
|
||||
* @return void
|
||||
*/
|
||||
abstract function modifyRequest($context, $attributeMap);
|
||||
|
||||
/**
|
||||
* @param InterceptorContext $context
|
||||
* @param AttributeMap $attributeMap
|
||||
* @return void
|
||||
*/
|
||||
abstract function modifyResponse($context, $attributeMap);
|
||||
}
|
||||
Reference in New Issue
Block a user