chore: move '/internal/pkg' to '/pkg'
This commit is contained in:
9
pkg/core/ssl-deployer/providers/ssh/defines.go
Normal file
9
pkg/core/ssl-deployer/providers/ssh/defines.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ssh
|
||||
|
||||
type OutputFormatType string
|
||||
|
||||
const (
|
||||
OUTPUT_FORMAT_PEM = OutputFormatType("PEM")
|
||||
OUTPUT_FORMAT_PFX = OutputFormatType("PFX")
|
||||
OUTPUT_FORMAT_JKS = OutputFormatType("JKS")
|
||||
)
|
||||
Reference in New Issue
Block a user