Skip to content

Commit

Permalink
Update app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
handoyo-lyrid authored Aug 28, 2022
1 parent fdc6d51 commit 9280450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type VolumeDefinition struct {

type PortDefinition struct {
Alias string `yaml:"alias"`
PortNumber int64 `yaml:"portNumber"`
Port int64 `yaml:"port"`
}

type FunctionDefinition struct {
Expand Down

0 comments on commit 9280450

Please sign in to comment.