feat(access): add SSH key provisioning and rotation
test / go (push) Successful in 47s

This commit is contained in:
shiran
2026-09-02 14:47:38 +08:00
parent 06b11d8121
commit 6069f64a3e
3 changed files with 91 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"time"
)
const Version = "0.5.0"
const Version = "0.6.0"
type Logger interface {
Printf(format string, args ...any)