genKindStruct.go 283 Bytes
Newer Older
Eric Myhre's avatar
Eric Myhre committed
1 2 3 4 5 6 7 8 9 10 11
package gengo

import (
	"github.com/ipld/go-ipld-prime/schema"
)

type generateKindStruct struct {
	schema.TypeStruct
	// FUTURE: probably some adjunct config data should come with here as well.
	// FUTURE: perhaps both a global one (e.g. output package name) and a per-type one.
}