Documentation
¶
Overview ¶
Code generated by goadlc v3 - DO NOT EDIT.
Code generated by goadlc v3 - DO NOT EDIT.
Index ¶
- func AST_GoModResult() adlast.ScopedDecl
- func AST_GoModule() adlast.ScopedDecl
- func HandleWithErr_GoModule[T any](_in GoModule, GoModFile func(GoModFile string) (T, error), ...) (T, error)
- func Handle_GoModule[T any](_in GoModule, GoModFile func(GoModFile string) T, ...) T
- func Texpr_GoModResult() adlast.ATypeExpr[GoModResult]
- func Texpr_GoModule() adlast.ATypeExpr[GoModule]
- type GoModResult
- type GoModule
- type GoModuleBranch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AST_GoModResult ¶
func AST_GoModResult() adlast.ScopedDecl
func AST_GoModule ¶
func AST_GoModule() adlast.ScopedDecl
func HandleWithErr_GoModule ¶
func Handle_GoModule ¶
func Texpr_GoModResult ¶
func Texpr_GoModResult() adlast.ATypeExpr[GoModResult]
func Texpr_GoModule ¶
Types ¶
type GoModResult ¶
type GoModResult struct {
// contains filtered or unexported fields
}
func MakeAll_GoModResult ¶
func MakeAll_GoModResult( modulepath string, rootdir string, ) GoModResult
func Make_GoModResult ¶
func Make_GoModResult( modulepath string, rootdir string, ) GoModResult
type GoModule ¶
type GoModule struct {
Branch GoModuleBranch
}
func Make_GoModule_GoModFile ¶
func Make_GoModule_Outputdir ¶
func (GoModule) Cast_GoModFile ¶
func (GoModule) Cast_Outputdir ¶
type GoModuleBranch ¶
type GoModuleBranch interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.