Code review comment for lp://staging/~jtv/gwacl/dispatcher

Revision history for this message
Raphaƫl Badin (rvb) wrote :

[0]

78 +// NewSession creates and returns a new X509Session based on credentials
79 // and X509 certificate files.

s/NewSession/NewX509Session

[1]

110 +func GetURL(URI, subscriptionId string) (string) {

114 +func (session *X509Session) Get(url string) (string, error) {

Add TODO: Test this.

review: Approve

« Back to merge proposal