gitlab.com/evatix-go/core@v1.3.55/coreinterface/StringCompiler.go (about) 1 package coreinterface 2 3 type StringCompiler interface { 4 Compile() string 5 }