github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/singletons/templates/types.go (about)

     1  package templates
     2  
     3  import (
     4  	git "github.com/taubyte/go-simple-git"
     5  )
     6  
     7  type templates struct {
     8  	repository *git.Repository
     9  }
    10  
    11  type TemplateInfo struct {
    12  	HideURL     bool
    13  	URL         string
    14  	Description string
    15  }