template.go 88 B

12345
  1. package types
  2. type ListTemplatesRequest struct {
  3. RepoURL string `schema:"repo_url"`
  4. }