package
0.55.1
Repository: https://github.com/ovh/cds.git
Documentation: pkg.go.dev

# 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.