Files
autarch/services/setec-manager/internal/hosting/hostinger/provider.go

8 lines
103 B
Go
Raw Normal View History

2026-03-13 23:48:47 -07:00
package hostinger
import "setec-manager/internal/hosting"
func init() {
hosting.Register(New(""))
}