provide license token directly via plugin environment (#25987)

* provide license token directly via plugin environment
This commit is contained in:
Dan Cech
2020-07-01 13:02:53 -04:00
committed by GitHub
parent bbdcd59c50
commit b5ca2381bc
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -56,3 +56,7 @@ func (l *OSSLicensingService) Init() error {
func (*OSSLicensingService) HasValidLicense() bool {
return false
}
func (*OSSLicensingService) TokenRaw() string {
return ""
}