Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseWrapper ¶
type SampleProvider ¶
type SampleProvider struct { Address string Scheme string HttpClient *guzzle.Client Log logx.Logger }
func New ¶
func New(scheme, address string) (*SampleProvider, error)
func (*SampleProvider) Get ¶
func (p *SampleProvider) Get(uri string) ResponseWrapper
Click to show internal directories.
Click to hide internal directories.