Documentation
¶
Overview ¶
package pass implements the first and second pass to go from gir files to go files the first pass collects basic type information the second pass uses the basic type information to go over the gir files again and convert it to go files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pass ¶
type Pass struct { Parsed []types.Repository Types types.KindMap }
func New ¶
New creates a new pass struct by parsing gir files in the string slice This pass object will then be used to go over these files multiple times up until we have the full info to convert it to go files
Click to show internal directories.
Click to hide internal directories.