Rename packages
This commit is contained in:
parent
49b8760527
commit
ef1243ea39
47 changed files with 524 additions and 369 deletions
|
|
@ -33,3 +33,7 @@ const AuthorizedKeys = "authorized_keys"
|
|||
// DefaultAuthorizedKeys contains a template for a new 'global_authorized_keys' file
|
||||
//go:embed bootstrap/global_authorized_keys
|
||||
var DefaultAuthorizedKeys []byte
|
||||
|
||||
// PrefixConfig is the name for the global resolver prefix configuration.
|
||||
// It should be found within the prefix component directory.
|
||||
const PrefixConfig = "prefix.cfg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue