Documentation ¶ Index ¶ type Context func NewContext() *Context func (c *Context) ConvertToDecls() ([]ast.Decl, error) func (c *Context) ExtractTypes(value any) error func (c *Context) TranslateName(name, pkg string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Context ¶ type Context struct { // contains filtered or unexported fields } func NewContext ¶ func NewContext() *Context func (*Context) ConvertToDecls ¶ func (c *Context) ConvertToDecls() ([]ast.Decl, error) func (*Context) ExtractTypes ¶ func (c *Context) ExtractTypes(value any) error func (*Context) TranslateName ¶ func (c *Context) TranslateName(name, pkg string) (string, error) Source Files ¶ View all Source files extract.go Click to show internal directories. Click to hide internal directories.