github.com/yandex/pandora@v0.5.32/components/providers/scenario/vs/vs.go (about)

     1  package vs
     2  
     3  type VariableSource interface {
     4  	GetName() string
     5  	GetVariables() any
     6  	Init() error
     7  }