Skip to content

Commit

Permalink
add Main attribute to CreateVCLInput
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jan 3, 2019
1 parent c9e8e74 commit 2e01527
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastly/vcl.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ type CreateVCLInput struct {
Service string
Version int

Name string `form:"name,omitempty"`
Content string `form:"content,omitempty"`
Name string `form:"name,omitempty"`
Content string `form:"content,omitempty"`
Main *Compatibool `form:"main,omitempty"`
}

// CreateVCL creates a new Fastly VCL.
Expand Down

0 comments on commit 2e01527

Please sign in to comment.