Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeSignature ¶
func ComputeSignatureFmt ¶
func TemplateParse ¶ added in v0.0.3
func TemplateParseFile ¶ added in v0.0.3
Types ¶
type HttpClient ¶
type HttpClient struct { Url string // contains filtered or unexported fields }
func NewHttpClient ¶
func NewHttpClient(url string, timeout time.Duration) *HttpClient
func (*HttpClient) GetTimeout ¶ added in v0.0.2
func (c *HttpClient) GetTimeout() time.Duration
func (*HttpClient) GetURL ¶ added in v0.0.2
func (c *HttpClient) GetURL() string
func (*HttpClient) SetTimeout ¶ added in v0.0.2
func (c *HttpClient) SetTimeout(timeout time.Duration)
func (*HttpClient) SetURL ¶ added in v0.0.2
func (c *HttpClient) SetURL(url string)
Click to show internal directories.
Click to hide internal directories.