We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cf86a commit 4ef80ccCopy full SHA for 4ef80cc
plugin/option.go
@@ -1,4 +1,4 @@
1
-// Copyright 2023 Blink Labs Software
+// Copyright 2025 Blink Labs Software
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@ import (
25
type PluginOptionType int
26
27
const (
28
- PluginOptionTypeNone PluginOptionType = 0
29
PluginOptionTypeString PluginOptionType = 1
30
PluginOptionTypeBool PluginOptionType = 2
31
PluginOptionTypeInt PluginOptionType = 3
0 commit comments