9 lines
210 B
Go
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)
|
|
}
|