✨ Init
This commit is contained in:
14
resource/autocode_template/subcontract/data.go
Normal file
14
resource/autocode_template/subcontract/data.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package subcontract
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed api_enter.go.tpl
|
||||
var API []byte
|
||||
|
||||
//go:embed router_enter.go.tpl
|
||||
var Router []byte
|
||||
|
||||
//go:embed service_enter.go.tpl
|
||||
var Server []byte
|
Reference in New Issue
Block a user