minor indentation change
This commit is contained in:
parent
64ae7eeb4c
commit
99278ff7ef
@ -77,15 +77,15 @@ func (model ComputingModel) getName() string {
|
|||||||
type ComputingObject struct {
|
type ComputingObject struct {
|
||||||
ReferenceID primitive.ObjectID `json:"referenceID" description:"Computing model ID"`
|
ReferenceID primitive.ObjectID `json:"referenceID" description:"Computing model ID"`
|
||||||
|
|
||||||
Inputs []string `json:"inputs"`
|
Inputs []string `json:"inputs"`
|
||||||
Outputs []string `json:"outputs"`
|
Outputs []string `json:"outputs"`
|
||||||
Image string `json:"image,omitempty"`
|
Image string `json:"image,omitempty"`
|
||||||
Command string `json:"command,omitempty"`
|
Command string `json:"command,omitempty"`
|
||||||
Arguments []string `json:"arguments,omitempty"`
|
Arguments []string `json:"arguments,omitempty"`
|
||||||
Environment []string `json:"environment,omitempty"`
|
Environment []string `json:"environment,omitempty"`
|
||||||
Ports []string `json:"ports,omitempty"`
|
Ports []string `json:"ports,omitempty"`
|
||||||
|
|
||||||
DataCenterID string `json:"datacenterID" description:"Datacenter where the computing will be executed"`
|
DataCenterID string `json:"datacenterID" description:"Datacenter where the computing will be executed"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (obj ComputingObject) getHost() *string {
|
func (obj ComputingObject) getHost() *string {
|
||||||
|
Loading…
Reference in New Issue
Block a user