Skip to content

Commit

Permalink
[Fix] comments for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Feb 11, 2018
1 parent 011e905 commit fd34b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type PluginPrivilege struct {
Value []string `json:"Value,omitempty" yaml:"Value,omitempty" toml:"Value,omitempty"`
}

// InstallPluginOptions
// InstallPluginOptions specify parameters to the InstallPlugins function.
//
// See https://goo.gl/C4t7Tz for more details.
type InstallPluginOptions struct {
Expand Down Expand Up @@ -54,7 +54,7 @@ func (c *Client) InstallPlugins(opts InstallPluginOptions) error {
return nil
}

// PluginSetting stores plugin settings.
// PluginSettings stores plugin settings.
//
// See https://goo.gl/C4t7Tz for more details.
type PluginSettings struct {
Expand Down

0 comments on commit fd34b2a

Please sign in to comment.