aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Azure/azure-storage-blob-go/2018-03-28/azblob/zz_generated_version.go
blob: 760271a4215968d379fd3a9f7817b0e5cdeb29ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package azblob

// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.

// UserAgent returns the UserAgent string to use when sending http.Requests.
func UserAgent() string {
    return "Azure-SDK-For-Go/0.0.0 azblob/2018-03-28"
}

// Version returns the semantic version (see http://semver.org) of the client.
func Version() string {
    return "0.0.0"
}