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