pkg/application/refactor/base/models/jmove_struct.go

Summary

Maintainability
A
0 mins
Test Coverage
package models


type JImport struct {
    Name   string
    StartLine         int
    StopLine          int
}

type JMoveStruct struct {
    JFullIdentifier

    Path string
    Deps []JImport
}