forked from TrueCloudLab/lego
10 lines
147 B
Go
10 lines
147 B
Go
|
package egoscale
|
||
|
|
||
|
func (*ListAPIs) name() string {
|
||
|
return "listApis"
|
||
|
}
|
||
|
|
||
|
func (*ListAPIs) response() interface{} {
|
||
|
return new(ListAPIsResponse)
|
||
|
}
|