Documentation ¶
Index ¶
- type SouinRetrieverResponseProperties
- func (r *SouinRetrieverResponseProperties) GetConfiguration() configurationtypes.AbstractConfigurationInterface
- func (r *SouinRetrieverResponseProperties) GetMatchedURL() configurationtypes.URL
- func (r *SouinRetrieverResponseProperties) GetProvider() types.AbstractProviderInterface
- func (r *SouinRetrieverResponseProperties) GetRegexpUrls() *regexp.Regexp
- func (r *SouinRetrieverResponseProperties) GetReverseProxyURL() *url.URL
- func (r *SouinRetrieverResponseProperties) GetTransport() types.TransportInterface
- func (r *SouinRetrieverResponseProperties) SetMatchedURL(url configurationtypes.URL)
- func (r *SouinRetrieverResponseProperties) SetTransport(transportInterface types.TransportInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SouinRetrieverResponseProperties ¶
type SouinRetrieverResponseProperties struct { types.RetrieverResponseProperties ReverseProxyURL *url.URL }
SouinRetrieverResponseProperties struct
func (*SouinRetrieverResponseProperties) GetConfiguration ¶
func (r *SouinRetrieverResponseProperties) GetConfiguration() configurationtypes.AbstractConfigurationInterface
GetConfiguration get the configuration
func (*SouinRetrieverResponseProperties) GetMatchedURL ¶
func (r *SouinRetrieverResponseProperties) GetMatchedURL() configurationtypes.URL
GetMatchedURL get the matched url
func (*SouinRetrieverResponseProperties) GetProvider ¶
func (r *SouinRetrieverResponseProperties) GetProvider() types.AbstractProviderInterface
GetProvider interface
func (*SouinRetrieverResponseProperties) GetRegexpUrls ¶
func (r *SouinRetrieverResponseProperties) GetRegexpUrls() *regexp.Regexp
GetRegexpUrls get the regexp urls
func (*SouinRetrieverResponseProperties) GetReverseProxyURL ¶
func (r *SouinRetrieverResponseProperties) GetReverseProxyURL() *url.URL
GetReverseProxyURL get the reverse proxy url
func (*SouinRetrieverResponseProperties) GetTransport ¶
func (r *SouinRetrieverResponseProperties) GetTransport() types.TransportInterface
GetTransport get the transport according to the RFC
func (*SouinRetrieverResponseProperties) SetMatchedURL ¶
func (r *SouinRetrieverResponseProperties) SetMatchedURL(url configurationtypes.URL)
SetMatchedURL set the matched url
func (*SouinRetrieverResponseProperties) SetTransport ¶
func (r *SouinRetrieverResponseProperties) SetTransport(transportInterface types.TransportInterface)
SetTransport set the transport
Click to show internal directories.
Click to hide internal directories.