github.com/metux/go-metabuild@v0.0.0-20240118143255-d9ed5ab697f9/spec/generate/keys.go (about) 1 package generate 2 3 import ( 4 "github.com/metux/go-magicdict/api" 5 ) 6 7 type Key = api.Key 8 9 const ( 10 KeyType = Key("type") 11 12 KeyKConf = Key("kconf") 13 KeyAC = Key("config.h") 14 KeyTextfile = Key("textfile") 15 16 KeyOutput = Key("output") 17 KeyTemplate = Key("template") 18 KeyMarker = Key("marker") 19 KeyContent = Key("content") 20 )