github.com/adharshmk96/stk@v1.2.3/pkg/project/tpl/ds.go (about)

     1  package tpl
     2  
     3  type Template struct {
     4  	FilePath string
     5  	Content  string
     6  	Render   bool
     7  }