Documentation ¶
Index ¶
- type MustMulitGetPackageImportAllFilesRequest
- type MustMulitGetPackageImportRequest
- type MustMulitGetPackageImportResponse
- func (resp MustMulitGetPackageImportResponse) GetAllIncludeDirList() (output []string)
- func (resp MustMulitGetPackageImportResponse) GetAllIncludeImportPathList() (output []string)
- func (resp MustMulitGetPackageImportResponse) GetAllLevelImportPathList(absImportPath string) (output []string)
- func (resp MustMulitGetPackageImportResponse) GetDirectReferToPkgList(pkg string) []string
- func (resp MustMulitGetPackageImportResponse) GetImportPathTreeMapSet() map[string]map[string]struct{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MustMulitGetPackageImportAllFilesRequest ¶
type MustMulitGetPackageImportAllFilesRequest struct { AbsImportPathList []string IgnoreImportPackageFromGoRoot bool GoBuildCtx *udwGoBuildCtx.Ctx }
type MustMulitGetPackageImportResponse ¶
type MustMulitGetPackageImportResponse struct {
// contains filtered or unexported fields
}
func MustMulitGetPackageImport ¶
func MustMulitGetPackageImport(req MustMulitGetPackageImportRequest) (resp MustMulitGetPackageImportResponse)
func MustMulitGetPackageImportAllFiles ¶
func MustMulitGetPackageImportAllFiles(req MustMulitGetPackageImportAllFilesRequest) (resp MustMulitGetPackageImportResponse)
func (MustMulitGetPackageImportResponse) GetAllIncludeDirList ¶
func (resp MustMulitGetPackageImportResponse) GetAllIncludeDirList() (output []string)
func (MustMulitGetPackageImportResponse) GetAllIncludeImportPathList ¶
func (resp MustMulitGetPackageImportResponse) GetAllIncludeImportPathList() (output []string)
func (MustMulitGetPackageImportResponse) GetAllLevelImportPathList ¶
func (resp MustMulitGetPackageImportResponse) GetAllLevelImportPathList(absImportPath string) (output []string)
func (MustMulitGetPackageImportResponse) GetDirectReferToPkgList ¶
func (resp MustMulitGetPackageImportResponse) GetDirectReferToPkgList(pkg string) []string
func (MustMulitGetPackageImportResponse) GetImportPathTreeMapSet ¶
func (resp MustMulitGetPackageImportResponse) GetImportPathTreeMapSet() map[string]map[string]struct{}
Click to show internal directories.
Click to hide internal directories.