api/response_datasource.go (
4
lines of code) (
raw
):
package api type GetDatasourceResponse struct { Datasource *Datasource `json:"data,omitempty"` }