Files
dynamix-standard-go-sdk/pkg/template.go
2024-10-01 11:15:36 +03:00

9 lines
210 B
Go

package api
import "repository.basistech.ru/BASIS/dynamix-standart-go-sdk/pkg/template"
// Accessing the Template method group
func (ca *API) Template() *template.Template {
return template.New(ca.client)
}