Versions in this module Expand all Collapse all v0 v0.6.0 Mar 31, 2026 Changes in this version + type BoundTemplate struct + func NewBoundTemplate(packageID, moduleName, templateName string) *BoundTemplate + func (t *BoundTemplate) EncodeChoiceArgs(choice string, params any) (*EncodedChoice, error) + func (t *BoundTemplate) ModuleName() string + func (t *BoundTemplate) PackageID() string + func (t *BoundTemplate) TemplateName() string + type EncodedChoice struct + Choice string + OperationData string + TemplateID TemplateInformation + type TemplateInformation struct + ModuleName string + PackageID string + TemplateName string