|
|
@@ -36,8 +36,8 @@ type accessResponseURLs struct {
|
|
36
|
36
|
type Access struct {
|
|
37
|
37
|
base `kong:"-"`
|
|
38
|
38
|
|
|
39
|
|
- ConfigPath string `kong:"arg,required,type='existingfile',help='Path to the configuration file.',name='config-path'"` // nolint: lll
|
|
40
|
|
- Port uint `kong:"help='Port number. Default port is taken from configuration file, bind-to parameter',type:'uint'"`
|
|
|
39
|
+ ConfigPath string `kong:"arg,required,type='existingfile',help='Path to the configuration file.',name='config-path'"` // nolint: lll
|
|
|
40
|
+ Port uint `kong:"help='Port number. Default port is taken from configuration file, bind-to parameter',type:'uint'"` // nolint: lll
|
|
41
|
41
|
Hex bool `kong:"help='Print secret in hex encoding.'"`
|
|
42
|
42
|
}
|
|
43
|
43
|
|