# README
Xray client mock
generate mock with mockgen -source=xray.go -destination=mock_xray/interface_mock.go Client
# Functions
NewMockClient creates a new mock instance.
# Structs
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.