ing
This commit is contained in:
parent
11734b2eb5
commit
f9b9c0ac97
|
@ -17,3 +17,16 @@ func newClientHandler(rpcInvoker crr.RPCInvoker) ClientHandler {
|
||||||
type ClientHandlers struct {
|
type ClientHandlers struct {
|
||||||
crc.ClientHandlers
|
crc.ClientHandlers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (ch *ClientHandlers) Init(clientCTX crc.ClientContext) error {
|
||||||
|
|
||||||
|
return ch.ClientHandlers.Init(clientCTX)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (ch *ClientHandlers) Destroy(clientCTX crc.ClientContext) {
|
||||||
|
ch.ClientHandlers.Destroy(clientCTX)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (ch *ClientHandlers) Validate() {
|
||||||
|
ch.ClientHandlers.Validate()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user