Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Make ¶
func Make[V MakeDefinition](ops ...V) ([]*schema.SerializedInvocation, error)
Types ¶
type DefList ¶
type DefList struct {
// contains filtered or unexported fields
}
type MakeDefinition ¶
type MakeDefinition interface {
ToDefinition(...schema.PackageName) (*schema.SerializedInvocation, error)
}
type MakeExtension ¶
type MakeExtension interface {
ToDefinition() (*schema.DefExtension, error)
}
Click to show internal directories.
Click to hide internal directories.