in harbormaster.go [15:25]
func (c *Conn) HarbormasterBuildableSearch(
req requests.HarbormasterBuildableSearchRequest,
) (*responses.HarbormasterBuildableSearchResponse, error) {
var res responses.HarbormasterBuildableSearchResponse
if err := c.Call(HarbormasterBuildableSearchMethod, &req, &res); err != nil {
return nil, err
}
return &res, nil
}