Cleanup: remove unused code
This commit is contained in:
parent
7420177209
commit
64db518f15
@ -21,15 +21,11 @@ package api_impl
|
|||||||
* ***** END GPL LICENSE BLOCK ***** */
|
* ***** END GPL LICENSE BLOCK ***** */
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"reflect"
|
|
||||||
|
|
||||||
"gitlab.com/blender/flamenco-ng-poc/internal/manager/config"
|
"gitlab.com/blender/flamenco-ng-poc/internal/manager/config"
|
||||||
"gitlab.com/blender/flamenco-ng-poc/internal/manager/persistence"
|
"gitlab.com/blender/flamenco-ng-poc/internal/manager/persistence"
|
||||||
"gitlab.com/blender/flamenco-ng-poc/pkg/api"
|
"gitlab.com/blender/flamenco-ng-poc/pkg/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
var stringType = reflect.TypeOf("somestring")
|
|
||||||
|
|
||||||
type VariableReplacer interface {
|
type VariableReplacer interface {
|
||||||
ExpandVariables(valueToExpand string, audience config.VariableAudience, platform string) string
|
ExpandVariables(valueToExpand string, audience config.VariableAudience, platform string) string
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user