Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Get simulation children #92

Merged
merged 3 commits into from
Mar 29, 2018
Merged

Conversation

alexDrinkwater
Copy link
Contributor

No description provided.

@@ -477,6 +498,27 @@ func (c *client) PostPorositySimulation(simulation *models.PorositySimulation) (
return response.Payload, nil
}

// GetSimulationOutputs get the outputs for a simulation
func (c *client) GetSimulationOutputs(simulationID int32) (so []*models.SimulationOutput, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically don't use Get in function names in Go. I would just use SimulationOutputs for this.

@alexDrinkwater alexDrinkwater merged commit 799a9b5 into 3DSIM:master Mar 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants