tmplMixin
tmplMixin
package mixins
import (
"github.com/ipld/go-ipld-prime/datamodel"
)
// @Kind@Assembler has similar purpose as @Kind@, but for (you guessed it)
// the NodeAssembler interface rather than the Node interface.
type @Kind@Assembler struct {
TypeName string
}