package main
|
|
|
|
type Includes struct {
|
|
Type string `json:"type"`
|
|
Target string `json:"target"`
|
|
Includes string `json:"includes"`
|
|
}
|