12483: Add Mkdir(), Remove().
[arvados.git] / sdk / go / arvados / container.go
index d59a57c25c15666e37edece0aa2c36b399c5b280..7e588be17bb16c04cdbd6098b8dbff8f7c599d18 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package arvados
 
 // Container is an arvados#container resource.
@@ -27,7 +31,7 @@ type Mount struct {
        Path              string      `json:"path"`
        Content           interface{} `json:"content"`
        ExcludeFromOutput bool        `json:"exclude_from_output"`
-       Capacity          int64       `json:capacity`
+       Capacity          int64       `json:"capacity"`
 }
 
 // RuntimeConstraints specify a container's compute resources (RAM,