9 lines
89 B
Go
9 lines
89 B
Go
|
package apiresponse
|
||
|
|
||
|
type V1SpecGET struct {
|
||
|
Response
|
||
|
Data struct {
|
||
|
Spec string
|
||
|
}
|
||
|
}
|