This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
152
Packages
Projects
Releases
Wiki
Activity
a0e37a00d2
grafana
/
pkg
/
extensions
/
main.go
8 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
Enable Grafana extensions at build time. (#11752) * extensions: import and build * bus: use predefined error * enterprise: build script for enterprise packages * poc: auto registering services and dependency injection (cherry picked from commit b5b1ef875f905473af41e49f8071cb9028edc845) * poc: backend services registry progress (cherry picked from commit 97be69725881241bfbf1e7adf0e66801d6b0af3d) * poc: minor update (cherry picked from commit 03d7a6888b81403f458b94305792e075568f0794) * ioc: introduce manuel ioc * enterprise: adds setting for enterprise * build: test and build specific ee commit * cleanup: test testing code * removes example hello service
2018-04-27 19:41:58 +08:00
package
extensions
add gopkg.in/square/go-jose.v2 to dependencies, update github.com/hashicorp/yamux
2018-09-29 06:01:37 +08:00
import
(
_
"gopkg.in/square/go-jose.v2"
)
refactoring: enterprise build/hooks refactorings (#12478)
2018-07-02 19:33:39 +08:00
var
IsEnterprise
bool
=
false