8 lines
92 B
Go
8 lines
92 B
Go
package apiresponse
|
|
|
|
type V1SpecGET struct {
|
|
APIResponse
|
|
Data struct {
|
|
Spec string
|
|
}
|
|
}
|