Create init method on provider interface
This commit is contained in:
parent
b2a57ca1f3
commit
027093a5a5
52 changed files with 2760 additions and 131 deletions
8
vendor/github.com/Microsoft/ApplicationInsights-Go/appinsights/package.go
generated
vendored
Normal file
8
vendor/github.com/Microsoft/ApplicationInsights-Go/appinsights/package.go
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Package appinsights provides an interface to submit telemetry to Application Insights.
|
||||
// See more at https://azure.microsoft.com/en-us/services/application-insights/
|
||||
package appinsights
|
||||
|
||||
const (
|
||||
sdkName = "go"
|
||||
Version = "0.3.1-pre"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue