We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011e905 commit fd34b2aCopy full SHA for fd34b2a
plugin.go
@@ -20,7 +20,7 @@ type PluginPrivilege struct {
20
Value []string `json:"Value,omitempty" yaml:"Value,omitempty" toml:"Value,omitempty"`
21
}
22
23
-// InstallPluginOptions
+// InstallPluginOptions specify parameters to the InstallPlugins function.
24
//
25
// See https://goo.gl/C4t7Tz for more details.
26
type InstallPluginOptions struct {
@@ -54,7 +54,7 @@ func (c *Client) InstallPlugins(opts InstallPluginOptions) error {
54
return nil
55
56
57
-// PluginSetting stores plugin settings.
+// PluginSettings stores plugin settings.
58
59
60
type PluginSettings struct {
0 commit comments