Infrastructure provider APIs (Hetzner Cloud, CloudNS)
Find a file
2026-03-17 08:34:29 +00:00
cmd refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
CLAUDE.md fix(tests): update error assertions for coreerr.E format and add missing tests 2026-03-17 08:34:06 +00:00
client.go refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00
client_test.go fix(tests): update error assertions for coreerr.E format and add missing tests 2026-03-17 08:34:06 +00:00
cloudns.go refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00
cloudns_test.go fix(tests): update error assertions for coreerr.E format and add missing tests 2026-03-17 08:34:06 +00:00
config.go refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00
config_test.go fix(tests): update error assertions for coreerr.E format and add missing tests 2026-03-17 08:34:06 +00:00
go.mod chore: sync dependencies for v0.1.5 2026-03-16 22:18:37 +00:00
go.sum chore: sync dependencies for v0.1.5 2026-03-16 22:18:37 +00:00
hetzner.go refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00
hetzner_test.go fix(tests): update error assertions for coreerr.E format and add missing tests 2026-03-17 08:34:06 +00:00