Skip to content

Commit

Permalink
Add go doc for LinodeCommon
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Mar 20, 2024
1 parent 19cb03c commit 27d4a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/common.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//go:generate packer-sdc struct-markdown
package helper

// The common configuration related Linode services
type LinodeCommon struct {
// The Linode API token. This can also be specified in LINODE_TOKEN environment variable
PersonalAccessToken string `mapstructure:"linode_token"`
Expand Down

0 comments on commit 27d4a0c

Please sign in to comment.