Documentation ¶
Index ¶
- Variables
- type Client
- func (client *Client) CreateWhiteListParticipants(participantID, wlparitcipantID string) error
- func (client *Client) DeleteWhiteListParticipants(participantID, wlparitcipantID string) error
- func (client *Client) GetWhiteListParticipantDomains(participantID string) ([]string, error)
- func (client *Client) GetWhiteListParticipants(participantID string) ([]model.Participant, error)
- type InterfaceClient
- type MockClient
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("whitelistsevice")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateWhiteListParticipants ¶
func (*Client) DeleteWhiteListParticipants ¶
func (*Client) GetWhiteListParticipantDomains ¶
func (*Client) GetWhiteListParticipants ¶
func (client *Client) GetWhiteListParticipants(participantID string) ([]model.Participant, error)
type InterfaceClient ¶
type InterfaceClient interface { GetWhiteListParticipantDomains(participantID string) ([]string, error) GetWhiteListParticipants(participantID string) ([]model.Participant, error) GetMutualWhiteListParticipants(participantID string) ([]model.Participant, error) GetMutualWhiteListParticipantDomains(participantID string) ([]string, error) }
type MockClient ¶
func (*MockClient) GetWhiteListParticipantDomains ¶
func (client *MockClient) GetWhiteListParticipantDomains(participantOFIID string) ([]string, error)
func (*MockClient) GetWhiteListParticipants ¶
func (client *MockClient) GetWhiteListParticipants(participantOFIID string) ([]model.Participant, error)
Click to show internal directories.
Click to hide internal directories.