mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: correct type comment declaration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package resource
|
||||
|
||||
// A collection of resource constraints for apps
|
||||
// Resource is a collection of resource constraints for apps
|
||||
type Resource struct {
|
||||
CPU string `json:"cpu"`
|
||||
Memory string `json:"memory"`
|
||||
|
||||
Reference in New Issue
Block a user