7 lines
81 B
Go
7 lines
81 B
Go
|
package annotation
|
||
|
|
||
|
type Component struct {
|
||
|
Names *[]string
|
||
|
Scope *ScopeType
|
||
|
}
|