Skip to content

Commit

Permalink
Change the type of parameter snat_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
saberrey committed Mar 21, 2022
1 parent 310b67f commit a9075a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/serverless.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ServerlessCreationArgs struct {
ZoneID string `json:"zone_id"`
LoggingType string `json:"logging_type"`
SLSProjectName string `json:"sls_project_name"`
SnatEntry string `json:"snat_entry"`
SnatEntry bool `json:"snat_entry"`
}

type ServerlessClusterResponse struct {
Expand Down

0 comments on commit a9075a4

Please sign in to comment.